
body {
	/*display: flex;
	height: 100%;*/
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
}
a{
	color:#7E4148;
}
a:hover{
	color:#7E4148;
	text-decoration: none;
}

.leftimagebg{
	background-image:url("../images/Exhibit.png");
	background-position: center;
    background-size: cover;
}
.rightimagebg{
	background-color:#fff;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: space-around;
	display:grid;
}
.backgroundliner {
    background-image: linear-gradient(140deg, rgba(245,39,11,0.7) 50%, transparent 50% 100%);
    height: 100%;
    width: 100%;
	display: table;
	padding: 0 70px 0 130px;
}
.sitename {
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	font-size: 56px;
	display:none;
}
.pd-0{
padding:0px !important;
}
.ma-0{
	margin:0px !important;
}
main,.login,.login .row {
    width: 100%;
	height: auto;
	overflow-y: auto;
}
.form-group.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
}
.cardbox {
	max-width: 410px;
	margin: auto 15px;
	border: 1px solid #000;
	padding: 0px 40px;
}
.login .form-control {
	background-color: transparent;
	border: 1px solid #b1b1b1;
	border-radius: 0;
    letter-spacing: 0.6px;
	height: 35px;
}
.form-label-group {
    margin-bottom: 8px;
}
.checkbox label {
	font-size: 12px;
}

.login .btn {
    background-color: #848484;
    color: #fff;
    width: auto;
    margin: auto;
    padding: 5px 30px;
    font-size: 14px;
    border-radius:35px;
    border-color: #848484;
    text-transform: uppercase;
    font-weight: bold;
}
.forgotpass {
	margin: 5px 0;
	text-align: center;
}
.forgotpass a {
    color: #292929;
    font-size: 15px; 
        letter-spacing: 0.6px;
}
.forgotpass.notreg {
	margin-top: 6px;
}
.footertext {
	margin: 0 15px;
	text-align: center;
}
.footertext p {
	margin: 0;
    letter-spacing: 0.6;
}

/* sidebar */

.pcoded-main-container {
	display: block;
	position: relative;
	background: #F2F2F2;
	min-height: 100vh;
}
.pcoded-navbar {
	width: 230px;
	float: left;
	position: fixed;
	z-index: 1027;
	height: 100%;
	display: block;
	border-radius: 0 20px 20px 0px;
	background: #D9D9D9;
}
.pcoded-toggle {
	width: 100%;
	float: left;
	display: block;
}
.main-menu {
	background: #D9D9D9;
	float: left;
	width: 218px;
	z-index: 99;
	display: block;
	position: absolute;
	height: 80%;
	-ms-touch-action: auto;
	touch-action: auto;
	overflow: visible;
padding-bottom: 0px;
}
.pcoded-navbar .pcoded-item , .pcoded-toggle .pcoded-item-toggle , .pcoded-toggle .pcoded-item-togglesingle {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	margin-top: 10px;
}
.pcoded-toggle .pcoded-item-toggle,.pcoded-toggle .pcoded-item-togglesingle {
	margin-top: 0px;
}
.pcoded-navbar .pcoded-item > li, .pcoded-toggle .pcoded-item-toggle > li, .pcoded-toggle .pcoded-item-togglesingle > li {
	display: block;
	list-style: outside none none;
	margin: 0;
	padding: 0px 10px 0px 20px;
	position: relative;
	margin-bottom: 10px;
}
.pcoded-toggle .pcoded-item-toggle > li , .pcoded-toggle .pcoded-item-togglesingle > li{
	margin-bottom: 10px;
	background: #ddd;
}
.pcoded-navbar .pcoded-item li.cmenu > a , .pcoded-navbar .pcoded-item-toggle .pcoded-sub-toggle > li:hover a {
	background-color: #7E4148;
    color: #CCCC;
}
.pcoded-navbar .pcoded-item > li > a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	text-align: center;
	padding: 5px;
	color: #fff;
	border: none;
	font-weight: 400;
	letter-spacing: .6px;
	background-color: #F1EDE7;
	color: #00000075;
	border-radius: 50px;
	text-transform: uppercase;
}
.pcoded-toggle .pcoded-item-toggle > li > a ,.pcoded-toggle .pcoded-item-togglesingle > li > a {
	display: block;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: .6px;
	position: relative;
	text-align: left;
	padding: 10px 15px;
	color: #000;
	border: none;
	font-weight: 500;
	
}
.pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu , .pcoded-toggle .pcoded-item-toggle .pcoded-has-toggle .pcoded-sub-toggle , .pcoded-toggle .pcoded-item-togglesingle .pcoded-has-toggle .pcoded-sub-toggle {
	width: 100%;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transform: rotateX(-90deg);
-webkit-transform: rotateX(-90deg);
}
.pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li{
	display: block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: relative;
}
.pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 8.7px 10px;
	text-decoration: none;
	position: relative;
	text-align: left;
	border-bottom-color: #E5DCD7;
	color: #7E4148;
	padding-left: 30px;
	border-bottom-width: 1px;
}

.pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a::after {
	float: right;
	font-style: normal;
	margin-left: 3px;
	font-size: 22px;
	position: absolute;
	right: 15px;
	top: -1px;
	padding-top: 0px;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	opacity: 1;
	visibility: visible;
	content: "\f105";
	font-family: FontAwesome;
}

