@charset "UTF-8";

/* CSS Document */


/***************************************************************************/


/***************************** GENERAL STYLES *******************************/


/***************************************************************************/

.wrapper {
	max-width: 1750px;
	width: 100%;
	margin: 0px auto;
	/*margin: 0 0 0 500px;*/
	padding: 0px 0px;
	position: relative;
	text-align: center;
	display: block;
	z-index: 1;
}

.col-1-4 {
	width: 23%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-3-4 {
	width: 73%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-3 {
	width: 31.333%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-2-3 {
	width: 64.66%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-2 {
	width: 48%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-5 {
	width: 18%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-2-5 {
	width: 38%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-3-5 {
	width: 58%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-4-5 {
	width: 78%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-10 {
	width: 8%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-9-10 {
	width: 88%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1 {
	margin: 1%;
	width: 98%;
	position: relative;
	display: inline-block;
}
.col-1-6 {
	width: 14.66%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-7 {
	width: 12%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.col-1-8 {
	width: 10.5%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-3-8 {
	width: 35.5%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-7-8 {
	width: 85.5%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.col-1-10 img, .col-1-4 img, .col-1-2 img, .col-1-3 img, .col-1-5 img, .col-1 img {
	width: 100%;
	height: auto;
	margin: 0px;
	display: block;
	padding: 0px;
}
.vertical {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    margin-top:30px;
    margin-bottom: 30px;
}

.wrapper .video-container,.innerWrapper .video-container{
	margin-top:0;
}

.video-container embed, .video-container iframe, .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.outerWrapper {
	max-width: 2000px;
	margin: 0 auto;
    display: block;
}

.mainPanel {
	width: 90%;
	width: calc(100% - 250px);
	margin: 50px 0 0 250px;
	padding: 0px 40px;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}


.messi-closebtn:before {
	width: 24px;
	text-shadow: none;
	font-size: 20px;
	line-height: 19px;
}
.messi-titlebox {
	background-color: #2e77bc;
	background-image: none;
	border-radius: 0px;
	text-shadow: none;
	font-size: 18px;
	line-height: 22px;
}
.messi-titlebox .messi-title {
	font-size: 18px;
	line-height: 22px;
}
.messi-box {
	max-height: 90vh;
	overflow: auto;
	margin: 0 auto;
	width: 95%;
	max-width: 980px;
}
.messi-content p {
	margin: 0 0 15px;
	line-height: 22px;
}

/***************************************************************************/


/***************************** HEADER STYLES *******************************/


/***************************************************************************/


body {
	background-color: #f8f9fc;
}

header.header{
	width: 100%;
	height: 50px;	
	background-color: #e1e3e2;
	position: fixed;
    top: 0;
	z-index: 100;
	/*-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);*/
}

header .wrapper {
	height: 50px;
	position: relative;
	max-width: 100%;
    width: 100%;
}



header h2 {
	position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-bottom: 0px;
}

.company {
	font-size: 26px;
}

.taskBar {
	float: right;
}

.taskBar ul, .taskBar ul li {
	padding: 0;
    margin: 0;
    list-style: none;
}

.taskBar ul li {
	display: inline-block;	
	vertical-align: top;
	position: relative;
}

.taskBtn {
	border-left: 1px solid #d4d5d5;
	border-right: 1px solid #fff;
	background-color: #e1e3e2;
	display:block;
	padding: 0 17.5px;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.taskBtn i {
	font-size: 20px;
	line-height: 50px;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}


.taskBar ul li:first-child .taskBtn:before {
	content: "";
    background-color: #fff;
    width: 1px;
    height: 50px;
    position: absolute;
    left: -1px;
}

.taskLogo {
	display: inline-block;
	background-color: #2e77bc;
	vertical-align: top;	
	position: relative;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
    background: -webkit-gradient(linear, left top, right top, from(#0cc3bb), color-stop(#2793d2), to(#257ce1));
    background: linear-gradient(90deg, #0cc3bb, #2793d2, #257ce1);
    background-size: 400% 400%;
    -webkit-animation: KorusGradient 25s ease infinite;
    animation: KorusGradient 25s ease infinite;
    padding: 10px 30px;
}

.taskLogo .logo {
	display: block;
	height: 30px;
}
.taskLogo .logo img {
	max-height: 100%;
}

.taskLogo .logo p{
    font-size: 22px;
    line-height: 30px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	display: block;
	    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.taskLogo .logo p span{
	display: inline-block;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}



/************** MOBILE NAV STYLES ***************/

#mobile-header {
	display: none;
	vertical-align: middle;
}
#mobile-header svg {
	width: 80px;
	height: 100%;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#mobile-header path {
	fill: none;
	-webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	stroke-width: 60px;
	stroke-linecap: round;
	stroke: #fff;
	stroke-dashoffset: 0px;
}
#mobile-header .cross path#top, #mobile-header .cross path#bottom {
	stroke-dashoffset: -650px;
	stroke-dashoffset: -650px;
}
#mobile-header .cross path#middle {
	stroke-dashoffset: -115px;
	stroke-dasharray: 1px 220px;
}
#mobile-header path#top, #mobile-header path#bottom {
	stroke-dasharray: 240px 950px;
}
#mobile-header path#middle {
	stroke-dasharray: 240px 240px;
}
#mobile-header .cross path#top, #mobile-header .cross path#bottom {
	stroke-dashoffset: -650px;
	stroke-dashoffset: -650px;
}
#mobile-header .cross path#middle {
	stroke-dashoffset: -115px;
	stroke-dasharray: 1px 220px;
}

/*************************************************************************/


/***************************** MAIN STYLES *******************************/


/*************************************************************************/


#map {
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 2;
	min-height: 450px;
}

.button {
	padding: 10px 50px 10px 12px;
    background: #2e77bc;
    color: #fff;
    position: relative;
    cursor: pointer;
    text-transform: none;
    text-align: left;
	border-radius: 0;
	display: block;
	width: 100%;
	line-height:1;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}
.button.white {
	background-color: #FFF;
}
.button.dark {
	background: #13304c;
}

.button:last-child{
	margin:0;
}

.button span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px;
}

.button i {
	font-size: 18px;
	position: absolute;
	right: 12px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.button * {
	color: #fff;
}

@media only screen and (min-width:1000px){

	.button:hover{
		color:#fff;
		background: #13304c;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
	.button.dark:hover {
		background: #06bab7;
	}

	.taskBtn:hover, .taskLogo:hover, .loginBox .button:hover, .pageMenu .header i:hover, .imageThumb i:hover, .settingsBtn:hover, .editForm input[type="submit"]:hover, .pageRight a.pagination:hover {
		background: #13304c;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.form-wrap.form-builder .clear-all:hover {
		background: #888;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.pageRight a.pagination.previous:hover, .pageRight a.pagination.next:hover {
		background: #ddd;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.taskBtn:hover * {
		color: #fff;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.loginBox input[type="submit"]:hover {
		color: #fff;
		border-color:#13304c;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.BlockMain table tbody tr:not(.nohover):hover, .BlockMain table tr:nth-child(even):not(.nohover):hover {
		background: #8393a1;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.BlockMain table tbody tr:not(.nohover):hover *, .BlockMain table tr:nth-child(even):not(.nohover):hover * {
		color: #fff;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.navMenu ul li a:hover, .navMenu ul li.header ul li a:hover {
		background: #2e77bc;
		border-top: 2px solid #2e77bc;
    	border-bottom: 1px solid #2e77bc;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.navMenu ul li a:after, .navMenu ul li.header ul li a:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 10px 0;
		border-color: transparent #fff transparent transparent;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
		right: 0;
		top: 50%;
		top: calc(50% - 10px);
		opacity: 0;
	}

	.navMenu ul li a:hover:after, .navMenu ul li.header ul li a:hover:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 10px 0;
		border-color: transparent #f8f9fc transparent transparent;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
		right: 0;
		top: 50%;
		top: calc(50% - 10px);
		opacity: 1;
	}

	.navMenu ul li.header a:hover:after, .navMenu ul li:first-child a:after  {
		display: none;
	}

	.navMenu ul li.header ul li a:hover:after {
		display: unset;
	}

	.navMenu ul li.header a:hover {
		background: #13304c;
		border-top: 2px solid #13304c;
    	border-bottom: 1px solid #13304c;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.navMenu ul li.header a:hover *, .editForm .outline .button:hover * {
		color: #fff;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.BlockHeader i:hover {
		color: #2e77bc;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.actionBtn:hover, .editForm .outline .button:hover {
		background: #2e77bc;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.actionBtn.trash:hover {
		background: #ee3947;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.pageMenu ul li a:hover, .pageMenu a.button:hover, .pageMenu a.button:nth-child(odd):hover, .heading .button:hover, .pageSettings .button:hover {
		background: #8393a1;
		/*border-top: 2px solid #8393a1;
    	border-bottom: 1px solid #8393a1;*/
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
	.pageSettings .button:hover span {
		color: #FFF;
	}

	.uploadBox .button:hover, .newImageBox .button:hover, .editForm input.submitFullWidth[type="submit"]:hover, .heading .button.active:hover, .pageMenu .button.reOrderMenu.active:hover, .button.green:hover, .formsubmit input[type="submit"]:hover, .form-wrap.form-builder .save-template:hover {
		background: #4b8625;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.connectedSortable.ui-sortable .imageThumb:hover {
		border: 6px solid #51a8c4;
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
	}

	.connectedSortable.ui-sortable .imageThumb:hover:after {
		content: "\f31e";
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		vertical-align: inherit;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		position: absolute;
		font-size: 44px;
		line-height: 1;
		color: #51a8c4;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
	}
	
}


/***************************************************************************/


/***************************** FOOTER STYLES *******************************/


/***************************************************************************/

footer{

}


/***************************************************************************/


/***************************** PAGE STYLES *******************************/


/***************************************************************************/


#cookie-law {
	display: none;
}

.section {
	padding: 30px 0;
	position: relative;
}


/***************************************************************************/


/***************************** LOGIN PAGE STYLES *********************************/


/***************************************************************************/


@-webkit-keyframes KorusGradient {
	0% {
	  background-position: 0% 50%
	}
	50% {
	  background-position: 100% 50%
	}
	100% {
	  background-position: 0% 50%
	}
  }
  @keyframes KorusGradient {
	0% {
	  background-position: 0% 50%
	}
	50% {
	  background-position: 100% 50%
	}
	100% {
	  background-position: 0% 50%
	}
  }
  @-webkit-keyframes KorusFadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  @keyframes KorusFadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }

.loginBg {
	min-height: 100vh;
	background: -webkit-gradient(linear, left top, right top, from(#0cc3bb), color-stop(#2793d2), to(#257ce1));
	background: linear-gradient(90deg, #0cc3bb, #2793d2, #257ce1);
	background-size: 400% 400%;
	-webkit-animation: KorusGradient 10s ease infinite;
	animation: KorusGradient 10s ease infinite;
	padding:80px 20px;
  }

.loginWrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
	max-width: 500px;
}

.loginWrapper .logo {
	display: block;
}

.loginWrapper .logo p{
	font-size: 48px;
	line-height: 56px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	display: block;
	    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.loginWrapper .logo p span{
	display: inline-block;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}



.loginBox {
	width: 100%;
	margin: auto;
	border: 4px solid #fff;
    border-radius: 5px;
	margin-top: 60px;
	padding:40px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}

.loginBoxHeader {
	margin-bottom: 40px;
}

.loginBoxHeader *, .loginBox p {
	color: #fff;
	text-align: center;
}

.loginBoxHeader h1 {
    margin:0;
    font-size: 24px;
    line-height: 32px;
}

.loginBoxHeader h2 {
	text-transform: uppercase;

}

.loginBox span a {
	text-align: center;
	color: #fff;
	display: block;
	font-size: 14px;
}

.loginBox .input {
    border: 1px solid #fff;
    margin-bottom: 20px;
}

.loginBox input[type=text], .loginBox input[type=password] {
	color: #fff;
    font-size: 16px;
	padding: 20px 15px 20px 0;
	background: none;
	display: inline-block;
	border: none;
	width: 85%;
	width: calc(100% - 62px);
	vertical-align: middle;
}

.loginBox input[type=text]::-webkit-input-placeholder, .loginBox input[type=password]::-webkit-input-placeholder {
	color: #fff;
	font-style: italic;
	font-weight: 300;
	text-transform: capitalize;
}

.loginBox input[type=text]::-moz-placeholder, .loginBox input[type=password]::-moz-placeholder {
	color: #fff;
	font-style: italic;
	font-weight: 300;
	text-transform: capitalize;
}

.loginBox input[type=text]:-ms-input-placeholder, .loginBox input[type=password]:-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	font-weight: 300;
	text-transform: capitalize;
}

.loginBox input[type=text]:-moz-placeholder, .loginBox input[type=password]:-moz-placeholder {
	color: #fff;
	font-style: italic;
	font-weight: 300;
	text-transform: capitalize;
}

.loginBox .button {
    background-color: #fff;
    color: #000;
    text-align: center;
    text-transform: uppercase;
	border-radius: 5px;
	font-size: 18px;
	padding: 10px 20px;
	height: auto;
	margin-bottom: 15px;
}

.input i {
	display: inline-block;
    width: 15%;
    color: rgba(255,255,255,.6);
    font-size: 24px;
	text-align: center;
	vertical-align: middle;
}

.loginBox .input i{
	width: 52px;
}

.forgotPassForm {
	display: none;
}

.errorMessage{
   display: none;
}

.loginForm .notification ul,.errorMessage{
	 border: 1px solid #cc0000;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    text-align: center;
}

.loginForm .notification ul li,.errorMessage p{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    color: #cc0000;
}

.loginForm .notification ul,.errorMessage{
	 border: 1px solid #cc0000;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    text-align: center;
}

.loginForm .success{
	 border: 1px solid #77dd77;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    text-align: center;
    color:#000;
}

/***************************************************************************/


/***************************** DASHBOARD STYLES *********************************/


/***************************************************************************/

.contentBlock {
	border: 2px solid #ddd;
	border-radius: 5px;
	margin-bottom: 20px;
	background-color: #FFF;
}

.BlockHeader {

	padding: 20px 30px;
	position: relative;
}

.BlockHeader .headingholder i {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	margin-right: 20px;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.BlockHeader h2 {
	display: inline-block;
	vertical-align: middle;
	/*font-size: 24px;*/
	margin: 0;
}

.headerRight {
	position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.headerRight i {
    margin-left: 20px;
}
.headerRight a.button {
	display: inline;
	padding: 10px 12px 10px 12px;
}
.headerRight a.button.icon {
	display: inline-block;
	padding: 10px 50px 10px 12px;
}

.BlockMain table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	margin:0;
    padding:0;
    border:0;
    border-spacing:0;
	width: 100%;
}

.BlockMain table thead tr {
	background-color: #f1f2f2;
}
  
.BlockMain table td, .BlockMain table th {
	border: none;
	text-align: left;
	padding: 8px;
	padding: 10px 20px;
	position: relative;
}
 
.BlockMain table tr:nth-child(even) {
	background: #f1f2f2;
}

.BlockMain table tr {
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

table h3, table h4, table h5 {
    font-weight: bold;
}
.BlockMain .blockrow {
	padding: 10px 20px;
	font-size: 0;
}
.BlockMain.eventslist .blockrow {
	padding: 5px 10px;
	position: relative;
}
.BlockMain.eventslist .blockrow a.delete {
	position: absolute;
	top: 24px;
	left: 4px;
}
.BlockMain.eventslist .blockrow table td a.delete {
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.BlockMain.eventslist .blockrow a.delete .fas {
	font-size: 14px;
	color: #ee3947;
}

.BlockMain .blockrow:nth-of-type(odd) {
	background: #f1f2f2;
}
.BlockMain .blockrow .col-1-6, .BlockMain .blockrow .col-1-3, .BlockMain .blockrow .col-1-2, .BlockMain .blockrow .col-1, 
.BlockMain .blockrow .col-1-7, .BlockMain .blockrow .col-1-8, .BlockMain .blockrow .col-3-8, .BlockMain .blockrow .col-1-4 {
	margin: 6px 1%;
	vertical-align: middle;
}
.BlockMain .blockrow a.rowlink {
	display: inline;
	font-size: 0;
}
.BlockMain .blockrow:nth-of-type(odd) table thead tr, .BlockMain .blockrow:nth-of-type(odd) table tr:nth-child(even) {
	background-color: #FFF;
}
.BlockMain .blockrow:nth-of-type(odd) table tr:hover:nth-child(even) {
	background-color: #8393a1;
}
.BlockMain .blockrow .attendeeHolder {
	display: none;
}
.BlockMain .blockrow.expanded .attendeeHolder {
	margin: 10px 0px 30px;
	background-color: #dedcdc;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	position: relative;
}

.statusDot {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	display: inline-block;
	    font-size: 0;
}

.statusDot em {
	display: none;
}

.BlockLeftCol {
	display: inline-block;
    vertical-align: middle;
    width: 35%;
    width: 30%;
    border-right: 5px solid #2e77bc;
    margin: 20px 0;
	position: relative;
	padding: 20px;
	padding: 15px 20px;
}

.BlockLeftCol h2 {
	text-align: center;
	margin-bottom: 0;
}

.BlockRightCol {
	display: inline-block;
    vertical-align: middle;
    width: 65%;
    width: 70%;
	padding: 0 20px;
}

.BlockRightCol .count {
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	margin-right: 10px;
}

.BlockRightCol .button{
	margin-top: 10px;
}

.BlockRightCol .button:only-child{
	margin:0;
}

.BlockLeftCol i {
	font-size: 30px;
}

.center {
	text-align: center!important;
}

.statusBar {
	width: 100%;
	font-size: 0;
	background-color: #e6e6e6;
}

.statusBlock {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 0;
	-webkit-transition:all ease 1s;
	transition:all ease 1s;
}

.statusBar span {
	color: #fff;
	font-style:italic;
	position: relative;
	z-index: 2;
}
.statusBlock span {
	padding: 6px 10px;
	white-space: nowrap;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.subStatus {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	-webkit-transition:all ease 1s;
	transition:all ease 1s;
	display: block;
}
.subStatus span {
	padding: 6px 10px;
	white-space: nowrap;
	display: block;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}
.subStatus.green {
	background-color: #2b7903;
	position: absolute;
	height: 100%;
	z-index: 1;
}

.leadholder {
	border: 1px solid #dedcdc;
	background-color: rgba(255,255,255,0.4);
}
.leadholder .details {
	float: left;
	font-size: 12px;
	line-height: 14px;
	padding: 5px 0px 5px 12px;
}
.leadholder .buttons {
	float: right;
}
.leadholder .buttons a.button {
	padding: 10px 12px;
	display: inline;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px 5px 0px;
	line-height: 12px;
	top: 10px;
}
.leadholder .buttons a.button:nth-last-of-type(1) {
	margin-right: 10px;
}

a.button.small {
	padding: 10px 12px;
	display: inline;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px 5px 0px;
	line-height: 12px;
}

/***************************************************************************/


/***************************** TABLE STYLES *********************************/


/***************************************************************************/


table.sorter th {
	outline: none;
	position: relative;
}

table.sorter th.tablesorter-header:before {
    content: "\f0de";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: inherit;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    font-size: 12px;
    line-height: 1;
    right: 10px;
    top: 50%;
    top: calc(50% - 6px);
    opacity: .5;
    -webkit-transition: .6s;
    transition: .6s;
}

table.sorter th.tablesorter-header:after {
    content: "\f0dd";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: inherit;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    font-size: 12px;
    line-height: 1;
    right: 10px;
    top: 50%;
    top: calc(50% - 3px);
    opacity: .5;
    -webkit-transition: .6s;
    transition: .6s;
}

table.sorter th.tablesorter-headerAsc:before {
    opacity: 1;
    -webkit-transition: .6s;
    transition: .6s;
}

table.sorter th.tablesorter-headerDesc:after {
    opacity: 1;
    -webkit-transition: .6s;
    transition: .6s;
}

/***************************************************************************/


/***************************** EDIT PAGE *********************************/


/***************************************************************************/


.actionBar {
	position: absolute;
	right: 0;
	top: 80px;
    z-index: 99;
}

.actionBtn {
	width: 60px;
    height: 60px;
	border-radius: 5px;
	display: block;
    background-color: #383b3d;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

/*.actionBtn {
    width: 60px;
    height: 60px;
    margin-left: 10px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-color: #383b3d;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}*/

.actionBtn * {
	color: #fff;
}

.actionBtn i {
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.actionBar ul li:last-child {
	margin-right: 110px;
}

/*.actionBtn:last-child {
    margin-right: 90px;
}*/

.actionBar ul, .actionBar ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.actionBar ul li {
    display: inline-block;
    vertical-align: top;
	position: relative;
	margin-left: 10px;
}

/*.actionBtn:last-child {
	width: 80px;
	border-radius: 5px 0 0 5px;
	background-color: #2e77bc;
	margin-left: 25px;
}

.actionBtn:last-child i {
	left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}*/

#sortable1, #sortable2 {
	border: 1px dashed #cbcccb;
	background: #f8f9fc;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
}
#sortable1 li, #sortable2 li {
    width: 18%;
    margin: 1%;
    position: relative;
    display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.ui-state-highlight, .ui-state-default {
    border: 1px solid #c5c5c5!important;
}

.connectedSortable.deactivated:after {
	content: "\f023";
	position: absolute;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	z-index: 1;
	text-align: center;
    display: inline-block;
	  
	font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
	text-rendering: auto;
	
	line-height: 325px;
	font-size: 54px;
	color: #666;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.heading .button.active, .pageMenu .button.reOrderMenu.active, .loadsettings.active, .pageSettings .button.loadsettings.active {
	background: #6ebe45;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.heading .button.active *, .pageMenu .button.reOrderMenu.active * {
	color: #fff;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.thumbBox {
	margin-top: 30px;
}

.thumbBox span {
	text-transform: uppercase;
	/*letter-spacing: 15px;*/
}


/***************************************************************************/


/***************************** MAIN LIST PAGE *********************************/


/***************************************************************************/

.button.midWidth {
    display: inline;
    text-align: center;
    text-transform: uppercase;
	padding: 17px 60px;
	margin: 0;
	width: auto;
}

.button.midWidth span {
	font-weight: bold;
}

.button.midWidth.icon {
    padding: 17px 60px 17px 30px;
}

.pageLeft {
	float: left;
	margin-top: 7px;
}

.pageLeft span {
	margin-right: 30px;
}

.pageRight {
	float: right;
}

.pageRight .pagination {
	display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding: 6px 14px;
    background: #2e77bc;
}

.pageRight .pagination span {
	color: #fff;
	font-weight: bold;
}

.pageRight .previous, .pageRight .next {
	background: none;
	font-size: 24px;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.pageRight i {
	font-size: 24px;
	vertical-align: middle;
}

.pageRight .next {
	margin-right: 0;
}

.editForm .searchBox label {
	/*display: block;*/
    width: unset;
    margin-bottom: 10px;
}

.editForm .searchBox input, .editForm .searchBox .selectStyle {
	width: 100%;
	margin: 0;
}

table.pageList {
	width: 100%;
}

table.pageList thead {
	background: #f1f2f2;
	border: 1px solid #ddd;
}

table.pageList td, table.pageList th {
    border: none;
    text-align: left;
	padding: 15px 30px;
}

/*table.pageList .statusCell {
	text-align: center;
    padding: 15px 0;
    width: 100px;
}*/

table.pageList .addedCell, table.pageList .dateCell {
	width: 50%;
	padding: 6px 0 5px 35px;
}

table.pageList .addedCell {
	background: #ddd;
	float: left;
}

table.pageList .dateCell {
	background: #f3f3f3;
	float: right;
}

table.pageList .actionth {
	width: 100px;
    padding-left: 0;
    padding-right: 0;
}

table.pageList .actionth h3 {
	text-align: center;
}

table.pageList .actionCell {
	text-align: center;
}

table.pageList .actionCell i {
	color: #2e77bc;
	font-size: 26px;
}

table.pageList .actionCell.trash i {
	color: #ee3947;
}

table.pageList .cellBorder {
	border: 1px solid #ddd;
	padding: 0;
}

.btnRight {
	text-align: right;
}

.btnRight {
	text-align: right;
}

.headerBtn .button {
    position: absolute;
    right: 0;
    top: -5px;
}

.headerBtn h1 {
    margin-bottom: 0;
}


table.pageList .statusCell {
    width: 100px;
	float: left;
	text-align: center;
}

table.pageList .titleCell {
	float: left;
}

table.pageList .topCell {
    padding: 15px 0;
}





/***************************************************************************/


/***************************** PAGE MENU *********************************/


/***************************************************************************/

.pageMenu {
	width: 300px;
    background: #383b3d;
    position: fixed;
    top: 0;
    left: -500px;
    z-index: 9999;
	margin-top: 60px;
	height: 100%;
	overflow: auto;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.pageMenu.active {
    width: 500px;
}

.pageMenu.open {
    left: 0;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

/*.pageMenu.hide {
    opacity: 0;
}*/

.pageMenu ul, .pageMenu li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pageMenu ul {
	margin: 0 auto;
    width: 90%;
    background: #e1e3e2;
    margin-top: 30px;
}

.pageMenu li {
	position: relative;
}

.pageMenu a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 80%;
    top: 0;
	right: 10px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/*.pageMenu a.live:after {
    background: #6ebe45;
}

.pageMenu a.pending:after {
    background: #a1a3a3;
}

.pageMenu a.updated:after {
    background: #f9a12c;
}

.pageMenu a.off:after {
    background: #ee3947;
}*/

.pageMenu ul li a {
    padding: 15px 20px 15px 15px;
    background: #e1e3e2;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #b5b6b6;
	color: #fff;
    position: relative;
    cursor: pointer;
    text-align: left;
    display: block;
	width: 100%;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.pageMenu ul li ul {
	margin-top: 0;
	width: 100%;
}

.pageMenu ul li ul li a {
	border-top: 2px solid #fff!important;
}


.pageMenu ul li ul li span {
    font-weight: normal;
    margin-left: 10px;
}

.pageMenu.active ul li ul li span {
	font-weight: normal;
	margin-left: 15px;
}

.pageMenu ul li ul li ul li span {
	margin-left: 15px;
}

.pageMenu.active ul li ul li ul li span {
	margin-left: 30px;
}

.pageMenu ul li ul li ul li ul li span {
	margin-left: 20px;
}

.pageMenu.active ul li ul li ul li ul li span {
	margin-left: 45px;
}

.pageMenu ul li ul li ul li ul li ul li span {
	margin-left: 25px;
}

.pageMenu.active ul li ul li ul li ul li ul li span {
	margin-left: 60px;
}



.pageMenu ul li ul li a {
	background: rgba(225,227,226,0.6);
}

.pageMenu ul li ul li ul li a {
	background: rgba(225,227,226,0.4);
}

.pageMenu ul li ul li ul li ul li a {
	background: rgba(225,227,226,0.2);
}

.pageMenu ul li ul li ul li ul li ul li a {
	background: rgba(225,227,226,0);
}





.pageMenu ul li:first-child a {
    border-top: none;
}

.pageMenu ul li a * {
	font-weight: bold;
}

/*.pageMenu ul li ul {
	display: none;
}*/

/*.pageMenu ul li a i {
	display: inline-block;
    vertical-align: middle;
    width: 60px;
	position: relative;
	font-size: 26px;
	text-align: center;
}*/

.pageMenu ul li a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.pageMenu .header {
	background: #25292b;
    width: 100%;
    position: relative;
    display: block;
	/*padding: 20px;*/
	padding: 12.9px 20px;
}

.pageMenu .header * {
	color: #fff;
}

.pageMenu .header span {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 34px;
}

.pageMenu .header i {
	font-size: 34px;
    position: absolute;
    right: 0;
    top: 0;
    background: #2e77bc;
    width: 70px;
    height: 100%;
    text-align: center;
	line-height: 59.77px;
	cursor: pointer;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.pageMenu .button {
	padding: 15px 20px;
	width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.pageMenu a.button {
	background: #e1e3e2;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.pageMenu a.button * {
	color: #2A2247;
}

.pageMenu a.button:nth-child(odd) {
	background: #d3d5d4;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.pageMenu span {
	font-weight: bold;
}

.pageMenu ul li a i {
	font-size: 26px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.pageMenu .button i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.pageMenu ul li a.turned i, .navMenu ul li.header a.turned i {
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
	transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}


/***************************************************************************/


/***************************** NAV MENU *********************************/


/***************************************************************************/

.navMenu {
	width: 250px;
    background: #383b3d;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 999;
	height: 100%;
	overflow: auto;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.navMenu .siteName{
	display: block;
    background: rgba(0,0,0,0.3);
    background: rgba(0,0,0,0.3);
    padding: 0px 10px;
}

.navMenu .siteName p{
	color: #fff;
	line-height: 50px;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.navMenu .siteName p strong{
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.navMenu.navClosed .siteName p{
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.navMenu.navClosed .siteName p strong{
	font-size: 0;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.navMenu ul, .navMenu li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.navMenu li {
	position: relative;
}

.navMenu ul li a, .navMenu ul li.header ul li a {
    padding: 10px 20px 10px 5px;
    background: none;
    border-top: 2px solid #4c4e50;
	border-bottom: 1px solid #171717;
	color: #fff;
    position: relative;
    cursor: pointer;
    text-align: left;
    display: block;
	width: 100%;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
	/*width: 300px;*/
	font-size: 0;
	white-space: nowrap;
}

.navMenu ul li a *, .navMenu ul li.header ul li a * {
	color: #fff;
}

.navMenu ul li a i, .navMenu ul li.header ul li a i {
	display: inline-block;
    vertical-align: middle;
    width: 45px;
	position: relative;
	font-size: 20px;
	text-align: center;

	right: auto;
    top: auto;
	transform: none;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}

.navMenu ul li a span {
	font-size: 14px;

	line-height:inherit;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
	-webkit-animation: fade-in 1s;
		animation: fade-in 1s;
	width: 90%;
    width: calc(100% - 45px);
}

.navMenu ul li.header a {
	background: #e1e3e2;
	padding: 10px 20px 10px 5px;
	border-top: 2px solid #e1e3e2;
}

.navMenu ul li.header a * {
	color: initial;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.navMenu ul li.header a i {
	width: auto;
	position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.navMenu ul li.header a i:first-child {
	display: inline-block;
    vertical-align: middle;
    width: 60px;
    width: 45px;
    position: relative;
    font-size: 26px;
    font-size: 20px;
    text-align: center;

    right: unset;
    top: unset;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}

/*.navMenu ul li i.navToggle {
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 70px;
    height: 100%;
    background: rgba(0,0,0,.4);
    font-size: 26px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 62.25px;
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.navClosed ul li i.navToggle {
	transform: scalex(-1);
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
	background: rgba(0,0,0,.4);
}*/


i.navToggle {
    
    height: 100%;
    background: #28486e;
    font-size: 20px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	position: fixed;
    top: 50px;
    left: 300px;
        z-index: 101;
    height: 50px;
    line-height: 50px;
    width: 60px;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

i.navToggle.navClosed {
	left: 95px;
	-webkit-transform: scalex(-1);
	    -ms-transform: scalex(-1);
	        transform: scalex(-1);
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

/*.navMenu ul li:first-child a {
	padding: 15px 0 15px 5px;
}*/

.navLast:after {
	content: "";
	position: absolute;
	background: #4c4e50;
	height: 2px;
	width: 100%;
}

/*.fa-arrow-circle-left:before {
    content: "\f0a8";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}*/

.navMenu ul li a.active {
	background: #2e77bc;
	border-top: 2px solid #2e77bc;
}

.navClosed.navMenu {
	/*width: 140px;*/
	width: 95px;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

@-webkit-keyframes fade-in {
	from { 
	  opacity: 0; 
	}
	to { 
	  opacity: 1; 
	}
  }
  
  @keyframes fade-in {
	from { 
	  opacity: 0; 
	}
	to { 
	  opacity: 1; 
	}
  }


@-webkit-keyframes fade-out {
	from { 
	  opacity: 1; 
	}
	to { 
	  opacity: 0; 
	}
  }
  
  @keyframes fade-out {
	from { 
	  opacity: 1; 
	}
	to { 
	  opacity: 0; 
	}
  }
  
.navMenu.navClosed ul li a span {
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
		
	display: none;
	-webkit-animation: fade-out 1s;
	animation: fade-out 1s;
}
  


.navClosed.mainPanel {
	width: calc(100% - 140px);
    margin-left: 140px;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

/***************************************************************************/


/***************************** FORMS *********************************/


/***************************************************************************/

.editForm {
	background: #fff;
	padding: 20px;
}

.editForm label {
	display: inline-block;
	vertical-align: middle;
	width: 130px;
	margin-bottom: 0px;
}

.editForm label.auto {
	width: auto;
}

.editForm input {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #cbcccb;
	padding: 9px 12px;
	background: #f8f9fc;
}

.editForm input, .editForm .selectStyle {
	width: calc(100% - 130px);
}

.editForm label.auto + .selectStyle {
	width: 100%;
}

.selectStyle select {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 7px 10px;
	border-radius: 0;
	background: transparent;
	z-index: 2;
    position: relative;
	
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.selectStyle select::-ms-expand {
    display: none;
}

.selectStyle {
    display: inline-block;
	vertical-align: middle;
	width: 64.66%;
	position: relative;
	border: 1px solid #cbcccb;
	background: #f8f9fc;
}

.selectStyle:after {
    content: "\f107";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 10px;
    font-size: 28px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.editForm textarea {
	border: 1px solid #cbcccb;
	padding: 10px;
	background: #f8f9fc;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}


.textEditor {
	background-image: url(../images/elements/editor.jpg);
	background-size: cover;
	background-position: top;
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    border: 1px solid #cbcccb;
	border-radius: 5px;
	margin-top: 20px;
}

.heading {
	width: 100%;
	width: calc(100% + 40px);
    padding: 20px 40px 20px 40px;
    background: #2e77bc;
	margin: 10px 0 10px -20px;
	position: relative;
}

.heading h2, .heading h3 {
    color: #fff;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 0;
}

.heading .button {
	position: absolute;
	top: 0;
    right: 0;
	background: #d3d5d4;
	/*width: 17%;*/
	width: 20%;
    height: 100%;
}

.heading .button * {
	color: #2A2247;
}

.heading .button i {
	position: absolute;
	font-size: 28px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.heading .button span {
	position: absolute;
    font-weight: bold;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.editForm .outline .button {
	background: #fff;
	border: 3px solid #2e77bc;
	-webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.editForm .outline .button.active {
	background: #2e77bc;
	-webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.editForm .outline .button.active * {
	color: #fff;
}

.editForm .outline .button * {
	color: #2e77bc;
}

.editForm .outline .button span {
	font-weight: bold;
}

.editForm .outline .button i {
	font-size: 26px;
}

.uploadBox, .newImageBox {
	background: #f8f9fc;
	border: 1px solid #cbcccb;
	padding: 20px;
	display: none;
}

.uploadBox span, .newImageBox span {
	font-weight: bold;
}

.uploadBox input, .newImageBox input, .uploadBox .selectStyle, .newImageBox .selectStyle  {
	background: #fff;
}

.uploadBox .button, .newImageBox .button {
	background: #6ebe45;
	text-transform: uppercase;
	text-align: center;
	/*padding: 10px 20px;*/
	padding: 17px 20px;
	-webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.uploadBox .col-1, .newImageBox .col-1 {
	display: block;
}

/*.uploadCheck {
	text-align: right;
}*/

/*.uploadCheck label {
	width: auto;
}*/

/*.uploadCheck input {
	width: auto;
	padding: 0;
	margin-left: 10px;
}*/

.editForm input[type="file"] {
	background: #fff;
    height: auto;
	line-height: 1;
	padding: 10px 20px;
}

.imageThumb {
	background: #383b3d;
	height: 280px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.imageThumb.active {
	border: 6px solid #6ebe45;
	-webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.imageThumb span {
	padding: 15px 20px;
	/*background: #f8f9fc;*/
	background: #fff;
	border: 1px solid #cbcccb;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.imageThumb i {
	color: #fff;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
    background: #2e77bc;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
	cursor: pointer;
	z-index: 1;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.imageThumb input {
	padding: 30px 20px;
    background: #fff;
    border: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
}

.imageThumb img {
	position: absolute;
    max-width: unset;
	width: 125%;
	height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.connectedSortable.ui-sortable .delete, .connectedSortable.ui-sortable input {
	display: none;
}

.connectedSortable.ui-sortable .imageThumb {
	height: 100px;
}

#sortable1.connectedSortable.ui-sortable li, #sortable2.connectedSortable.ui-sortable li {
    width: 8%;
}

.connectedSortable.ui-sortable .ui-state-highlight, .connectedSortable.ui-sortable .ui-state-default {
	height: 100px;
	background: #ddd!important;
	border: none!important;
}

.editForm input[type="submit"] {
    background: #2e77bc;
    color: #fff;
    position: relative;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 17px 60px;
    margin: 0;
    border: none;
    font-weight: bold;
    height: auto;
    width: auto;
	line-height: normal;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.editForm input.submitFullWidth[type="submit"] {
    background: #6ebe45;
    color: #fff;
    width: 100%;
    width: calc(100% - 300px);
    height: auto;
    line-height: normal;
    margin: 0;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    -webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}

.editForm input.navClosed[type="submit"] {
    width: 100%;
    width: calc(100% - 70px);
}

.editForm .urlCheck {
    display: inline-block;
    vertical-align: middle;
	margin: 1%;
	position: relative;
}

.editForm .urlCheck .pass:before {
    display: inline-block;
	vertical-align: middle;
	background: #6ebe45;
	color: #fff;
	width: 30px;
	height: 30px;
	margin-right: 10px;

	content: "\f3c1";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
	line-height: 30px;
	text-align: center;
}

.editForm .urlCheck .fail:before {
    display: inline-block;
	vertical-align: middle;
	background: #ee3947;
	color: #fff;
	width: 30px;
	height: 30px;
	margin-right: 10px;

	content: "\f023";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 30px;
	text-align: center;
}

.editForm ul.folders {
	margin-top: 10px;
}

ul.folders i {
	font-size: 28px;
    vertical-align: bottom;
}

ul.folders span {
	font-size: 18px;
	margin-left: 20px;
	display: inline-block;
    vertical-align: bottom;
}

ul.folders li {
	margin-bottom: 40px;
}

input[type=text]::-webkit-input-placeholder {
	color: #2A2247;
}

input[type=text]::-moz-placeholder {
	color: #2A2247;
}

input[type=text]:-ms-input-placeholder {
	color: #2A2247;
}

input[type=text]:-moz-placeholder {
	color: #2A2247;
}

::-moz-placeholder {
	opacity: 1;
}


.editForm input[type="radio"], .searchForm input[type="radio"] {
	width: unset;
	margin: 0px 20px 0 0;
}

.editForm input[type="checkbox"], .searchForm input[type="checkbox"] {
    width: unset;
    position: relative;
    margin: 0px 20px 0 0;

}



.checkBoxHolder {
    display: inline-block;
	vertical-align: top;
	width: 80%;
}
.col-1-2 .checkBoxHolder {
	width: calc(100% - 130px);
	vertical-align: middle;
}

.checkBoxHolder .checkbox {
    display: inline-block;
    width: 33%;
    margin-bottom: 5px;
    margin-top: 0px;
}
.checkBoxHolder.double .checkbox {
    width: 48%;
}
.searchForm .checkBoxHolder label {
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
 
.settingsholder .checkBoxHolder {
	width: 100%;
}

.editForm .formHolder label {
	width: 130px;
	vertical-align: top;
}

.editForm .formHolder .checkbox label, .editForm .checkbox label {
	width: auto;
	vertical-align: middle;
	margin-top: 0px;
	margin-left: 0px;
}

.formholder {
	margin-bottom: 10px;
}

.formholder input[type="text"] {
	background: #fff;
    border: 1px solid #cbcccb;
}

.formsubmit input[type="submit"] {
	background: #6ebe45;
    color: #fff;
    position: relative;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
	padding: 12px 50px;
	/*padding: 11.5px 60px;*/
    margin-top: 0px;
    border: none;
    font-weight: bold;
    height: auto;
    line-height: normal;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.updatedPages + .formsubmit {
	margin-top: 12px;
}
.formsubmit.right {
	text-align: right;
}

.checkboxholder {
	margin: 10px 0;
}

.relatedContent .checkboxholder .checkbox {
	width: 100%;
}

.checkboxholder .checkbox input {
	width: auto;
    margin-right: 10px;
    margin-top: 0;
    margin-left: 0px;
    position: relative;
} 


.checkboxholder .checkbox {
    display: inline-block;
    width: 33%;
    margin-bottom: 5px;
}

.form-wrap.form-builder ul, .form-wrap.form-builder ul li {
	list-style: none;
	list-style-type: none;
}

.form-wrap.form-builder .save-template {
	background: #6ebe45;
	color: #fff;
	-webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.form-wrap.form-builder .clear-all {
	background: #ddd;
	-webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.form-wrap.form-builder .btn {
	cursor: pointer;
	width: 50%;
}

.form-wrap.form-builder .form-actions.btn-group {
	width: 100%;
	margin-top: 10px;
}

label.long {
	width: auto;
}

/***************************************************************************/


/***************************** SETTINGS PANEL *********************************/


/***************************************************************************/


.settingsPanel {
	position: fixed;
    top: 0;
    right: -730px;
    z-index: 1000;
	background: #fff;
	height: 100%;
	-webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.settingsPanel.open {
	right: 0;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
	-webkit-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.4);
}

.settingsPanel h2 {
	color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}

.relatedContent {
	background: #2e77bc;
    width: 40%;
    position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding: 30px;
	z-index: 1;
	margin-right: -480px;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.relatedContent.show {
	margin-right: 0;
	-webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.relatedContent {
	background: #2e77bc;
	/*width: 40%;*/
	width: 480px;
    position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	/*padding: 30px;*/
	padding: 30px 20px 30px 30px;
	overflow: auto;
}

.settingsPanel ul, .settingsPanel li, .editForm ul, .editForm li {
    padding: 0;
    margin: 0;
	list-style: none;
	position: relative;
}
.relatedContent p {
	color: #FFF;
}
.relatedContent ul {
	margin: 20px auto;
}

.relatedContent ul li {
	background: #fff;
	padding: 7px 20px;
}

.relatedContent ul li:nth-child(odd) {
	background: #e1e3e2;
}

.relatedContent ul li input[type='checkbox'] {
	position: absolute;
	right: 20px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

input[type='checkbox'] {
	width: auto;
	height: auto;
	padding: 0;
}

.settingsholder .formbreak {
	border-bottom: 2px solid #fff;
	padding-top: 15px;
	margin-bottom: 20px;
	width: 100%;
}

.searchForm {
	border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 20px 0;
    padding: 20px 0;
}
.searchForm.noborder {
	border-bottom: none;
	padding: 20 0 0;
}

.searchForm label {
	width: 100%;
	color: #fff;
}

.searchForm input {
	width: 100%;
	padding: 10px;
	background: transparent;
}

.inputStyle {
	position: relative;
	margin: 6px 0px 15px;
	background: #fff;
}

.inputStyle.search:after {
    content: "\f002";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 20px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.searchForm .selectStyle {
	width: 100%;
    margin: 6px 0 15px;
}

.searchForm .inputStyle input[type="submit"] {
	padding: 0;
    background: transparent;
    font-size: 0;
    height: 100%;
    width: 50px;
    position: absolute;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    right: 0;
    border: none;
}

.pageSettings {
	background: #fff;
	/*width: 60%;*/
	width: 730px;
    position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	z-index: 2;
	border-left: 10px solid #2e77bc;
	overflow: auto;
}

.pageSettings h2 {
	background: #e1e3e2;
	padding: 30px 40px;
	width: 100%;
	font-weight: 200;
	color: #2A2247;
}

.pageSettings .heading {
	width: 100%;
    padding: 20px 40px 20px 40px;
    background: #383b3d;
	margin: 30px 0 10px;
}

.pageSettings .button {
	background: #e1e3e2;
	padding-left: 40px;
	border-bottom: 1px solid #FFF;
}

.pageSettings .button * {
	color: #2A2247;
}

.pageSettings .button i {
    right: 40px;
}

.pageSettings ul {
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
}

.pageSettings ul li {
	display: inline-block;
	width: 48%;
	margin: 1%;
	vertical-align: middle;
}

.pageSettings label.auto {
	margin-bottom: 10px;
}
.pageSettings .editForm label.auto + input {
	width: 100%;
}

.pageSettings .editForm textarea {
	margin-top: 0px;
}

.product .button {
	padding: 20px 50px 20px 30px;
}

.product .button i {
	color: #ee3947;
	right: 30px;
}

.settingsBtnWrap {
	position: absolute;
    top: 80px;
    left: -80px;
}

.settingsBtn {
	width: 80px;
    border-radius: 5px 0 0 5px;
	background-color: #2e77bc;
	height: 60px;
	display: inline-block;
    vertical-align: top;
	position: relative;
	-webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.settingsBtn i {
	font-size: 26px;
	color: #fff;
    position: absolute;
    top: 50%;
	left: 15px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}



/***************************************************************************/


/***************************** GENERIC STYLES *********************************/


/***************************************************************************/


.green, .live, .pageMenu a.live:after {
	background-color: #6ebe45;
}

.amber, .updated, .pageMenu a.updated:after {
	background-color: #f9a12c;
}

.red, .off, .pageMenu a.off:after {
	background-color: #ee3947;
}

.grey, .pending, .pageMenu a.pending:after {
    background: #a1a3a3;
}

.black {
	background-color: #000;
}

.fontXL {
	font-size: 38px;
	line-height: 45px;
}

.fontL {
	font-size: 24px;
	line-height: 31px;
}

.fontM {
	font-size: 16px;
	line-height: 25px;
}

.fontS {
	font-size: 14px;
	line-height: 21px;
}

.fontB {
	font-weight: bold;
}


.th10 {
	width: 10%;
}

.th25 {
	width: 25%;
}

.th50 {
	width: 50%;
}

.th75 {
	width: 75%;
}

.thFixed {
	width: 200px;
}


/***************************************************************************/


/***************************** NOTE STYLES *********************************/


/***************************************************************************/


.note {
          margin: 0 0 20px 0;
          padding: 15px 30px 15px 15px;
          border-left: 5px solid #eee;
          border-radius: 0 4px 4px 0;
}
.formholder .note {
          margin: 0 0 0px 0;
          padding: 8px 30px 8px 15px;
          display: block;
}
.note p {
          margin: 0px;
}
.note.note-success {
          background-color: #eef7ea;
          border-color: #bbdba1;
          color: #3c763d, 80%;
}
.note.note-info {
          background-color: #eef7fb;
          border-color: #91d9e8;
          color: #31708f, 80%;        
}
.note.note-warning {
          background-color: #fcf8e3;
          border-color: #f2cf87;
          color: #8a6d3b, 80%;
}
.note.note-error {
          background-color: #f9f0f0;
          border-color: #dca7b0;
          color: #a94442, 80%;       
}

/***************************************************************************/


/***************************** MESSIJS STYLES *********************************/


/***************************************************************************/


.messi-title {
	color: #fff;
}

/***************************************************************************/


/***************************** FUEL FIXES  *********************************/


/***************************************************************************/

div#fuel_notification{
	height: auto;
	border:0;
}

div.dashboard_module.korus{
	float: none;
	margin:0;
}

.fuelTable td {
	font-size: 14px;
    line-height: 21px;
}

.fuelTable th, .fuelTable th a{
	color:#000;
	font-size: 14px;
    line-height: 21px;
}

div.buttonbar ul{
	height: auto;
	padding:0;
	margin:0;
}

div#yes_no_modal li{
	margin-bottom: 10px;
}

div#yes_no_modal li:last-child{
	margin:0;
}

.ico_table{
	width: auto;
}

div#fuel_actions{
height: auto;
padding: 10px;
}

div#fuel_actions:after {
	content: "";
	display: table;
	clear: both;
}
div#filters{
	position: relative;
    top: auto;
    right: auto;
    float: right;

}

div#action_btns{
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    float: left;
}

#fuel_actions input{
	height: auto;
	line-height:1.1;
	width: auto;
}

#fuel_actions .show label{
	    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-right: 10px;
}

#fuel_actions .show select{
height: auto;
    padding: 2.5px 10px;
    font-size: 14px;
    width: auto;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    -webkit-appearance: listbox;
}

div#fuel_main_content_inner.has_related{
	    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

input,select{
	height: auto;
	width: auto;
}

select{
	    padding: 0 25px 0 5px;
}

input#Save, input.submit,input#Cancel, input.cancel,a.editor_viewsource, a.editor_preview{
	height: auto;
	width: auto;
}

div.boxbuttons li{
	    height: auto;
    width: auto;
    border:0;
}

div.boxbuttons li a{
	height: auto;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

div#related_items select {
    max-width: 100%;
}

.iframe header.header,.iframe .navMenu,.iframe i.navToggle.navClosed{
display: none;
}

.iframe .mainPanel{
width: 100%;
    margin: 0;
    padding: 20px;
}


.iframe .mainPanel .section{
	padding:0;
}

div.form_tabs li.active{
	background: #2e77bc;
	    border-left: 1px solid #2e77bc;
    border-right: 1px solid #2e77bc;
    border-top: 1px solid #2e77bc;
}

div.form_tabs li.active a{
	color:#fff;
	position: relative;
}

div.form_tabs li.active a:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #2e77bc transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 50%;
    left: calc(50% - 10px);
}

fieldset.tab{
	    padding: 20px;
    background: rgba(0,0,0,0.02);
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
                box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
}

.form_tabs ul{
	margin:0;
	padding:0;
	float: left;
}
/*
.search_input #adv-search-btn{
	z-index: 2;
}
*/

div#asset_preview{
	max-width: 200px;
	height: auto;
	width: auto;
}

/***************************************************************************/


/************************* COLOUR GUIDE STYLES  ****************************/


/***************************************************************************/

.colourGuide{
    padding: 0;
    font-size: 0;
    margin: 0 40px;
}

.colourGuide li{
    margin: 0;
    margin-bottom: 10px;
 	padding: 0;
    list-style: none;
}

.colourGuide li:last-child{
	margin:0;
}

.colourGuide li span{
	display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    margin-right: 10px;
}


.colourGuide li p{
	display: inline-block;
    vertical-align: middle;
    width: 90%;
    width: calc(100% - 40px);
}

/************** MOBILE STYLES ***************/


@media only screen and (max-width: 1920px) {
	.editForm .singleInput input {
		width: calc(100% - 181px);
	}
	.editForm input[type="checkbox"] {
		width: unset;
	}
}

@media only screen and (max-width: 1730px) {
	.heading .button {
		width: 25%;
	}
	.imageThumb {
		height: 200px;
	}
}

@media only screen and (max-width: 1080px) {
	.searchBox .col-1-3 {
		width: 31.333%;
		margin: 1%;
	}
	.contentBlock.col-2-3, .manageBlock.col-1-3 {
		width: 100%;
	}
	table.contentOverall .thFixed {
		width: 100px;
	}
	.col-2-5, .col-1-5, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, footer .col-1-4, .col-3-5, .col-4-5, .col-1-7 {
		width: 98%;
		margin: 1%;
		margin-bottom: 40px;
	}
	.heading .button {
		width: 30%;
	}

	.newImageBox .col-1-3 {
		width: 31.333%;
	}
	
	.newImageBox .col-2-3 {
		width: 64.66%;
	}
	
	.imageThumb.col-1-3 {
		width: 31.333%;
	}

	.col-1-2.outline {
		margin-bottom: 1%;
	}

	.connectedSortable.ui-sortable .imageThumb, .connectedSortable.ui-sortable .ui-state-highlight, .connectedSortable.ui-sortable .ui-state-default {
		height: 80px;
	}
	.connectedSortable.ui-sortable .imageThumb:hover:after {
		font-size: 34px;
	}
	.editForm .formHolder label {
		width: 31.333%;
	}
	.checkBoxHolder {
		width: 67%;
	}
	.checkBoxHolder .checkbox {
		width: 48%;
	}
}

@media only screen and (max-width: 1200px) {
	.wrapper {
		padding: 0 20px;
	}
	.statusBlock {
		padding: 10px 7px;
	}
	.connectedSortable.ui-sortable .imageThumb:hover:after {
		font-size: 24px;
	}
}

@media only screen and (max-width: 1100px) {
	table.sorter td:first-child {
		background: rgba(0,0,0,.65);
		color: #fff;
		font-weight: 700;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100vw;
		max-width: calc(100vw - 40px);
		text-align: left;
		display: block;
		width: 100%;
		position: relative;
		cursor: pointer;
	}
	table.sorter h4 {
		color: #fff;
	}
	table.sorter thead {
		display: none;
	}
	table.sorter tr {
		width: 100%;
		max-height: 90px;
		overflow: hidden;
		-webkit-transition: max-height 1s;
		transition: max-height 1s;
		font-size: 0;
		text-align: center;
	}
	table.sorter tr {
		border: 0;
		border-top: 2px solid #d8d8d8;
	}
	table.sorter th {
		display: block;
		width: 100%;
	}
	table.sorter tbody {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	table.sorter tr.active {
		max-height: 1000px;
		-webkit-transition: max-height 1s;
		transition: max-height 1s;
	}
	table.sorter tr td:first-child, table.sorter tr:nth-child(even) td:first-child {
		border-left: 5px solid #595959;
	}
	table.sorter td:first-child a {
		color: #fff;
		font-weight: 700;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
		max-width: calc(100% - 100px);
		text-align: left;
		display: block;
	}
	table.sorter td {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		border: 0;
		text-align: center;
	}
	.BlockMain table tr:nth-child(even) {
		background: none;
	}
	.BlockMain table tbody tr:hover, .BlockMain table tr:nth-child(even):hover {
		background: none;
	}
	/*.BlockMain table tbody tr:hover *, .BlockMain table tr:nth-child(even):hover *{
		color: #2A2247;
	}*/
	table.sorter tr td:first-child *, table.sorter tr td:nth-child(odd):hover * {
		color: #fff;
	}
	.connectedSortable.ui-sortable .imageThumb, .connectedSortable.ui-sortable .ui-state-highlight, .connectedSortable.ui-sortable .ui-state-default {
		height: 70px;
	}

	.BlockMain table tbody tr:hover *, .BlockMain table tr:nth-child(even):hover *{
		color: #2A2247;
	}

	.BlockMain table td::before {
		content: attr(data-th);
		display: block;
		font-weight: 700;
		text-align: center;
		margin-bottom: 5px;
	}

	.BlockMain table td:first-child::before {
		display: none;
	}
}


@media only screen and (max-width: 800px) {
	.col-2-5, .col-1-5, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, footer .col-1-4, .col-3-5, .col-4-5, .col-1-7 {
		width: 98%;
		margin: 1%;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width:650px){
	.loginBg{
		padding: 40px 20px;
	}


	.loginBox{
		margin-top: 40px;
		padding:40px 20px;
	}
}

.filterstrip {
	background-color: #2e77bc;
	margin-bottom: 20px;
}
.filterstrip .editForm {
	background-color: #2e77bc;
	padding: 4px 20px;
}
.filterstrip .editForm input[type="text"], .filterstrip .editForm .selectStyle {
	width: calc(100% - 134px);
}
.filterstrip .editForm input[type="submit"] {
	width: 100%;
	background: #fff;
	color: #2e77bc;
	padding: 8px 60px;
}
.filterstrip .editForm label {
	color: #FFF;
}
.filterstrip .editForm input {
	padding: 7px 12px;
}

/*
@media only screen and (max-height: 960px) {
	.loginWrapper {
		margin-top: 60px;
		top: unset;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
}

*/

.settingsholder .dropzone {
	min-height: 10px;
	/*border: 5px dashed rgba(255,255,255,1);*/
	border: 5px dashed #6ebe45;
	background: transparent;
	padding: 10px 20px;
	margin-bottom: 25px;
}
.settingsholder .dropzone.hidden {
	display: none;
} 
.settingsholder .dropzone .dz-message .dz-button {
	color: #FFF;
}
.uploadholder label {
	width: 100%;
	color: #fff;
	margin-bottom: 12px;
	display: block;
}
.uploadholder h2 {
	margin-bottom: 0.8em;
}

.uploadholder .imagepreview {
	margin-bottom: 20px;
	position: relative;
}
.uploadholder .imagepreview .deleteimage {
	display: none;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 38px;
	height: 38px;
	background: rgba(255,255,255,0.8);
	border-radius: 4px;
	text-align: center;
	padding-top: 7px;
}
.uploadholder .imagepreview:hover .deleteimage {
	display: block;
}
.uploadholder .imagepreview .deleteimage .fas {
	color: #ee3947;
	font-size: 22px;
}

.fa.complete {
	font-size: 16px;
	margin-right: 6px;
	color: #6ebe45;
}
.blockrow.complete {
	position: relative;
}
.blockrow.complete:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	content: '';
	background-color: rgba(110, 190, 69, 0.15);
}


/*EVENT CHECKIN PAGE */
.checkin {
	margin: 50px 0;
	padding: 20px;
}

/*Ticket Styles */

.inviteholder {
	width: 794px;
	height:1123px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}
.inviteholder .details {
	position: absolute;
	width: 662px;
	height: 168px;
	top: 460px;
	left: 66px;
}
.inviteholder .details h3 {
	margin-top: 8px;
}
.inviteholder .details p {
	margin-bottom: 6px;
}
.inviteholder .eventdetails {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.inviteholder .eventdetails p {
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 6px;
}
.inviteholder .qrcode {
	position: absolute;
	width: 168px;
	height: 168px;
	right: 0px;
	top: 0px
}
.inviteholder .qrcode img {
	display: block;
	width: 100%;
	height: auto;
}

.formsettings {
	border-bottom: 1px dashed #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.formsettings .fieldname {
	width: 40%;
	float: left;
}
.formsettings .fieldname strong {
	color: #FFF;
}
.formsettings .option {
	width: 30%;
	float: left;
}
.formsettings .option label {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 12px;
	line-height: 16px;
}
.formsettings .option input {
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.formsettings .labeloption {
	clear: left;
	padding-top: 6px;
}
.formsettings .labeloption label {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	font-size: 12px;
	line-height: 16px;
}

.formsettings .labeloption .inputStyle {
	margin: 0px;
	width: 79%;
	display: inline-block;
	vertical-align: middle;
}
.formsettings .labeloption .inputStyle input {
	padding: 4px;
	font-size: 12px;
}

.ui-datepicker {
	z-index: 9999;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

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

input:checked + .slider {
  background-color: #6ebe45;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #6ebe45;
          box-shadow: 0 0 1px #6ebe45;
}

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

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

.slider.round:before {
  border-radius: 50%;
}

.switchholder {
	width: 80px;
	display: inline-block;
	vertical-align: middle;
}
.swtichtext {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 80px);
	border-left: 1px solid #ccc;
	padding-left: 20px;
}
.swtichtext p {
	margin-bottom: 0px;
}

/* Syncing Attendees */
#syncAttendees .attendeeholder {
	padding: 12px;
	border-bottom: 1px solid #f1f2f2;
}
#syncAttendees .attendeeholder input {
	margin-right: 15px;
}
#syncAttendees .attendeeholder.disabled {
	opacity: 0.5;
	background-color: #f1f2f2;
}

.note-editable p {
	color: #2a2247;
}
.note-editable ol, .note-editable ul {
	margin-bottom: 25px;
}
.note-editable ol li {
	list-style: decimal;
}
.note-editable ul li {
	list-style: circle;
}
.note-editable ul li:nth-child(odd) {
	background: transparent;
}