.pcoded-toggle .pcoded-item-toggle > li.pcoded-has-toggle > a::after,.pcoded-toggle .pcoded-item-togglesingle > li.pcoded-has-toggle > a::after {
	float: right;
	font-style: normal;
	margin-left: 3px;
	font-size: 22px;
	position: absolute;
	right: 15px;
	top: 0;
	padding-top: 5px;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	opacity: 1;
	visibility: visible;
	content: "\f107";
	font-family: FontAwesome;
}
.navbar-logo {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.navbar-logo h5 {
	color: rgba(0,0,0,0.46);
	margin-top: 30px;
}
.navbar-logo span {
	display: block;
	color: #000;
	font-weight: bold;
}
.pcoded-navbar .pcoded-item .pcoded-hasmenu.pcoded-trigger .pcoded-submenu , .pcoded-toggle .pcoded-item-toggle .pcoded-has-toggle.pcoded-trigger .pcoded-sub-toggle, .pcoded-toggle .pcoded-item-togglesingle .pcoded-has-toggle.pcoded-trigger .pcoded-sub-toggle {
	-webkit-transform-origin: 0 0;
	transform-origin: 10% 10%;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
.pcoded-navbar .pcoded-item .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu  , .pcoded-toggle .pcoded-item-toggle .pcoded-has-toggle.pcoded-trigger > .pcoded-sub-toggle, .pcoded-toggle .pcoded-item-togglesingle .pcoded-has-toggle.pcoded-trigger > .pcoded-sub-toggle {
	position: relative;
	opacity: 1;
	visibility: visible;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
}
 .pcoded-toggle .pcoded-item-toggle .pcoded-has-toggle.pcoded-trigger > .pcoded-sub-toggle, .pcoded-toggle .pcoded-item-togglesingle .pcoded-has-toggle.pcoded-trigger > .pcoded-sub-toggle{
	 padding: 10px 15px;
 }
.pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger > a::after {
	content: "\f107";
	font-family: FontAwesome;
}
.pcoded-toggle .pcoded-item-toggle li.pcoded-has-toggle.pcoded-trigger > a::after,.pcoded-toggle .pcoded-item-togglesingle li.pcoded-has-toggle.pcoded-trigger > a::after {
	content: "\f106";
	font-family: FontAwesome;
}
.pcoded-content {
	position: relative;
	display: block;
	float: unset;
	right: 0;
	margin-left: 230px;
}
.pcoded-inner-content {
	padding: 0px;
}
.pcoded-toggle .pcoded-item-togglesingle > li.pcoded-has-toggle > a::after {
	right: 80px !important;
	line-height: 1.6;
}
.expandbox {
	font-weight: normal;
	font-size: 12px;
	float: right;
	position: relative;
	right: 0;
	color: #000;
	padding-top: 4px;
}
.pcoded-toggle .pcoded-item-togglesingle > li {
	margin-bottom: 0;
}
 .pcoded-toggle .pcoded-item-togglesingle > li > a,.pcoded-toggle .pcoded-item-togglesingle .pcoded-has-toggle.pcoded-trigger > .pcoded-sub-toggle{
	 padding-left:0px;
 }
/* TOP Bar */


.navbar ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.navbar a {
	color: #76777A;
	font-size: 32px;
	text-decoration: none;
}
.navbar ul li {
	float: left;
	margin-right: 15px;
}
.navbar a:hover{
	color:#7E4148;
}	

.nav-left {
	float: left;
}
.nav-right {
	float: right;
}
.proname {
	font-size: 14px;
	color: #000;
	margin-right: 5px;
}
.proname span {
	line-height: 1.2;
	font-weight: 600;
}
.proname span.prorole{
	color: #D9D9D9;
	font-weight: normal;
}
.user-profile.header-notification > a {
    display: inline-flex;
    background-color: #fff;
    border-radius: 8px;
    vertical-align: middle;
    align-content: center;
    align-items: center;
	padding-left: 10px;
}
.proimg img {
	width: 30px;
	border-radius: 31px;
	height: 30px;
}
.user-profile.header-notification {
	margin-right: 0;
}


.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
	-webkit-transform: translateY(30px);
	background: #fff;
	box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.03), 0 -2px 1px -2px rgba(0, 0, 0, 0.02), 0 0 0 -1px rgba(0, 0, 0, 0.03);
	opacity: 0;
	position: absolute;
	right: 0;
	transform: translateY(30px);
	transition: all linear 0.3s;
	visibility: hidden;
	z-index: 99;
}
.show-notification, .header-navbar .navbar-wrapper .navbar-container .header-notification:hover .profile-notification {
	-webkit-transform: translateY(2px);
	opacity: 1;
	transform: translateY(2px);
	visibility: visible;
}

 .header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile li {
	float: left;
	position: relative;
	width:100%;
}
 .header-navbar .navbar-wrapper .navbar-container .nav-right .profile-notification a {
	color: #000;
	padding:15px .6rem;
	transition: all 0.3s ease-in-out;
	font-size: 15px;
	display: block;
	line-height: 1.2;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification i{
	font-size: 15px;
	margin-left: 0;
	margin-right: 5px;
}
.proimg {
	font-size: 32px;
}

/* contain */

.page-body {
	margin-top: 0px;
	padding: 15px;
}
.card-top {
	margin-bottom: 15px;
}

.card-bottom {
	background-color: #fff;
	padding: 15px;
	min-height: 232px;
}
.card-contain h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.6;
    color: #1a1a1a;
    font-weight: 600;
}
.card-contain .fa {
	padding: 0 6px;
}
.card-contain .col-sm-4 {
	text-align: center;
}
.boxfont {
	font-size: 14px;
	color: #000 !important;
	margin: 3px 0 !important;
	letter-spacing: .5px;
	font-weight: 400;
}
.smalltext {
	font-size: 14px;
	text-transform: capitalize;
	color: #828282;
}

.cardboxlist {
	margin-top: 15px;
}

.nav-tabs .nav-item {
	background-color: #848484;
	margin-right: 20px;
	border-radius: 5px 5px 0px 0px;	
	position: relative;
}

.nav-tabs .nav-link {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 10px;
	letter-spacing: .5px;
}
.iconset {
	margin-left: 40px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #7E4148;
	background-color: #fff;
	border-color: transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: transparent;
	color:#7E4148;
	background-color: #fff;
}
.cardboxlist .table th , .cardboxlist .table td ,  .table td ,  .table th{
	border-top: none;
	padding: 10px 10px;
	text-align: left;
}
.cardboxlist .table thead th, .table thead th {
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: .4px;
}
.table thead th, .table tbody td {
	vertical-align: middle;
	font-size: 12px;
}
.cardboxlist .table-striped tbody tr:nth-of-type(2n+1)  ,  .table-striped tbody tr:nth-of-type(2n+1) {
	background-color: transparent;
}
.nav-tabs {
	border-bottom: none;
}
.box {
	font-size: 14px;
}
.boxheading {
	text-transform: uppercase;
}
.radiobtn {
	margin-left: 10px;
	margin-right: 4px;
}
.filedheading {
	margin-bottom: 0;
	font-size: 14px;
}
.mg-10px {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mg-15px {
	margin-top: 15px;
	margin-bottom: 15px;
}
.box .row {
	align-items: center;
	-ms-flex-align: center;
}
.form-control {
	color: #7C7C7C;
	font-size: 14px !important;
	border-radius: 0;
	border-color: #7C7C7C;
	line-height: 1.2;
	
}
.box .form-control{
	max-height: 32px;
	font-size: 14px;
}
.box .form-control.select2 {
    padding: 5px 0.75rem;
}
.box textarea.form-control {
	max-height: 100%;
}
.custom-file-label, .custom-select {
	color: #7C7C7C;
	border: 1px solid #7C7C7C;
	border-radius: 0;
}
 .btn.global{
	background-color: #7E4148;
	color: #fff;
	line-height: 1.2;
	padding: 7px 15px;
	border-radius: 35px;
	margin-right: 10px;
	font-size: 14px;
}
 .btn.submitbtn{
	background-color: #7E4148;
	color: #fff;
	line-height: 1.2;
	padding: 5px 40px;
	border-radius: 35px;
	margin-top: 10px;
}
.btnsetting:hover {
	color: #7E4148;
}

.backlink {
	color: #000;
	font-size: 12px;
}
.backlink .fa {
	margin-right: 5px;
}
.headtext {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
}
.organisert {
	font-size: 12px;
}

.innerbox .fa.fa-user-o {
	color: #000;
	font-size: 24px;
}
.ologo {
    text-align: center;
    border: 2px solid #000;
    border-radius: 6px;
    padding: 5px;
	overflow: hidden;
}
.innerboxcontain {
	padding: 15px 0;
}
.innerboxcontain .row {
    align-items: normal;
    -ms-flex-align: normal;
}
.otext{
	font-size: 12px;
	margin-bottom: 3px;
	
}
.ohead {
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
	margin-bottom: 3px;
}
.elinks {
	text-transform: uppercase;
	margin-right: 0px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-top: 15px;
	color:#0071BC;
}

.elinks.textright {
	float: right;
}
.colored{
	margin-right: 0px;
	color:#7E4148;
}
.elinks:hover {
    text-decoration: none;
}

.coinfo .headtext {
	padding-bottom: 5px;
}
.coinfo .otext {
	margin-bottom: 15px;
}
.otext.linkbox {
	text-transform: capitalize;
	text-align: center;
	padding: 5px 10px;
	font-weight: 500;
	letter-spacing: .5px;
	color:#fff;
	display: block;
	background-color:#7E4148;
}
.ohtext {
	margin-bottom: 0;
}
.contentright .innerboxhead {
	overflow: hidden;
}
.contentright .headtext {
	width: auto;
	float: left;
}
.cright {
	float: right;
	display: block;
	overflow: hidden;
	height: 35px;
}
.cright a {
	background-color: #7E4148;
	color: #fff;
	padding: 5px 15px;
	text-decoration: none;
}
.contentright .fa.fa-angle-down {
	margin-left: 20px;
	margin-right: 11px;
	color: #D9D9D9;
	font-size: 26px;
}
.contentright .fa.fa-plus {
	margin-right: 5px;
}
.innerboxcontain.contenttop {
	padding: 0;
}
.actives {
	color: #0056b3;
}
.Completeds {
	color: green;
}
.contentright .btnicon {
	color: #000;
}


.notesdiv {
	border-left: 3px solid #DEE5E7;
	margin-left: 20px;
	position: relative;
	width: 100%;
	float: left;
}
.round {
	background-color: #ED709A;
	width: 15px;
	height: 15px;
	border-radius: 29px;
	position: absolute;
	left: -9px;
	top: 37%;
}
.undernotes {
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 10px;	
	min-height: 80px;
}
.innernotes{
	margin-left: 30px;
	width: auto;
	max-width: 534px;
	margin-bottom: 10px;	
}
.addnotes {
	margin-left: 30px;
	width: auto;
	max-width: 534px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.underround {
	border-radius: 90px;
	width: 12px;
	height: 12px;
	position: relative;
	left: 4px;
	top: 4px;
}
.undernotes h3 {
	color: gray;
	text-transform: uppercase;
	font-size: 14px;
}
.undernotes p {
	margin-bottom: 0;
	color: #000;
	font-size: 14px;
	line-height: 1.4 !important;
}

.addnotes #comment {
	border: 2px solid #DEE5E7;
}
.notice {
	margin-bottom: 0;
}
.addnotes .btn.submitbtn {
	padding: 5px 30px;
	margin-top: 5px;
}
.notes {
	width: 100%;
	float: left;
}
.notes .row {
	align-items: center;
	-ms-flex-align: center;
}
.datetimeleft {
	padding-left: 20px;
}
.custom-datatable thead th ,.custom-datatabledash thead th {
	border-top: none;
	color:#000;
}

input.error {
	border-color: red;
  }
  .error {
	color: red;
  }
.table th:first-child, .table td:first-child {
	vertical-align: middle;
}

.taskbar ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.taskbar .dropdownbox a {
	color: #000;
	padding: 5px 15px;
	display: block;
	text-decoration: none;
}
.dropdownbox a {
	text-decoration: none;
}
.dropdownbox {
	background-color: #FAFAFA;
	position: relative;
}


.dropdownbox-inner {
	-webkit-transform: translateY(30px);
	background: #FAFAFA;
	box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.03), 0 -2px 1px -2px rgba(0, 0, 0, 0.02), 0 0 0 -1px rgba(0, 0, 0, 0.03);
	opacity: 0;
	position: absolute;
	right: 0;
	transform: translateY(30px);
	transition: all linear 0.3s;
	visibility: hidden;
	z-index: 999999999999999;
}
.taskbartop .dropdownbox-inner {
	width: 145px;
}
.dropdownbox .dropdownbox-inner.active{
	-webkit-transform: translateY(0px);
	opacity: 1;
	transform: translateY(0px);
	visibility: visible;
}

 .dropdownbox li {
	float: left;
	position: relative;
	width:100%;
}
.dropdownbox-inner a {
	color: #000;
	padding: 4px 15px;
	transition: all 0.3s ease-in-out;
	font-size: 14px;
	display: block;
	line-height: 1.2;
}
.dropdownbox-inner i{
	font-size: 15px;
	margin-left: 0;
	margin-right: 5px;
}

.iconspace {
	margin-right: 10px;
}

.taskbar .nav-right li {
	display: inline-grid;
	margin: 0 5px;
}
.taskbartop .nav-right li {
	display: inline-grid;
	margin: 0;
}
.taskbar .nav-right li.filepdfexl a {
	font-size:20px;
	color:#7E4148;
}
.btnsetting {
	color: #D9D9D9;
	font-size: 18px;
}

.taskbartop ul {
	list-style: none;
	padding-left: 0;
	margin:0;
}
#loginFrm {
	margin-bottom: 0;
}
.img-fluid {
	max-width: 180px;
}
.logoimg {
	text-align: center;
	margin-bottom: 25px;
}
.form-label-group.positionr {
	position: relative;
}
#pass-status {
	position: absolute;
	top: 9px;
	right: 10px;
	cursor: pointer;
}

.navbar a.toplinks {
	background-color: #fff;
	border-radius: 35px;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 10px;
	display: block;
	position: relative;
	letter-spacing: .6px;
	line-height: 1;
}
.navbar a.toplinks:hover {
	color: #76777A ;
}
.toplinks .fa {
	margin-right: 0px;
}
.pcoded-inner-navbar .fa , .pcoded-inner-toggle .fa {
	margin-right: 5px;
}
.navbar.header-navbar.pcoded-header {
	padding: 15px !important;
    background-color: #D9D9D9;
}
.ctmcardtext {
	margin: 0;
	text-transform: capitalize;
	color: #FFFFFF;
	font-size: 14px;
}

.card-bottom.cardslide .card-contain.topcont {
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/food.png");
	padding-top: 50px;
	background-size: 100%;
	padding-bottom: 5px;
}
.card-bottom.cardslide {
	padding: 0;
}
.card-bottom.cardslide .card-contain {
	padding: 15px;
}
.topcont h4 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
}
.topcont .fa {
	color: #fff;
}

.gray {
	color: #828282;
}

.card-bottom .fa {
	font-size: 12px;
	color: #828282;
}
.card-bottom .fa:hover {
	color: #7E4148;
}

.iconssettings {
	color: #828282;
	font-size: 16px;
	margin: 0 3px;
}
.iconssettings:hover, .btnsearch:hover, .btnsearch:focus {
	color: #7E4148;
}
.cardboxlist .tab-content {
	background-color: #fff;
}

.table-responsive.dt-responsive {
	padding: 10px;
}
.btnicon {
	background-color: #7E4148;
	color: #fff !important;
	padding: 2px 7px;
	border-radius: 35px;
	text-decoration:none;
}
.btnicon:hover {
	text-decoration:none;
}

.table-responsive  .table tr:nth-child(2n) {
	background-color: #F8F8F9;
}

.statusi {
	text-transform: capitalize;
	color: red;
}
.statusa {
	text-transform: capitalize;
	color: green;
}
.navbar-logo .img-fluid {
	max-width: 100%;
}
.card-header {
	background-color: transparent;
	border: none;
	padding: 0;
}
.main-body .card {
	background-color: transparent;
	border: none;
}
.main-body .card .card-body {
	background-color: #fff;
}

.taskbartop .iconssettings {
	font-size: 20px;
}

.nosettings .iconssettings {
	color: #fff;
}
.nosettings:hover .iconssettings , .nosettings:focus .iconssettings {
	color: #7E4148;
}
.taskbartop .nav-link {
	min-width: 231px;
}
 .iconset {
	float: right;
	line-height: 1;
	margin-left: 0;
	display:flex;
	list-style: none;
}

.boxheading {
	text-transform: capitalize;
	color: #7E4148;
	padding: 10px;
	border-radius: 5px 5px 0px 0;
	background-color: #fff;
	max-width: 270px;
	margin-bottom: 0;
	font-weight:600;
	line-height: 1.4;
}

.boxinner {
	background-color: #fff;
	padding: 10px;
}
.filedheadingform {
	color: #7E4148;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 5px;
}
.col-form-label {
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: .6px;
}
.btn.btnsubmit {
	background-color: #7E4148;
	padding: 6px 30px;
	font-size: 14px;
	border-radius: 35px;
	float: left;
	border-color: #7E4148;
}
.btn.btncancle {
	background-color: #7C7C7C !important;
	padding: 6px 30px;
	font-size: 14px;
	border-radius: 35px;
	float: right;
	color:#fff !important;
}
.form-action {
	margin-top: 40px;
}
.cstmlogotext {
	color: #848484;
	font-size: 12px;
	margin-bottom: 10px;
}
.cstmlogotext span {
	margin: 0 15px;
}
.cstmlogotext span:last-child {
	margin-right: 0;
}
.cstmlogotext span:first-child {
	margin-left: 0;
}
.sortingtext {
	color: #000;
}
.sortingtext:hover {
	text-decoration: none;
}
.sortingtext .fa {
	margin-left: 10px;
}

.filters .form-action .btnsubmit {
	float: left;
	margin-right: 15px;
	padding: 8px 10px !important;
}
.filters .form-action,.organiserdash .filters .form-action {
	margin-top: 20px;
	margin-bottom: 0;
}
.filters .btn.btncancle {
	float: left;
}

.filters{
	padding: 0 0 20px;
	display: none;
}
.filters .col-form-label {
	font-size: 14px;
}
.filters .form-control {
	height: 30px;
	font-size: 14px;
}
.filters .form-group{
	margin-bottom: 0;
}


.filters select.form-control {
	height: 30px !important;
	line-height: 1 !important;
	padding: 0px 10px;
}

.boxnumberchart .active .fa {
	color: #7E4148;
}
.iconssettings.active {
	color: #7E4148;
}
	
.bglightgray {
	background-color: #F8F8F9;
}
.bgwhite {
	background-color: #fff;
}
.innerbox {
	padding: 15px;
}
.boxheading.width90 {
	width: 90%;
}

.elinks.addi {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: normal;
}
.addcont .innerboxcontain {
	padding: 0;
}
.addcont .elinks {
	margin-top: 0;
}
.mgt-10 {
	margin-top: 15px;
}

.displayflex {
	display: flex !important;
}
.displayflex .col-form-label {
	margin-right: 20px;
	line-height: 1.2;	
	min-width: 90px;
}
.viewpage .form-control {
	border-color: #F8F8F9;
	background-color: #F8F8F9;
}

.viewpage .form-action {
	margin-top: 10px;
}
.notestext {
	font-size: 12px;
	font-weight: 600;
}
.box .notes {
	align-items: initial;
	-ms-flex-align: initial;
}

.viewpage .btnsubmit {
	margin-right: 10px;
	padding: 3px 15px;
	font-size: 12px;
	font-weight: bold;
}

.viewpage .btn-success.btnsubmit {
	background-color:#009245;
}
.viewpage .form-action span {
	line-height: 1.7;
	font-size: 11px;
	float: right;
}
.notestext span {
	font-weight: normal;
}
.linetop {
	border-top: 1px solid #7E4148;
	padding-top: 10px;
}
.notesmsg {
	background-color: #F8F8F9;
	padding: 10px 15px;
	min-height: 90px;
	word-wrap: break-word;
}
#eventformsAddFrm .btn , #eventformsEditFrm .btn {
	float: left;
	padding: 6px 30px;
	margin-right: 10px;
}
.form-wrap.form-builder .form-actions {
	float: right;
	margin-top: 5px;
	display: none !important;
}



#toast-container {
  display: block;
  position: fixed;
  z-index: 10000; }
  @media only screen and (max-width: 600px) {
    #toast-container {
      min-width: 100%;
      bottom: 0%; } }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    #toast-container {
      left: 5%;
      bottom: 7%;
      max-width: 90%; } }
  @media only screen and (min-width: 993px) {
    #toast-container {
      top: 10%;
      right: 3%;
      max-width: 86%; } }

.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default; }
  .toast.custom {
    border-radius: 2px !important;
    top: 35px !important;
    width: auto !important;
    margin-top: 10px !important;
    position: relative !important;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    line-height: 1.5em;
    background-color: #7E4148 !important;
    padding: 10px 25px !important;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: default; 
    box-shadow: unset !important;
  }

  .toast .toast-action {
    color: #eeff41;
    font-weight: 500;
    margin-right: 0;
    margin-left: 3rem; }
  .toast.rounded {
    border-radius: 24px; }
  @media only screen and (max-width: 600px) {
    .toast {
      width: 100%;
      border-radius: 0; } }

	  
	  
.hamburger {
  width: 26px;
  height: 2px;
  background-color: #76777A;
  margin: 6px 0;
}
.hamburger:first-child {
  margin-top:6px;
}
.hamburger:last-child {
  margin-bottom:  0;
}
.pcoded-collapse .hamburger:first-child {
	margin-top: 0;
}
#sidecollapse {
	display: block;
}

.pcoded-collapse .pcoded-navbar , .pcoded-collapse .main-menu {
	width: 80px;
	border-radius: 0 20px 20px 0px;
}

.pcoded-collapse .pcoded-content{
	margin-left:80px;
}

.pcoded-collapse .pcoded-mtext span {
	display: none;
}
.pcoded-collapse .pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a::after{
	display:none;
}

.pcoded-collapse .pcoded-navbar .pcoded-item > li > a {
	font-size: 18px;
	text-align: center;
	line-height: 40px;
}
.pcoded-collapse .mCustomScrollBox {
	overflow: visible;
}
.pcoded-collapse .mCSB_container {
	overflow: visible;
}
.pcoded-collapse .pcoded-navbar .pcoded-item .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
	position: absolute;
	z-index: 9999999999;
	left: 100%;
	top: 0;
	width: max-content;
	background-color: #7E4148;
}
.pcoded-collapse .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
	padding: 8.7px 20px;
}
.pcoded-collapse .pcoded-navbar .pcoded-item > li.pcoded-trigger a {
	background-color: #7E4148;
	color: #CCCC;
}
.pcoded-collapse .navbar-logo {
	display: none;
}
.headerdrop.dashevent {
	display: none;
}
.pcoded-collapse .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
	color: #CCCC;
}

.logocollapse {
	width: 170px;
	display:none;
}
.pcoded-collapse .logocollapse {
	display:block;
}
.logocollapse img {
	width: 100%;
}

.pcoded-collapse .navbar .navbar-container > ul {
	display: flex;
	align-items: center;
	min-height: 61px;
}

.breadcrumb {
	background-color: transparent;
	padding: 15px;
	margin-bottom:-15px;
}
.breadcrumb ul {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	display: flex;
}
.breadcrumb li {
	padding: 0 6px;
}
.breadcrumb ul li a {
	text-transform: capitalize;
	font-size: 12px;
}
.modal-footer .btn.btnsubmit {
	margin-right: 10px;
}
.modal-footer .form-action {
	margin-top: 0px;
}
.modal-body .form-control {
	max-height: 32px;
	font-size: 14px;
}
.pac-container.pac-logo {
	z-index: 99999999;
}
.modal-body .error {
	font-size: 14px;
}

.addcont .innerboxcontain {
	margin-bottom: 15px;
}
.innerboxcontain.last , .addcont .innerboxcontain.last {
	padding: 0;
	margin-bottom: 0;
}
.custom-form .card-link ,.eventview .card-link {
	background-color: #eee;
	display: block;
	margin-bottom: 20px;
	color: #000;
	padding: 10px 15px;
}
.custom-form .card-link::after , .eventview .card-link::after {
	content: "\f106";
	font-family: FontAwesome;
	float: right;
	font-size: 28px;
	line-height: 0.9;
}
.custom-form .card-link.collapsed::after , .eventview .card-link.collapsed::after {
	content: "\f107";
}


.pcoded-inner-navbar .fa{
	display:none;
}

.pcoded-collapse .pcoded-inner-navbar .fa {
	margin-right: 0;
	display: inline-block;
}

.otext.linkbox.activecolor {
	background-color: #009245;
}
.custom-form  {
	overflow: hidden;
}

.form-control:focus {
	box-shadow: none;
}
.frmb {
	min-height: 100%;
	height: 100%;
}

.dateicon {
	width: 32px;
	height: 31px;
	background-image: url('../images/calendar.png');
	background-repeat: no-repeat;
	background-position: center;
}
.pd-l-0 {
	padding-left: 0;
}
.form-control.time {
	padding: 0.375rem 2px;
}
.eventpage .col-form-label {
	font-size: 13px;
}

.eventpage .custom-file-input , .bigfile .custom-file-input {
	height: auto;
	padding: 30px 0;

}
.eventpage .custom-file , .bigfile .custom-file {
	height: auto;
	border: 1px solid #7C7C7C;
		min-height:auto;
}
.eventpage .custom-file-label , .bigfile .custom-file-label {
	margin: 25px 0.75rem;
	display: block;
	border: none;
	padding: 0.375rem 0;
}
.eventpage .custom-file-label {
overflow: hidden;
height: 50px;
}
.eventpage .cstmlogotext {
	margin-bottom: 0;
}
.mg-b-5 {
	margin-bottom: 5px;
}

.mg-b-20 {
	margin-bottom: 20px;
}
.eventpage .form-action.row {
	text-align: right;
}

.eventpage .btn.btnsubmit, .eventpage .btn.btncancle{
	float:none;
}

.eventpage .btn {
	margin-right: 10px;
}
.previelink {
	color: #000;
}
td .ng-binding.ng-scope:last-child .sept {
	display: none;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #7C7C7C;
	border-radius: 0;
}
.select2-container .select2-selection--single {
	height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #7C7C7C;
	line-height: 32px;
	padding-left: 12px;
	font-size: 14px;
    letter-spacing: .6px;
}
.modal-content .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 28px;
}

.select2.select2-container.select2-container--default {
	width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 30px;
}


.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px; }
  .pagination li a {
    color: #000;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px; 
    border: 1px solid #000;
    margin: 0 1px;
  }
  .pagination li.active a {
    color: #fff; 
    background-color: #7E4148; 
	 border-color: #7E4148;
  }
  
  .pagination li.disabled a {
    cursor: default;
    color: #999; }
  .pagination li i {
    font-size: 2rem; }

.pagination li.pages ul li {
  display: inline-block;
  float: none; }

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%; }
    .pagination li.prev,
    .pagination li.next {
      width: 10%; }
    .pagination li.pages {
      width: 80%;
      overflow: hidden;
      white-space: nowrap; } 
}
.table-pagination {
	margin-top: 10px;
	float:right;
}

.top-perpage {
	margin-bottom: 20px;
}
.listimage {
	width: 50px;
}
.syncproducts[disabled] {
    pointer-events: none;
}
.bulkimport .headtext {
	font-size: 16px;
	margin-bottom: 10px;
}
.bulkimport .custom-file {
	max-width: 300px;
}
.bulkimport .btn.btnsubmit {
	padding: 6px 30px;
	font-size: 14px;
	font-weight: bold;
	float:left;
}
.bulkimport .btn.btncancle{
	float:left;
}
.bulkimport .cstmlogotext {
	margin-bottom: 0;
}
.headingtop.row, .box.headingtop .row {
	align-items: start;
	-ms-flex-align:start;
}
.box.headingtop .innerbox {
	margin-top: 30px;
}
.cstmlogotext.mgb-20px {
	margin-bottom: 25px;
	margin-top: -8px;
}
.bulkimport #customDatatable th, .bulkimport #customDatatable td, .eventview #customDatatable th, .eventview #customDatatable td {
    font-size: 10px;
}
.btns .btnsubmit {
	margin: 0;
}
.nav-tabs .nav-item.btns {
    float: right;
    background-color: transparent;
    margin: 0;
    padding: 0 5px;
}
.modal .select2 {
	font-size: 14px;
}


/* form css */

.col-sm-12.mgt-30px {
	margin-top: 30px;
}


#eventform {
    background: #ddd;
}

#eventform fieldset legend, #eventformview fieldset legend {
    background: #bdbdbd;
    padding: 10px;
    font-size: 18px;
    width: 100%;
    vertical-align: baseline;
}

#eventform fieldset , #eventformview fieldset {
    /* padding: 10px; */
    position: relative;
    width: 100%;
}

#eventform .form-group, #eventform table ,#eventformview .form-group, #eventformview table {
    padding: 10px;
    font-size: 13px;
}

#eventform fieldset.form-group , #eventformview fieldset.form-group {
    padding: 0px;
}

#eventform .form-group label, #eventformview .form-group label {color: #000;font-weight: 600;width: 100%;}

a.editelement, a.element {
    float: right;
    font-size: 13px;
    border: 1px solid;
    height: 25px;
    border-radius: 200px;
    width: 25px;
    position: relative;
    text-align: center;
    padding: 6px;
    margin-left: 5px;
    line-height: 1;
}

#eventform .checkbox label, #eventformview .checkbox label  {
    font-weight: 400 !important;
    font-size: 13px;
	display: flex;
}

#eventform .checkbox label input , #eventformview .checkbox label input, .eventformview .checkbox label input {
    margin-right: 10px !important;
}
.formname {
	padding: 4px 0px;
}
.producttable {
	width: 100%;
	    margin-top: 15px;
}
.pcoded-sub-toggle .form-action {
	text-align: center;
}
.pcoded-sub-toggle .btn.btncancle {
	float: none;
	margin-right: 20px;
	background-color:green;
}
.pcoded-sub-toggle .btn.btnsubmit {
	float: none;
}

.producttable td, .producttable th {
    border: 1px solid #1A1818;
    padding: 10px;
	background-color: #fff;
}
.producttable th:last-child {
    width:25%;
}

.producttable td label {
	font-size: 14px !important;
	color: gray;
}
.packages-content {
	margin: 20px 0;
	width: 100%;
}
.pimage {
	text-align: center;
	margin-bottom: 20px;
}
.productpage .select2-selection.select2-selection--single {
	height: auto;
}
.viewpage .card-contain.topcont, .event_container .card-contain.topcont {
	padding-top: 150px;
	background-size: auto 100% !important;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.viewpage .topcont h4, .event_container .topcont h4 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2;
}
.viewpage .card-contain, .event_container .card-contain{
	padding: 5px 10px;
}
.viewpage .ohead, .event_container .ohead {
	font-weight: 600;
	font-size: 13px;
	text-transform: capitalize;
	margin-bottom: 10px;
	color: #212529;
	line-height: 1.2;
	letter-spacing: .6px;
}
.viewpage .ohead {
	margin-bottom: 3px;
}
.viewpage .otext {
	line-height: 1.2;
	margin-bottom: 10px;
}
.event_container .otext {
	line-height: 1.2;
}
.viewpage .mgb-10px, .event_container .mgb-10px {
	margin-bottom: 10px;
}
.viewpage .oul, .event_container .oul {
	padding-left: 0;
	list-style: none;
	font-size: 12px;
}

.headerdrop {
	width: 350px;
}
.headerdrop .select2-selection {
	border: none;
	border-radius: 8px;
}
.eaddress {
	color: #76777A;
	font-size: 14px;
	margin-bottom: 0;
	padding: 5px 0;
	max-width: 220px;
	max-height: 30px;
	overflow: hidden;
}
.role-permission {
	padding-left: 0;
	list-style: none;
	float: left;
	width: 50%;
}
.event_container .card-top .card-contain {
	padding: 0;
}
.event_container .topcont h4 {
	font-weight: bold;
}
.card-contain.evbox {
	
	min-height: 272px;
	border-radius: 11px;
	overflow: hidden;
}
#eventdetailCtrl .card-contain.evbox{
    padding: 0;
}
.event_container h3.ohead , .eventview h3.ohead {
	font-size: 16px;
}
.evbox .ohead {
	font-size: 12px;
}

.packagesdash h4 {
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
}
.packagesdash li p ,.packagesdash li {
    font-size: 12px;
    margin-bottom: 3px;
}
.packagesdash h3 {
	font-size: 14px;
}
.packagesdash ul {
	list-style: none;
	padding-left:0;
}
.packagesdash li {
	margin-bottom: 5px;
}
.eschedead .ohead {
	margin-bottom: 0;
	text-align:left;
	padding: 0 5px 0 15px;
}
.eschedead li {
	margin-bottom: 10px;
}
.eschedead .otext {
	margin-bottom: 0;
}

.pimage {
	width: 100%;
}
.select2.packages.packdrop ~ .select2 {
	width: 50% !important;
}

#eventformview .select2.packages.packdrop ~ .select2 {
	width: 33.33% !important;
}
.fa.dashboardspinner {
	font-size: 40px;
}

#typeForm select.multiple {
	min-height: 100px;
}
.imagegallary img {
	width: 100%;
	height: 110px;
	margin: auto;
}
.imagegallary .imagebox {
	width: 30.33%;
	float: left;
	max-height: 110px;
	border: 1px solid #000;
	margin: 5px;
	padding:5px;
	display: table;
	position: relative;
}
.imagegallary .imagebox .fancybox {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.imagesingle img {
	width: 100%;
}
.imagesingle .fancybox {
	width: 100%;
	float: left;
	overflow: hidden;
	border: 1px solid #000;
	margin: 0px;
	display:flex;
	padding:5px;
}
.imageboxclose {
	position: absolute;
	right: -8px;
	top: -10px;
	border: 1px solid #7E4148;
	border-radius: 15px;
	padding: 5px;
	background-color: #7E4148;
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
}
.imageboxclose:hover {
	color: #fff;
}
.viewpage .sept:last-child {
	display: none;
}
.viewvari h6 {
	margin-top: 7px;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 14px;
	color: #000;
}
.docsrow td:first-child a {
	color: #000;
}
.eventview .eschedead .otext {
	padding: 0 5px;
}
.addgroupcat {
	padding: 10px;
	background-color: #7E4148;
	color: white !important;
	display: block;
	text-align: center;
}
.btngo{
	line-height:1.2;
}

.variation_container li, .variation_container  .price , .viewvari li{
	width: 100%;
	list-style: none;
	color: gray;
	margin-right: 7px;
}
.variation_container  ul, .viewvari  ul {
	display: flex;
	padding-left: 0;
	list-style: none;
}
.variation_container  .price .form-control {
	max-height: 34px;
	line-height:32px;
}
.mainbox .imageboxclose {
	right: 23px;
	top: 0;
	color: #fff !important;
}
.viewvari ul li:last-child {
	width: 43px;
}
.bottomfixed {
	background-color: #ddd;
	color: #000;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0px;
	padding-left: 230px;
	display:none;
}
.bottom {
	position:relative;
}
.event_container {
	margin-bottom: 50px;
}
.fhead {
    font-size: 14px;
}


.checkbox .left {
	float: left;
	margin-right: 5px;
}
.checkbox .left, .checkbox .right {
	font-size: 16px;
}
.checkbox .right p {
	font-size: 14px;
	color: gray;
}
.readc.btnsubmit{
	color: #fff;
}
.readc{
	margin-right: 20px !important;
}
#eventformdata .form-action {
	margin-top: 20px !important;
	margin-bottom: 25px !important;
	background-color:transparent !important;
}
#eventformdata .form-action .btnsubmit{
	float:none;
}
#eventformdata .form-action .btnsubmit:last-child{
	margin-right: 0 !important;
}

.checkbox-type textarea {
  height: auto !important;
  max-height: unset !important;
}
.checkbox-type {
	background-color: #eee;
	padding: 10px;
	margin-top: 10px;
}

.checkbox-type .input-group-textbox {
  width: 90%;
  display: inline-block;
}

.checkbox-type .input-group-btn {
  text-align: right;
  width: 10%;
}
.checkbox-type .input-group-btn button {
  font-size: 28px;
  line-height: 0;
  width: 40px;
  height: 40px;
}
.checkbox-type .input-group-textbox input,.checkbox-type .input-group-textbox textarea {
  margin-bottom: 5px;
}
.value-box {
	display: inline-block;
	background-color: grey !important;
	color: #fff;
	padding: 5px 10px;
	margin: 2px;
	text-transform: uppercase;
}
.showcart {
	color: #000 !important;
}

.greenright {
	color: #515453;
	font-size: 22px;
}
.datebox {
	font-weight: normal;
	font-size: 14px;
	float: right;
	position: relative;
	right: 5%;
	color: #7E4148;
}
.charcpas {
	color: #fff;
	padding: 5px 5px;
}
.orange {
	background-color: #A68079;
}
.gray {
	color: #fff;
	background-color: #CBCBCA;
}
.green {
	color: #fff;
	background-color: #515453;
}
.red {
    color: #fff;
	background-color: #792630;
}
.bottomfixed .col-sm-2 {
	max-width: 14%;
}
.eway-button span, .payment-button span {
	height: 33px;
	line-height: 33px;
	font-weight: bold;
	font-family: Roboto, "Helvetica Neue", sans-serif;
	text-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	background-color: transparent !important;
	color: #fff;
	font-size: 14px;
	box-shadow: none;
	padding: 0 12px;
}

.payment-button.processing {
    cursor: wait;
}

button[disabled].eway-button{
	pointer-events: none;
	opacity: 0.5;
}
.eway-button, .payment-button {
	background-color:#8EBA2B !important;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	border-radius: 35px;
	padding: 1px;
	border: none;
}

.classboxlink {
	background-color: #fff !important;
	text-align: center;
	display: block;
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 13px;
	color: #7E4148 !important;
	border-radius: 35px;
	border: 1px solid #7E4148;
	font-weight: 400;
	letter-spacing: .6px;
	box-shadow: none;
}
.classboxlink:hover {
	text-decoration: none;
	color: #fff !important;
	background-color: #7E4148 !important;
}

.eway-button {
	display: none;
}

.sendnotes {
	float: left;
	width: 100%;
	max-height: 470px;
	overflow-y: scroll;
}

.modal-header h5 {
	float: left;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-danger:focus, .btn-danger.focus {
	box-shadow: none;
}
.getdashboarddata, .getdashboarddatau, .getdashboarddatac {
	cursor: pointer;
}
#mytab .fa.dashboardspinner, #mytab .fa.exhibitorspinner{
	font-size: 30px;
	line-height: 42px;
}
.fa-spinner.bulkspinner {
	font-size: 30px;
	line-height: 35px;
}
.custom-datatable tr td , .custom-datatabledash tr td{
	cursor: pointer;
}
.roundcount {
	background-color: #7E4148;
	color: #fff;
	border-radius: 23px;
	overflow: hidden;
	position: absolute;
	top: -9px;
	text-align: center;
	right: -10px;
	font-size: 12px;
	padding: 2px 8px;
}
.calendarpage .card-body{
	padding-bottom: 45px;
}
.select2-dropdown ul li {
	font-size: 13px;
	letter-spacing: .1px;
}

.error.white-text {
  background-color: yellow;
  color: #000;
  font-weight:bold;
  padding: 10px;
  margin-bottom: 15px;
}
.error.white-text ul {
  padding: 0 17 !important;
}
.btn {
	font-weight: 500;
	letter-spacing: .6px;
	border-radius: 35px !important;
	background-color: #7E4148 !important;
	border-color:#7E4148 !important;
	color: #fff !important;
}
.pcoded-navbar .pcoded-item > li > a:hover {
	color: #CCCC;
	background-color:#7E4148;
}
.mainbox .removevaribox {
	right: 0;
	top: 35px;
	position: relative;
	bottom: 0;
	border: none;
	background-color: transparent;
	color: #7E4148 !important;
	font-size: 20px;
}
.variation_container .price {
	max-width: 80px;
}
.variation_container .price input {
	text-align:center;
}
.variation_container li:last-child {
	width: 30px;
	margin-right: 0;
}
.btn.btn-primary.grey, .modal-footer .btn.grey {
    background-color: #7C7C7C;
    border-color: #7C7C7C;
}
.btn.btn-primary.grey:hover, .btn.btn-primary.grey:focus, .btn.btn-primary.grey:active,.modal-footer .btn.btn-primary.grey:hover,.modal-footer .btn.btn-primary.grey:focus,.modal-footer .btn.btn-primary.grey:active {
    background-color: #545b62;
    border-color: #545b62;
	box-shadow: none !important;
}

.top-perpage .form-group.row {
	margin-bottom: 0;
	padding-top: 30px;
	display: block;
	overflow: hidden;
}
.organiserdash .top-perpage .form-group.row {
	padding-top: 0px;
}
.searchbtn{
	float:right;
}

.top-perpage .col-sm-8 {
    float: left;
}
.searchbox .btn.btnsubmit {
    margin-right: 0;
}

.orderview .card-contain {
	padding: 30px;
	min-height: 315px;
}
.orderview .dashboardcard .card-contain {
	min-height: auto;
}
.orderview .ohead {
	font-size: 16px;
}
.orderview .card-contain.pd-0 {
	padding: 0;
}

.form-control.heightauto {
    max-height: 100%;
    height: auto;
}


/* new */
.footertext p {
    font-size: 13px;
    color: grey;
}
.login .cardbox { 
    border: 1px solid #b1b1b1;
	box-shadow: 1px 1px 10px 1px #b1b1b1;
}
.login h1 {
    font-size: 23px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    text-align: center;
    color: #5a5757;
}
.login .checkbox input {
    float: left;
    margin: 2px 4px 0 0;
}
#eventcalendar .fc-scrollgrid-sync-inner {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 7px 0;
    text-transform: uppercase;
}
#eventcalendar h2.fc-toolbar-title {
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 0.6px;
    color: #7E4148;
}
#eventcalendar button {
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 13px;
    border-color: grey;
    background-color: grey;
}
#eventcalendar button.fc-button-active {
    background-color: #7E4148;
    border-color: #7E4148;
}
.producttable th {
    font-size: 14px;
    font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.producttable td {
    font-size: 14px;
    letter-spacing: 0.6px;
	text-align: center;
	color: gray;
}
.orderview h4 {
    font-size: 14px !important;
}
.orderview h3.title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 26px;
}

.organiserdash .card-bottom.cardslide .card-contain.topcont {
	padding-top: 74px;
}

.event_container .ohead.mgb-3 {
	margin-bottom: 3px;
}
.organiserdash .card-bottom {
	min-height: 310px;
}
.organiserdash .eschedead .otext {
	text-align: right;
	padding-left: 10px;
}
.organiserdash .event_container {
	margin-bottom: 0;
}

#exhibitorsDatatable .fa.fa-check {
	color: green;
	font-size: 24px;
}
#exhibitorsDatatable .fa.fa-times {
	color: red;
	font-size: 24px;
}
.dashsidebar#message .message-container li .userpic {
	width: 200px;
}
.dashsidebar#message .message-container li .details .right {
	float: left;
	width: 100%;
}
.dashsidebar#message .message-container li .details {
	display: flex;
}
.package-title {
	font-size: 20px;
	color: #1a1a1a;
	text-transform: capitalize;
}
.dashsidebar#message .header .page-title {
	margin: 15px 0 15px;
	color: #1a1a1a;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}
.dashsidebar#message .header .page-title .icon {
	margin-top: 0;
	top: 0;
}
.dashsidebar#message .header {
	box-shadow: 0px -2px 0px 0px #F2F2F2 inset;
}
.dashsidebar#message .message-container li.item.docs:nth-child(3n) {
	margin-right: 0;
}
.dashsidebar#message .message-container li.item.docs {
	width: 31.3%;
	float: left;
	margin-right: 3%;
	margin-bottom: 15px;
}
.dashsidebar#message .message-container li.docs .details {
	border-bottom: none;
	margin-bottom: 0px;
	text-align: center;
}
.dashsidebar#message .message-container li.docs .details .label.label-info {
	word-wrap: anywhere;
}
.dashsidebar#message .message-container li.docs .details .fa {
	font-size: 80px;
	margin-bottom: 10px;
}
.dashsidebar#message .message-container li.docs .details .left {
	width: 100%;
}
.dashsidebar#message .message-container li.item{
    margin: 0 0 15px 0;
}
.crossicon {
	background-image: url('../../images/cross.png');
	width: 12px;
	height: 12px;
	margin: auto;
	background-size: contain;
}
.checkicon {
	background-image: url('../../images/greencheck.png');
	width: 16px;
	height: 16px;
	margin: auto;
	background-size: contain;
}
.greenicon {
	background-image: url('../../images/greencheck.png');
}
.orangeicon {
	background-image: url('../../images/orangecheck.png');
}
.blueicon {
	background-image: url('../../images/bluecheck.png');
}
.organiserreports .event_container {
	display: none;
}
.message-list .event {
	position: absolute;
	right: 240px;
	text-align: left;
	width: 150px;
line-height: 1.2;
top: 15px;
}
.useridentify {
	margin-left: 5px;
	color: gray;
	font-weight: normal;
}
.organiserdash.fix-topbar .left.top-perpage {
	position: fixed;
	top: 0;
	width: 98.8%;
	left: 0;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 0;
	padding-left: 206px;
	padding-right: 30px;
}
.organiserdash.fix-topbar #exhibitorsDatatable {
	margin-top: 105px;
}

.top-perpage .form-group.row.statuscolor {
	display: flex;
	padding-top: 33px;
	text-align:center;
}

.top-perpage .form-group.row.statuscolor .checkicon {
	float: none;
	height: 17px;
	background-position: 0 3px;
	background-repeat: no-repeat;
	margin: auto;
	display: inline-grid;
}

.top-perpage .form-group.row.statuscolor span {
	font-size: 14px;
	margin-left: 5px;
}

.tics span {
	display: inline-block;
}
.organiserdash.fix-topbar .left.top-perpage .custom-datatabledash {
	display: block !important;
	padding: 0 30px;
	margin-top: 1rem;
	margin-bottom: 0;
	overflow-x: auto;
}
.navbar a.toplinks span {
	margin-left: 5px;
}
.viwelogo img {
	width: 100%;
}
.viwelogo .fancybox {
	line-height: 1.2;
}
#chart{
	display:none;
}
.eventformview .form-group > label {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
.toplinks .fa.fa-envelope-o {
	margin-right: 4px;
}

.producttable .select2-container--default .select2-selection--single {
	background-color: #f5f5f5;
	text-align: left;
}
.producttable td .form-control.qty,.producttable td .form-control.proprice  {
	background-color: #f5f5f5;
}
.producttable a {
	position: relative;
	display: block;
}
.producttable .fa.fa-search-plus {
	position: absolute;
	color: #000;
	bottom: 0;
	right: 0;
	margin: 0;
}
.cartsummary .fhead {
	font-size: 18px;
	font-weight: bold;
}
.bottomfixed > .row {
	padding: 7px 0;
	margin-left: 0;
	margin-right: 0;
}
.row.bgwhite.rowtable {
	padding: 7px 0px;
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}
.col-sm-21 {
	width: auto;
	padding: 10px 10px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: flex;
	flex: auto;
}
.showcart {
	color: #000 !important;
	font-size: 14px;
}
.rowtable .col-sm-21:last-child {
    border-right: none;
}
#eventformdata li.form-action {
	margin-bottom: 100px !important;
}
.col-sm-12.cartsummary {
	padding-left: 10px;
	padding-right: 10px;
}
#exhibitorCtrl .event_container {
	margin-bottom: 90px;
}
#forgotform .invalid-feedback {
	display: block;
}	
.rubyul{
	display: ruby-base-container;
}


.searchbox input {
	line-height: 1.3;
}
.searchbox .form-group.row {
	padding-top: 32px;
}
.btnsearch {
	position: absolute;
	top: 1px;
	right: 16px;
	padding: 7px 7px;
	background-color: transparent;
	border: none;
	color:#828282;
}
.btnsearch:focus {
	outline: none;
}
.organiserdash .cardboxlist .table thead th.ng-scope {
	min-width: 100px !important;
}
.organiserdash .cardboxlist .table thead th:first-child {
	min-width: auto !important;
}

.dropdown-toggle.btnicon {
	border-radius: 5px !important;
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
.leftimagebg {
	display: none;
}
.login .cardbox {
	padding: 0;
}
.logoimg {
	text-align: center;
}
}
.organiserdash thead tr th {
	font-size: 10px;
}
.organiserdash .filters .form-action .btnsubmit {
    width: 100%;
	margin-right: 0;
}
.btn.btnsubmit.btn-success {
	background-color: #7E4148;
}
.organiserdash .top-perpage .searchbox .form-group.row {
	padding-top: 30px;
}

/* Chrome, Safari, Edge, Opera */
.producttable input.qty::-webkit-outer-spin-button,
.producttable input.qty::-webkit-inner-spin-button,
.producttable input.proprice::-webkit-inner-spin-button,
.producttable input.proprice::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.producttable input.qty, .producttable input.proprice {
  -moz-appearance: textfield;
}
.item.docs a .fa.fa-download, .item.docs a .fa.fa-eye {
	font-size: 24px !important;
	margin-right: 10px;
}
.item.docs a .fa.fa-eye {
 margin-right: 0px;
}

.variation-col ul {
  padding: 0;
}
.variation-col h6 {
  font-size: 11px;
  font-weight: 900;
}
.variation-col ul li {
  list-style: none;
  display: inline-block;
  background-color: #d0cfce;
  padding: 1px 3px;
  margin: 0 2px 2px;
  font-size: 11px;
}
.prologo {
	border-radius: 31px;
	width: 30px;
	height: 30px;
	font-size: 29px;
	margin-left: 5px;
	text-align: center;
}
.prologo .fa {
    display: block;
}
.classboxlink.edit {
	float: right;
	width: 200px;
}
.nav.nav-tabs.md-tabs.tab-timeline.editbtntab {
	float: right;
}
.nav-item.nosettings.last-item {
	margin: 0;
	background-color: transparent;
}

.viewpa .fa.fa-spinner.bulkspinner {
	font-size: 25px;
	line-height: 25px;
}
.viewpa .nav-item.btns {
	padding: 0 5px;
}

.cstmlogo img {
	width: 150px;
}

.attachments {
	margin-top: 15px;
}
.pcoded-navbar .pcoded-item li.currentmenu a {
	color: #CCCC;
}
#settingsEditFrm .imagebox {
	width: auto;
}

.tabbable .nav-tabs {
   overflow-x: auto;
   overflow-y:hidden;
   flex-wrap: nowrap;
}
.tabbable .nav-tabs .nav-link {
  white-space: nowrap;
}
.confirmbtn .fa.fa-spinner {
	font-size: 18px;
	display: none;
	margin:auto;
}
.mgb-3px{
    margin-bottom:3px !important;
}
.pcoded-sub-toggle .form-group.col-sm-6,.pcoded-sub-toggle .form-group.col-sm-3 {
	width: 100%;
	max-width: 100%;
}
.packageimg {
	width: 50%;
}

.form-group .expanded:after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 12px;
  font-size: 21px;
  position: relative;
  top: 1px;
}
.form-group .expanded.collapsed:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 12px;
  font-size: 21px;
  position: relative;
  top: 1px;
}
#viewformModal .modal-dialog {
	max-width: 90%;
}


.pcoded-navbar .pcoded-item > li.last {
  background-color: #807e78;
  padding: 3px 9px 17px;
  font-size: 17px;
  color: #fff;
  position: absolute;
  bottom: 9px;
}
.pcoded-navbar .pcoded-item > li.last a {
  padding: 0;
  font-size: 11.3px;
}
.organiserdash .filters .form-action .btn {
    border-radius: 35px;
    font-weight: 600 !important;
    word-spacing: 1px;
    letter-spacing: .6px;
    font-size: 10px !important;
    text-transform: uppercase;
    padding: 5px 10px;
}

.reporttab .table thead th {
	min-width: 100px !important;
}
.reporttab .table thead th:first-child {
	min-width: auto !important;
}
.filenamedoc {
	margin-bottom: 10px;
	display: block;
}
.catalogdwnld a {
	background-color: #7E4148;
	color: #fff !important;
}

.catalogbox {
	text-align: center;
}
.catalogbox .fa.fa-file-pdf-o {
	font-size: 80px;
	margin-bottom: 10px;
}
.catalogbox .filenamedoc {
	margin-bottom: 0;
}
.catalogbox .fa.fa-eye {
	font-size: 24px;
}
.catalogbox .imagebox {
	margin: 0;
	margin-bottom: 10px;
}
.pcoded-navbar .pcoded-item > li.last .fa{
    display:none;
}
.pcoded-collapse .pcoded-navbar .pcoded-item > li.last .fa {
    display:block;
}
.pcoded-collapse .pcoded-navbar .pcoded-item > li.last a {
    font-size: 18px;
    margin: 10px 0;
    display: inline-block;
}
.pcoded-collapse .pcoded-navbar .pcoded-item > li.last {
    padding: 3px 8px 0px 8px;
    text-align: center;
}
.pcoded-collapse .pcoded-navbar .main-menu{
    padding-bottom:0px;
}

.form-control.checkbox {
	float: left;
	width: 20px;
	height: 23px;
	margin-right: 5px;
}


.rerror, .rerror:focus{
	border-color:red;
}
.rerror ~ .select2-container--default .select2-selection--single {
    border-color: red;
}
.reerror {
	color: red;
}
.headtext .btnicon.btnview,  .btnicon.btnview.font12{
	font-size: 12px;
}

.headtext .btnicon.btnview {
	display: inline-block;
	margin-top: 5px;
}

.m-t-15{
	margin-top: 15px;
}

select[readonly].select2 + .select2-container {
  pointer-events: none;
  touch-action: none;
}
select[readonly].select2 + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
  }

 select[readonly].select2 + .select2-container .select2-selection__arrow,
 select[readonly].select2 + .select2-container .select2-selection__clear {
    display: none;
  }
  .taskbartop .tabsmall .nav-link {
	min-width: 160px;
}

.btn.waves-effect.waves-light.cyan.btn-danger.invoice-button , .place-order, .send-quotation {
	border-radius: 35px !important;
	line-height: 1.4;
}

.cart-summary .producttable {
	margin-bottom: 15px;
}
.cart-summary .producttable th, .cart-summary .producttable td {
	text-align: left;
	padding: 5px 10px 5px 0;
	border: none;
	border-bottom: 1px solid gray;
}

.cart-summary .producttable th:last-child, .cart-summary .producttable td:last-child {
	text-align: right;
	color:#212529;
	padding: 5px 0 5px 10px;
	font-weight: bold;
}

.invoice-button .fa.fa-spinner, .place-order .fa.fa-spinner {
	font-size: 20px;
}
.close.btn.btncancle {
	line-height: 1.4;
	border-radius: 34px !important;
	float: none;
	margin-left: 10px;
	font-size: 17px;
	font-weight: normal;
}
.btn.readc.btnsubmit.saveform {
	position: absolute;
	right: 8%;
	top: 7px;
	z-index: 9999999999;
}
#assignuser .modal-footer .btn {
	font-weight: normal !important;
	word-spacing: 0;
	letter-spacing: .6px;
	font-size: 14px !important;
	text-transform: capitalize;
	background-color: #7E4148;
	padding: 7px 30px;
	border: none;
	line-height: 1.5;
	border-radius: 35px;
}
#assignuser .modal-footer {
	padding: 15px 0;
}

.cartsummary .pcoded-sub-toggle {
	height: 350px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 8px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  border-radius: 0;
}
.lead-row.invalid {
	background-color: #fcc !important;
}
.description_popup {
	display: inline-block !important;
	color: #000;
}

.eventformview .form-group label span {
	background-color:yellow ;
	cursor: pointer;
}

.auto_generate {
	margin-top: 5px;
	display: inline-block;
}

.variation_container.products_container {
    margin-top:15px;
}
.variation_container.products_container .mainbox .removevaribox {
	top: 25px;
}
.package_empty, .package_empty ~ .select2 {
	display: none;
}
.attachments span {
	display: inline-block;
	margin-bottom: 7px;
	margin-right: 5px;
}
.remove_i {
	font-size: 20px;
}
.lockdown_text {
	white-space: unset;
}

#countdown #timer div {
  display: inline-block;
  line-height: 1.2;
  padding: 8px 18px 14px;
  font-size: 32px;
  text-align: center;
}

#countdown div#timer {
  display: inline-block;
  color: #fff;
  background-color: #7E4148;
  width: 100%;
  text-align: center;
}

#countdown #timer div.sept {
	padding: 0 0;
	top: -10px;
	position: relative;
	vertical-align: text-bottom;
}

#countdown span {
  display: block;
  font-size: 20px;
  color: white;
  font-size: 12px;
}
label .required {
	color: red;
}
.exhibitor_dashboard .navbar.header-navbar.pcoded-header {
	position: sticky;
	top: 0;
	z-index: 999;
	background-color: #F2F2F2;
	padding: 10px 0 !important;
}
.exhibitor_dashboard .pcoded-inner-content {
	padding-top: 0;
}

.producttable td.price div {
	display: flex;
	align-items: center;
}

.login .container-fluid {
	border: 3px solid #792630;
	width: 100%;
	border-radius: 35px;
	padding: 65px;
}
.login {
	padding: 35px;
}
.radius-image {
	border-radius: 15px;
	margin-bottom: 10px;
}
.radius-image img {
    border-radius: 15px;
    width: 100%;
}
.image1 {
	height: 205px;
	width: 100%;
	background-position: left 76%;
	background-size: 100%;
}
.image1 {
	height: 205px;
	width: 100%;
	background-position: left 76%;
	background-size: 100%;
}
.image2 {
	background-color: #f1ede7;
	text-align: center;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.image2 img {
	width: 260px;
	border-radius: 0;
}
.images-grid {
	display: flex;
	gap: 10px;
}

.radius-image.image6 img {
	height: 161px;
	width: auto;
}
.radius-image.image4 img {
	height: 161px;
	width: auto;
}
.logoimg img {
	width: 45px;
}
.radius-image.image3 {
	width: 100%;
}
#melbourne-time {
	color: #7b3d45;
	font-weight: bold;
	font-size: 18px;
}