/* * *
 * * *

    IDE-CSS
    -------

    Powered by Bootstrap 3.0.0
    Author: Clessens Stevens, Deloge Christophe

    <link rel="stylesheet" type="text/css" href="css/backend.css">

 * * *
 * * */

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.42857143;
	color: #333;
	height: 100%;
	background-color: #f9fafc;
}

a {
	background: transparent;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

::selection {
	background: #3eabff;
	color: white;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	min-width: 0;
	line-height: 26px;
	padding: 0px;
	margin: 0;
	border: 0;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
textarea {
	resize: vertical;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
	cursor: pointer;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: not-allowed;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm .5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	select {
		background: #fff !important;
	}
	option:disabled {
		color: #ccc!important;
	}
	.navbar {
		display: none;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #5c5d60 !important;
	}
	.label {
		border: 1px solid #5c5d60;
	}
	.table {
		border-collapse: collapse !important;
	}
}

/* Margins */
.m-0{
	margin:0!important;
}

.mt-1{
	margin-top:1rem!important;
}
.mt-2{
	margin-top:2rem!important;
}
.mt-3{
	margin-top:3rem!important;
}
.mt-4{
	margin-top:4rem!important;
}

.mb-0{
	margin-bottom:0rem!important;
}

.mb-1{
	margin-bottom:1rem!important;
}
.mb-2{
	margin-bottom:2rem!important;
}
.mb-3{
	margin-bottom:3rem!important;
}
.mb-4{
	margin-bottom:4rem!important;
}

.mr-1{
	margin-right:1rem!important;
}
.mr-2{
	margin-right:2rem!important;
}
.mr-3{
	margin-right:3rem!important;
}
.mr-4{
	margin-right:4rem!important;
}

.ml-1{
	margin-left:1rem!important;
}
.ml-2{
	margin-left:2rem!important;
}
.ml-3{
	margin-left:3rem!important;
}
.ml-4{
	margin-left:4rem!important;
}

/*  Paddings */
.pt-1{
	padding-top:1rem!important;
}
.pt-2{
	padding-top:2rem!important;
}
.pt-3{
	padding-top:3rem!important;
}
.pt-4{
	padding-top:4rem!important;
}

.pb-1{
	padding-bottom:1rem!important;
}
.pb-2{
	padding-bottom:2rem!important;
}
.pb-3{
	padding-bottom:3rem!important;
}
.pb-4{
	padding-bottom:4rem!important;
}

.pr-1{
	padding-right:1rem!important;
}
.pr-2{
	padding-right:2rem!important;
}
.pr-3{
	padding-right:3rem!important;
}
.pr-4{
	padding-right:4rem!important;
}

.pl-1{
	padding-left:1rem!important;
}
.pl-2{
	padding-left:2rem!important;
}
.pl-3{
	padding-left:3rem!important;
}
.pl-4{
	padding-left:4rem!important;
}


.minw-50 {
	min-width: 50px;
}

.w-200 {
	width: 200px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body.login-blade {
	background-color: #f6f6f9;
}

body.body-pdf {
	background-color: transparent;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #5cb8e0;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #146f96;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a.alt {
	color: #727272;
}

a.alt:hover,
a.alt:focus {
	color: #111;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 0;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #F7F7F2;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 17px;
	margin-bottom: 17px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.js-filters-parent>.col-md-6>.row>div:first-child {
	text-align: right;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.42857143;
	color: #333;
	text-transform: uppercase;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: normal;
	line-height: 1.2;
	color: #555556;
	font-size: 1.2rem;
	text-transform: none;
	margin-left: 5px;
}

.navbar-title h1 small,
.navbar-title .h1 small,
.navbar-title h1 .small,
.navbar-title .h1 .small {
	font-size: .6em;
}

#accordion h3 {
	padding: 0 0 0px 8px;
    color: #525252;
	margin: 1rem 0;
}

h1,
h2,
h3 {
	margin-top: 17px;
	margin-bottom: 8.5px;
}

h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1,
.h1 {
	font-size: 2em;
}

h2,
.h2 {
	font-size: 1.3em;
}

h3,
.h3 {
	font-size: 1.5rem;
	text-transform: none;
	color: #333;
	margin-top: 10px;
	font-weight: 600;
}

h4,
.h4 {
	font-size: 1.2em;
}

h5,
.h5 {
	font-size: 1.2em;
}

h6,
.h6 {
	font-size: 1.1em;
}

p {
	margin: 0 0 8.5px;
}

.lead {
	margin-bottom: 17px;
	font-size: 1.3em;
	font-weight: 200;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.lead {
		font-size: 1.8em;
	}
}

.strong {
	font-weight: 700;
}

small,
.small {
	font-size: .85em;
}

cite {
	font-style: normal;
}

.text-size-12 {
	font-size: 1.2em;
}

.text-muted {
	color: #999999;
}

.text-primary {
	color: #99BC00;
}

.text-primary:hover {
	color: #6f8900;
}

.text-warning {
	color: #333333;
}

.text-warning:hover {
	color: #1a1a1a;
}

.text-danger {
	color: #ff4441;
}

.control-label>.text-danger {
	padding: 3px 6px;
	background: rgba(255, 68, 65, .12);
	display: inline-block;
	border-radius: 5px;
}

.text-success {
	color: #39aa34;
}

.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

.text-info:hover {
	color: #245269;
}

.text-orange {
	color: #E56D45;
}

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

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

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

.text-uppercase {
	text-transform: uppercase!important;
}

.page-header {
	padding-bottom: 7.5px;
	margin: 34px 0 17px;
	border-bottom: 1px solid #eeeeee;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 8.5px;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.list-inline>li:first-child {
	padding-left: 0;
}

.main-content .list-inline {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.modal .list-inline {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-btn-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.flex-btn-container > .btn{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 4px;
}

dl {
	margin-top: 0;
	margin-bottom: 17px;
}

dt,
dd {
	line-height: 1.42857143;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}

blockquote {
	padding: 8.5px 17px;
	margin: 0 0 17px;
	border-left: 5px solid #eeeeee;
}

blockquote p {
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.25;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote small,
blockquote .small {
	display: block;
	line-height: 1.42857143;
	color: #999999;
}

blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}

blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
	text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
	content: "";
}

address {
	margin-bottom: 17px;
	font-style: normal;
	line-height: 1.42857143;
	font-size: 1.2em;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: .9em;
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: 0;
}

pre {
	display: block;
	padding: 8px;
	margin: 0 0 8.5px;
	font-size: 1.1em;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #5c5d60;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.container:before,
.container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

.container:before,
.container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

@media (min-width: 768px) {
	.container {
		width: 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.centered-view .container{
		width: 920px;
		max-width: 100%;
		margin-left: auto;
	}
	.container {
		width: 100%;
		max-width: calc(100% - 70px);
		margin-left: 50px;
	}
}
@media (min-width: 1200px) {
	.centered-view .container{
		width: 1120px;
		max-width: 100%;
		margin-left: auto;
	}
	.container {
		width: calc(100% - 60px);
		max-width: 1680px;
		margin-left:50px;
	}
	.expand-view .container {
		width: 100%;
		max-width: calc(100% - 90px);
	}
	.expand-view.aside-opened .main-footer,
	.expand-view.aside-opened .navbar-title,
	.expand-view.aside-opened .main-section {
		width: calc(100% - 70px);
	}
}
.m-auto{
	margin:auto;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.row-lg {
	margin-left: -20px;
	margin-right: -20px;
}

.row-sm {
	margin-left: -5px;
	margin-right: -5px;
}

.row-sm+.row-sm {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 10px;
}

.row-xs {
	margin-left: -1px;
	margin-right: -1px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.col-lg {
	padding-left: 20px;
	padding-right: 20px;
}

.col-sm {
	padding-left: 5px;
	padding-right: 5px;
}

.col-xs {
	padding-left: 1px;
	padding-right: 1px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: 0%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: 0%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}
.custom-col-number-box{
	margin-top:20px;
	padding:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.form-horizontal .custom-col-number-box .form-group{
    margin: 0px;
    width: 50%;
}

@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: 0%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: 0%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-6.col-longlag{
		width:calc(75% / 2);
		padding-right:5px;
	}
	.col-sm-6.col-longlag + .col-sm-6.col-longlag{
		padding-left:5px;
		padding-right:10px;
	}
	.custom-col-number-box{
		padding-left:0;
		margin-top:0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.custom-col-number-box .form-group:first-child{
		margin-bottom:10px;
	}
	.form-horizontal .custom-col-number-box .form-group{
		width: 100%;
		margin-left: -10px;
    	margin-right: -10px;
	}
	.custom-col-number-box .form-group .col-sm-12{
		padding-right: 0;
	}

	.custom-city-row .col-sm-3:nth-child(2){
		padding-right:5px;
	}
	.custom-city-row .col-sm-3:nth-child(3){
		padding-left:5px;
		padding-right:5px;
	}
	.custom-city-row .col-sm-3:nth-child(4){
		padding-left:5px;
	}
}

@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: 0%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: 0%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: 0%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: 0%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

table {
	max-width: 100%;
	background-color: transparent;
}

th {
	text-align: left;
}

.table {
	width: 100%;
}
.table.table-striped{
	border: 1px solid #f4f4f6;
}
.table-header,
.table.dataTable>thead>tr,
.table>thead>tr{
    border-bottom: 2px solid #f4f4f6;
    background: #f9fafc;
}

/* Fixed header and first column table */
.fixed-table {
	max-width: 100%;
	max-height: 75vh;
	overflow: scroll;
	position: relative;
}
.fixed-table .table{
	position: relative;
}
.fixed-table .table{
	position: relative;
}
.table-fixed>thead>tr{
	border-bottom: none;
    background: transparent;
}
.fixed-table .table thead th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 10;
	min-width: 220px;
	vertical-align: middle;
}
.fixed-table .table thead th > div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.fixed-table .table thead th > div .btn-icon{
	min-width: 42px;
	margin-left: 4px;
}
.fixed-table .table thead th:first-child {
	left: 0;
	z-index: 11;
	border-right: 2px solid #f4f4f6;
    background: #f9fafc;
}
.fixed-table .table > thead > tr > th{
    border-bottom: 2px solid #f4f4f6;
    background: #f9fafc;
}
.fixed-table .table > tbody th {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 9;
	border-right: 2px solid #f4f4f6;
	background: #f9fafc;
	font-size: 1.2rem;

    color: #3d3d3d;
    white-space: nowrap;
}
.fixed-table .table .label-wrapper{
	margin-top:0;
}
.fixed-table .table .table-title > td,
.fixed-table .table .table-title > th{
	background: #e8e8f0;
	border-top: 2px solid #e8e8f0;
	font-size: 1.35em;
    font-weight: 600;
}

.table .table-body .table-cell,
.table-body .menu-cell,
.table-header>div,
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 1.15rem 8px;
	vertical-align: middle;
	font-size: 1.35em;
}

.table .table-body .table-cell .dropdown-menu>li>a {
	font-size: 1.1em;
}

.table-body .menu-cell .dropdown-menu>li>a,
.table-header>div .dropdown-menu>li>a,
.table>thead>tr>th .dropdown-menu>li>a,
.table>tbody>tr>th .dropdown-menu>li>a,
.table>tfoot>tr>th .dropdown-menu>li>a,
.table>thead>tr>td .dropdown-menu>li>a,
.table>tbody>tr>td .dropdown-menu>li>a,
.table>tfoot>tr>td .dropdown-menu>li>a {
	font-size: 1.15em;
}

.table .table-body .table-cell .btn-xs {
	font-size: .9em;
}

.table>tbody>tr>td .input-sm {
	font-size: 1em;
}

.table>thead>tr>th:first-child,
.table>tbody>tr>th:first-child,
.table>tfoot>tr>th:first-child,
.table>thead>tr>td:first-child,
.table>tbody>tr>td:first-child,
.table>tfoot>tr>td:first-child,
.table>thead>tr>th.visible-xs:first-child+th,
.table>tbody>tr>th.visible-xs:first-child+th,
.table>tfoot>tr>th.visible-xs:first-child+th,
.table>thead>tr>td.visible-xs:first-child+th,
.table>tbody>tr>td.visible-xs:first-child+th,
.table>thead>tr>th.visible-xs:first-child+td,
.table>tbody>tr>th.visible-xs:first-child+td,
.table>tfoot>tr>th.visible-xs:first-child+td,
.table>thead>tr>td.visible-xs:first-child+td,
.table>tbody>tr>td.visible-xs:first-child+td,
.table>tfoot>tr>td.visible-xs:first-child+td,
.table>tfoot>tr>td.visible-xs:first-child+th,
.table>tfoot>tr>th.visible-xs:first-child+td {
	border-left: none;
}

.table>thead>tr:hover>th .dropdown>a:before,
.table>tbody>tr:hover>th .dropdown>a:before,
.table>tfoot>tr:hover>th .dropdown>a:before,
.table>thead>tr:hover>td .dropdown>a:before,
.table>tbody>tr:hover>td .dropdown>a:before,
.table>tfoot>tr:hover>td .dropdown>a:before {
	display: inline-block;
	position: absolute;
	left: -13px;
	opacity: 1;
}

#tableWebsiteProgrammes>tbody>tr>th:first-child {
	max-width: 100%;
}

#tableWebsite>thead>tr:hover>th .dropdown>a:before,
#tableWebsite>tbody>tr:hover>th .dropdown>a:before,
#tableWebsite>tfoot>tr:hover>th .dropdown>a:before,
#tableWebsite>thead>tr:hover>td .dropdown>a:before,
#tableWebsite>tbody>tr:hover>td .dropdown>a:before,
#tableWebsite>tfoot>tr:hover>td .dropdown>a:before {
	display: inline-block;
	position: absolute;
	left: -13px;
	z-index: 99;
	opacity: 1;
}

.table>thead>tr:hover>th .dropdown.open>a:before,
.table>tbody>tr:hover>th .dropdown.open>a:before,
.table>tfoot>tr:hover>th .dropdown.open>a:before,
.table>thead>tr:hover>td .dropdown.open>a:before,
.table>tbody>tr:hover>td .dropdown.open>a:before,
.table>tfoot>tr:hover>td .dropdown.open>a:before {
	opacity: 1;
	position: absolute;
	left: -12px;
	filter: alpha(opacity=100);
}

.table-body .menu-cell,
.modal .table.table.table-sortable .table-body .table-cell,
.table .table-body .table-cell,
.table>tbody>tr>td,
.table>tbody>tr>th {
	padding: 0px 8px;
	height: 44px;
	line-height: 40px;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.table-body .menu-cell,
.modal .table.table.table-sortable .table-body .table-cell,
.table .table-body .table-cell{
	display: inline-block;
}

.table.wrapped-row>tbody>tr>td {
	height: 40px;
	line-height: 34px;
	white-space: normal;
}
#collapseVatSettings .table-responsive.alt .table>tbody>tr>td{
	line-height: 1.5;
	padding: 12px;
}
.table.wrapped-row>thead>tr>th,
.table.wrapped-row>thead>tr>td {
	white-space: nowrap;
	height: 40px;
	vertical-align: middle;
}

.scrollable-table {
	margin: 0 -10px;
	padding: 0;
	width: calc(100% + 20px);
	height: 400px;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: none;
}

.modal-body::-webkit-scrollbar,
.scrollable-table::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}
.modal-body::-webkit-scrollbar-thumb,
.scrollable-table::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.scrollable-table .table thead th {
	position: -webkit-sticky;
	position: sticky;
    top: 0;
    background: #fcfcfc;
    border-bottom: 1px solid #dcdce4;
    border-top: 1px solid #dcdce4;
}
.dashboard .table>tbody>tr.active>td {
    border-bottom: 1px solid #d2e0f0;
    border-top: 1px solid #d2e0f0;
}
.table.dataTable>tbody>tr>td,
.table.dataTable>tbody>tr>th {
	overflow: hidden;
}

.dashboard .table>tbody>tr>td,
.table>tbody>tr>td.first-cell,
.table>tbody>tr>th.first-cell {
	white-space: normal;
	border-bottom: 1px solid #f0f0f0;
}
.dashboard .table>thead>tr>th,
.dashboard .table>tbody>tr>td{
	padding: 6px 12px;
}
.table.table-striped.table-hover > tbody > tr > th .dropdown > a{
  white-space: normal;
  height: auto;
}
.table > tbody > tr > td .dropdown > .media > .media-body > a,
.table > tbody > tr > th .dropdown > .media > .media-body > a,
.table > tbody > tr > td .dropdown > a,
.table > tbody > tr > th .dropdown > a {
  display: block;
  color: #525252;
  padding:9px 4px 8px 8px;
  position: relative;
  left: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 34px;
}
.table > tbody > tr > td.text-right .dropdown > .media > .media-body > a,
.table > tbody > tr > td.text-right .dropdown > a,
.table > tbody > tr > td .dropdown > .media > .media-body > a{
  padding:8px 10px 8px 8px;
}
.table > tbody > tr > td .dropdown > .media > .media-body > a > .label{
  padding: 3px 5px;
  border-radius: 5px;
}
.table > tbody > tr > td .dropdown > .media > .media-body > a > .label.label-danger{
  background: rgba(255, 96, 91, .08);
}
.table > tbody > tr > td .dropdown > .media > .media-body > a > .label.label-green{
  background: rgba(110, 193, 28, .08);
}
.table > tbody > tr > td .dropdown > .media > .media-body > a > .label.label-gray,
.table > tbody > tr > td .dropdown > .media > .media-body > a > .label.label-gray2{
  background: rgba(174, 174, 174, .05);
}
.table > tbody > tr > td .dropdown > .media > .media-body > a > .label.label-orange{
  background: rgba(255, 173, 79, .12);
}
.table > tbody > tr.cols-same-height,
.table-striped > tbody > tr{
  border-bottom:1px solid #f1f1f1;
  background:white;
}
.table > tbody > tr.cols-same-height:last-child{
  border-bottom:none;
}
@media (max-width: 768px) {
	.showCheckboxes{
		height: 43px!important;
	}
   #tableGuests .cols-same-height td:nth-child(3),
   #tableEvents .cols-same-height th,
   #tableEvents .cols-same-height td:nth-child(2) {
        width: auto;
        max-width: 100%;
    }
    .table.table-striped.table-hover > tbody > tr > th .dropdown > a{
      padding-left:5px!important;
    }
}
.more-details > i{
  padding: 0 3px;
}

.table>tbody>tr>td>strong,
.table>tbody>tr>th>strong {
	font-weight: 600;
}

.table>tbody>tr>td .dropdown,
.table>tbody>tr>th .dropdown {
	margin: -4px -4px -4px -8px;
}

.table.table-striped.table-hover>tbody>tr>th .dropdown>a {
	white-space: normal;
	height: auto;
}

.table>tbody>tr>td .dropdown>.media>.media-body>a,
.table>tbody>tr>th .dropdown>.media>.media-body>a,
.table>tbody>tr>td .dropdown>a,
.table>tbody>tr>th .dropdown>a {
	display: block;
	color: #525252;
	padding: 9px 4px 8px 8px;
	position: relative;
	left: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 34px;
	width: 34px;
}

.table>tbody>tr>td.text-right .dropdown>.media>.media-body>a,
.table>tbody>tr>td.text-right .dropdown>a,
.table>tbody>tr>td .dropdown>.media>.media-body>a {
	padding: 8px 10px 8px 8px;
}

.table>tbody>tr>td .dropdown>.media>.media-body>a>.label {
	padding: 3px 5px;
	border-radius: 5px;
}

.table>tbody>tr>td .dropdown>.media>.media-body>a>.label.label-danger {
	background: rgba(255, 96, 91, .08);
}

.table>tbody>tr>td .dropdown>.media>.media-body>a>.label.label-green {
	background: rgba(110, 193, 28, .08);
}

.table>tbody>tr>td .dropdown>.media>.media-body>a>.label.label-gray,
.table>tbody>tr>td .dropdown>.media>.media-body>a>.label.label-gray2 {
	background: rgba(174, 174, 174, .05);
}

.table>tbody>tr>td .dropdown>.media>.media-body>a>.label.label-orange {
	background: rgba(255, 173, 79, .12);
}

.table>tbody>tr.cols-same-height,
.table-striped>tbody>tr {
	border-bottom: 1px solid #f1f1f1;
	background: white;
}

.table>tbody>tr.cols-same-height:last-child {
	border-bottom: none;
}

.more-details>i {
	padding: 0 3px;
}

#tableWebsite .table-row .table-cell.page-title,
#tableWebsite .table-header .page-title {
	width: 250px;
	min-width: 90px;
}

#tableWebsiteProgrammes>tbody>tr>th:first-child+th {
	white-space: normal;
}

@media (min-width: 768px) {
	.table .cols-same-height>.first-cell>.dropdown>a,
	.table.table-sortable tr .dropdown>a,
	.table.sortable-disabled tr .dropdown>a {
		padding-left: 8px;
		padding-right: 16px;
		text-overflow: ellipsis;
	}
	#tableWebsiteProgrammes>tbody>tr>th {
		min-width: 50%;
		max-width: 50%;
		width: 50%;
		text-align: right;
	}
	#tableWebsiteProgrammes>tbody>tr>th:first-child+th {
		border-left: 1px solid #f7f7f7;
		text-align: left;
	}
	.table tr .dropdown>i,
	.menu-list-item-table .dropdown>i {
		display: block;
		background: #00b6df;
		border: 1px solid #00b6df;
		padding: 6px;
		position: absolute;
		height: 24px;
		width: 24px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 0px 0px rgba(14, 63, 95, 0);
		box-shadow: 0px 0px 0px rgba(14, 63, 95, 0);
		top: 50%;
		-webkit-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		left: 3px;
		bottom: 0;
		color: white;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
	#tableWebsiteProgrammes>tbody>tr>th img {
		max-width: 100%;
	}
	#tableWebsiteProgrammes>tbody>tr>th:not([colspan="2"]) {
		vertical-align: top;
	}
}

.table-row .cell-page-description {
	overflow: hidden;
}

.table-row .cell-page-description> :first-child {
	line-height: 40px;
	margin: 0;
}
.table-row .group-name>label,
.table-row .option-name>label,
.table-row .menu-cell+.table-cell>label,
.table-row .page-title label {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
	max-width: 100%;
}

.table>tbody>tr>td .dropdown-menu,
.table>tbody>tr>th .dropdown-menu {
	margin-top: 0;
}

.table-header>div,
.table>thead>tr>th {
	vertical-align: bottom;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	color: #3d3d3d;
	white-space: nowrap;
	line-height:26px;
}

.table>thead>tr>th a {
	display: block;
	color: #616671;
}

.table>thead>tr>th a .caret,
.table>thead>tr>th.active a .caret {
	border-top-color: #3d3d3d;
}

.table>thead>tr>th.active.sort-asc a .caret {
	border-top: none;
	border-bottom: 4px solid #3d3d3d;
}

.table>thead>tr>th.active.sort-asc a:hover .caret,
.table>thead>tr>th.active.sort-asc a:focus .caret,
.table>thead>tr>th.active.sort-asc a:active .caret {
	border-top: none;
	border-bottom: 4px solid #3d3d3d;
}

.dashboard .table>tbody>tr.active>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
	border-top: 0;
}

.table>tbody+tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #F7F7F2;
}

.table-in-panel {
	margin-top: 7px;
	/* margin-bottom: 30px; */
}
.table-in-panel .validation-btns{
	margin-top:1rem;
	margin-bottom:3rem;
}
fieldset .table-in-panel:first-child {
    margin-top: 0;
}
.table-in-panel .table {
	margin-bottom: 5px;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
	padding: 5px;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	float: none;
	display: table-cell;
}

.table>thead>tr>.active,
.table>thead>.active>td,
.table>thead>.active>th,
.table>thead>tr>th[data-field]:hover {
	background-color: rgba(220, 220, 228, .2);
	border-bottom: 2px solid #3292f9;
}

.table>thead>tr>.active:hover,
.table>thead>.active>td a:hover,
.table>thead>.active>th a:hover,
.table>thead>tr>.active:focus,
.table>thead>.active>td a:focus,
.table>thead>.active>th a:focus,
.table>thead>tr>.active a:active,
.table>thead>.active>td a:active,
.table>thead>.active>th a:active,
.table>thead>tr>td[data-field]:hover,
.table>thead>tr>th[data-field]:hover {
	background-color: rgba(220, 220, 228, .4);
}

.table>tbody>tr>.active,
.table>tfoot>tr>.active,
.table>tbody>.active>td,
.table>tfoot>.active>td,
.table>tbody>.active>th,
.table>tfoot>.active>th {
    background-color: rgba(69,160,255,.12)!important;
    font-weight: 700;
}

.table>tbody>tr.active:first-of-type:hover>th>div>a {
	padding-left: 8px;
	margin-left: initial;
}

.table-hover>tbody>tr>.active:hover,
.table-hover>tbody>.active:hover>td,
.table-hover>tbody>.active:hover>th {
	background-color: #baeaef;
}

.table>thead>tr>.success a,
.table>thead>.success>td a,
.table>thead>.success>th a {
	background-color: #dff0d8;
}

.table>thead>tr>.success a:hover,
.table>thead>.success>td a:hover,
.table>thead>.success>th a:hover,
.table>thead>tr>.success a:focus,
.table>thead>.success>td a:focus,
.table>thead>.success>th a:focus,
.table>thead>tr>.success a:active,
.table>thead>.success>td a:active,
.table>thead>.success>th a:active {
	background-color: #E8F8F9;
}

.table>tbody>tr>.success,
.table>tfoot>tr>.success,
.table>tbody>.success>td,
.table>tfoot>.success>td,
.table>tbody>.success>th,
.table>tfoot>.success>th {
	background-color: #dff0d8 !important;
}

.table-hover>tbody>tr>.success:hover,
.table-hover>tbody>.success:hover>td,
.table-hover>tbody>.success:hover>th {
	background-color: #d0e9c6;
}

.table>thead>tr>.danger a,
.table>thead>.danger>td a,
.table>thead>.danger>th a {
	background-color: #f2dede;
}

.table>thead>tr>.danger a:hover,
.table>thead>.danger>td a:hover,
.table>thead>.danger>th a:hover,
.table>thead>tr>.danger a:focus,
.table>thead>.danger>td a:focus,
.table>thead>.danger>th a:focus,
.table>thead>tr>.danger a:active,
.table>thead>.danger>td a:active,
.table>thead>.danger>th a:active {
	background-color: #E8F8F9;
}

.table>tbody>tr>.danger,
.table>tfoot>tr>.danger,
.table>tbody>.danger>td,
.table>tfoot>.danger>td,
.table>tbody>.danger>th,
.table>tfoot>.danger>th {
	background-color: #f2dede !important;
}

.table-hover>tbody>tr>.danger:hover,
.table-hover>tbody>.danger:hover>td,
.table-hover>tbody>.danger:hover>th {
	background-color: #ebcccc;
}

.table>thead>tr>.warning a,
.table>thead>.warning>td a,
.table>thead>.warning>th a {
	background-color: #FFFFBF;
}

.table>thead>tr>.warning a:hover,
.table>thead>.warning>td a:hover,
.table>thead>.warning>th a:hover,
.table>thead>tr>.warning a:focus,
.table>thead>.warning>td a:focus,
.table>thead>.warning>th a:focus,
.table>thead>tr>.warning a:active,
.table>thead>.warning>td a:active,
.table>thead>.warning>th a:active {
	background-color: #E8F8F9;
}

.table>tbody>tr>.warning,
.table>tfoot>tr>.warning,
.table>tbody>.warning>td,
.table>tfoot>.warning>td,
.table>tbody>.warning>th,
.table>tfoot>.warning>th {
	background-color: #FFFFBF !important;
}

.table-hover>tbody>tr>.warning:hover,
.table-hover>tbody>.warning:hover>td,
.table-hover>tbody>.warning:hover>th {
	background-color: #ffffa5;
}

fieldset+fieldset.fieldset-small {
	padding-top: 4px;
}

fieldset.fieldset-small {
	padding-bottom: 4px;
}

fieldset.fieldset-lg {
	margin-bottom: 14px;
}

@-moz-document url-prefix() {
	fieldset {
		display: table-row;
	}
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 17px;
	font-size: 18px;
	line-height: inherit;
	color: #5c5d60;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
	input[type="search"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	line-height: normal;
	vertical-align: middle;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

input[type="file"] {
	display: block;
}

.form-group.has-feedback input[type="file"] {
	display: inline-block;
	padding: 8px 4px;
	background: #f4f5f9;
	border-radius: 3px;
}

.form-group a.btn-file {
	width: 35px;
	height: 30px;
	padding: 5px;
	text-align: center;
	display: inline-block;
	margin-left: 2px;
	border-radius: 3px;
	background: #a2c507;
}

.form-group a.btn-file>i {
	line-height: 19px;
	text-align: center;
	display: inline-block;
	color: #fff;
}

select[multiple],
select[size] {
	height: auto;
}

select[multiple].select2 {
	height: 34px;
}

select[multiple].select2 option {
	background-color: #fff!important;
	width: 0;
	height: 0;
	opacity: 0;
}

select optgroup {
	font-size: inherit;
	font-style: inherit;
	font-family: inherit;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	height: auto;
}

input[type="number"] {
	text-align: center;
}

output {
	display: block;
	padding-top: 6px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555555;
}

.form-control {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 38px;
	padding: 5px 12px;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.42857143;
	color: #555555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-appearance: none;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}
.select-css:hover,
.form-control:hover {
    border-color: #b2b2b2;
    position: relative;
    z-index: 1;
}
.input-group .form-control:hover{
	position: static;
}
.select-css:focus,
.form-control:focus {
	-webkit-box-shadow:0 0px 0px 0.115rem #545460;
			box-shadow:0 0px 0px 0.115rem #545460;
	outline: 0;
	position: relative;
	z-index: 2;
	border-color: transparent;
}
.form-control  .select2-container{
	font-size: 1em;
}

input.form-control:focus+.input-group-addon {
	z-index: 9;
}

.panel-heading .form-control {
    height: 28px;
    color: #4e4e4e;
    border: 0;
    border-bottom: 2px solid #dedede!important;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.panel-heading .form-control:hover {
    background-color: #f2f2f2;
}

.panel-heading .validation+.panel-title {
	display: inline-block;
}

.form-control:-moz-placeholder {
	color: #aaa;
}

.form-control::-moz-placeholder {
	color: #aaa;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #aaa;
}

.form-control::-webkit-input-placeholder {
	color: #aaa;
}
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select-css[disabled],
.form-control[disabled].date+a.input-group-addon.font-icon-calendar-empty,
.form-control[disabled].date,
fieldset[disabled] .form-control.date,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #f1f2f6;
	color: #777;
}

.form-control[disabled]+.input-group-addon,
fieldset[disabled] .form-control+.input-group-addon {
	background-color: transparent;
}

.form-control[readonly].date {
	background-color: #fff;
	color: #555555;
}

.form-control.date+a.input-group-addon.font-icon-calendar-empty {
	background-color: #fff;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 10px;
}

.form-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.form-group-small {
	margin-bottom: 8px;
	line-height: 22px;
}

.form-group-xsmall {
	margin-bottom: 2px;
}


/* remove height to tables for small devices on landscape orientation */

@media only screen and (min-width: 321px) and (max-width: 991px) and (orientation: landscape) {
	.table-responsive {
		height: auto;
	}
}

.form-group-content {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -5px;
}

.bootstrap+.form-group-content {
	margin-top: 0;
}

.radio,
.checkbox {
	display: block;
	min-height: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.3em;
}

.radio label,
.checkbox label {
	display: inline;
	font-weight: normal;
	cursor: pointer;
}

.radio-inline label,
.checkbox-inline label {
	cursor: pointer;
}

.radio label small,
.checkbox label small {
	color: #aaa;
}

.modal-body .form-group .col-sm-5.form-table-col>input[type="checkbox"] {
	height: 36px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}

.radio>label>input[type="radio"] {
	margin-top: 6px;
}

.checkbox>label>input[type="checkbox"] {
	margin-top: 3px;
}

.radio-inline input[type="radio"],
.checkbox-inline input[type="checkbox"] {
	margin-top: 2px;
}

.radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	line-height: 1.3em;
	cursor: pointer;
	font-size: 1.2em;
}

.group-container .checkbox-inline {
	margin-left: 20px;
	padding-left: 0;
	cursor: pointer;
}

.radio-inline.toggle-set,
.checkbox-inline.toggle-set {
	padding-bottom: 10px;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
span[disabled],
a[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.input-sm {
	height: 38px;
	padding: 3px 10px;
	font-size: 1.2em;
	line-height: 1.42857143;
	font-weight: 400;
}

textarea.input-sm {
	height: auto;
}

textarea.input-sm {
	font-weight: 400;
	padding-top: 5px;
	padding-bottom: 5px;
}

.location-textarea {
	width: 100%;
	max-width: 100%;
	height: 69px;
	max-height: 69px;
}

.input-lg {
	height:38px;
	padding: 3px 10px;
	font-size: 1.6em;
	line-height: 32px;
	font-weight: 700;
}

select.input-lg {
	height: 38px;
	line-height: 38px;
}

textarea.input-lg {
	height: auto;
}

.adjust-checkbox-sm {
	padding-top: 0 !important;
}

.has-warning .help-block {
	color: #333333;
}

.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
	color: #333333;
}

.has-warning .form-control {
	border-color: #333333;
	-webkit-box-shadow: 0 0 2px #333333;
	box-shadow: 0 0 2px #333333;
}

.has-warning .form-control:focus {
	border-color: #1a1a1a;
	-webkit-box-shadow: 0 0 2px #333333;
	box-shadow: 0 0 2px #333333;
}

.has-warning .input-group-addon {
	color: #333333;
	border-color: #333333;
	background-color: #FFFFBF;
}

.has-error {
	position: relative;
	z-index: 10;
}

.has-error .help-block {
	color: #EB6E3F;
}
.has-error .control-label,
.has-error .radio,
.has-error .color-disabled,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #a94442!important;
}

.has-error .select2 .select2-selection,
.has-error .fr-box,
.has-error .form-control,
.has-error>.input-group,
.has-error .form-control:focus {
	border-color: #e15955;
	-webkit-box-shadow: 0 0 2px #e15955;
	box-shadow: 0 0 2px #e15955;
}

.has-error .input-group-addon {
	border-color: #e15955!important;
}

.has-error>.input-group>.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-error.checkbox,
.has-error.checkbox-inline,
.has-error.radio,
.has-error.radio-inline,
.has-error.checkbox>*,
.has-error.checkbox-inline>*,
.has-error.radio>*,
.has-error.radio-inline>* {
	color: #EB6E3F;
}

.has-success .help-block {
	color: #3c763d;
}

.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: 0 0 2px #3c763d;
	box-shadow: 0 0 2px #3c763d;
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: 0 0 2px #3c763d;
	box-shadow: 0 0 2px #3c763d;
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}

.form-control-static {
	margin-bottom: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #737373;
}

@media (min-width: 768px) {
	.form-inline .form-group-line>.form-group-line .form-group+.form-group {
		margin-left: 10px;
	}
	fieldset .form-inline .form-group-line .form-group {
		font-size: 1em;
		margin-right: 5px;
		margin-left: 0px;
		line-height: 34px;
	}
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-group-line {
		display: block;
	}
	.form-inline .form-group-line.alt {
		display: inline-block;
	}
	.form-inline .form-group-line+.form-group-line {
		margin-top: 5px;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
	}
	.form-inline .help-block {
		display: inline-block;
	}
	.form-inline select.form-control {
		width: auto;
		min-width: 50px;
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		margin-left: 0;
		margin-top: 5px;
		margin-right: 5px;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.option-group>strong {
	font-size: 1.2em;
	text-transform: uppercase;
}

.option-group .checkbox:first-of-type {
	padding-top:0px!important;
}

.control-label {
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 20px;
	color: #333;
}

.fields-section .control-label,
.control-label strong {
	background-color: #f6f6f9;
	font-weight: 600;
	display: block;
	padding: 8px;
	color: #333;
	text-align: right;
	border-radius:2px;
	min-height: 38px;
}

.fields-section label>input[type="checkbox"] {
	margin-top: 3px;
}
.fields-section > h4:first-of-type{
	margin-top: 0;
	padding-top: 0;
	border:0;
}
.fields-section h4{
	font-size: 1.8rem;
	margin-top: 20px;
    margin-bottom: 16px;
    padding-top: 16px;
	border-top: 1px solid #f1f1f1;
	text-transform: unset;
}
.fields-section .row{
	margin-bottom: 12px;
}
.field-label {
    font-size: 1.4rem;
    font-weight: 600;
}
.field-value {
    font-size: 1.2rem;
    color: #555;
    min-height: 20px;
}
.fields-section .form-control {
	height: 35px;
	padding: 3px 10px;
	font-size: 1.2rem;
	line-height: 1.42857143;
	border-radius: 2px;
	font-weight: 400;
}
.select2-container--default .select2-selection--multiple,
.fields-section .select2-container--default .select2-selection--single,
.fields-section .select2-container--default .select2-selection--multiple{
	border-radius: 2px;
}

.fields-section textarea.form-control {
	height: 80px;
	max-width: 100%;
}

.well .control-label strong {
	background-color: rgba(212, 217, 228, 0.4);
}

.control-label strong small {
	font-weight: 400;
	font-size: 1.2em;
}

@media (max-width: 991px) {
	.fields-section .control-label {
		background-color: transparent;
		font-weight: 800;
		display: block;
		padding: 8px 4px 2px 0;
		color: #333;
		text-align: left;
		margin: 0;
	}
	.fields-section .control-label+div[class^="col-"] {
		padding: 0;
	}
	label.h3 {
		font-size: 1.2em;
	}
}

.control-label.lg {
	font-size: 1.4em;
	line-height: 28px;
}

.control-label.xl {
	font-size: 1.4em;
	line-height: 34px;
}

.control-label.lg strong {
	padding-left: 0;
	padding-right: 0;
}

.form-horizontal .control-label,
.form-horizontal .radio-inline,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	/* position: relative;
  z-index: 10; */
}

.form-horizontal .radio>input {
	margin-top: 5px;
}

.form-horizontal .table .checkbox-inline {
	padding-top: 0px;
}

.form-invoice .checkbox {
	padding-top: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 23px;
}

.form-horizontal .control-label {
	padding: 0 0 0 10px;
}

.has-error .redactor-box {
	border: 1px solid #EB6E3F;
	-webkit-box-shadow: 0 0 2px #EB6E3F;
	box-shadow: 0 0 2px #EB6E3F;
}

.redactor-box {
	margin-bottom: 0;
}

.redactor-toolbar {
	background: #f4f5f7!important;
	border: 1px solid #eee!important;
	border-bottom: 0!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

.redactor-editor p {
	margin: 0 0 13px;
}

.form-horizontal .form-group {
	margin-left: -10px;
	margin-right: -10px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.geo.well.well-sm:after {
	content: " ";
	display: table;
}

.form-horizontal .form-group:after,
.geo.well.well-sm:after {
	clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table;
}

.form-horizontal .form-group:after {
	clear: both;
}

.form-horizontal .form-group-lg {
	margin-left: -20px;
	margin-right: -20px;
}

.form-horizontal .form-group-sm {
	margin-left: -5px;
	margin-right: -5px;
}

.form-horizontal .form-group-xs {
	margin-left: -1px;
	margin-right: -1px;
}

.form-horizontal .well .form-group {
	margin-left: 0;
	margin-right: 0;
}

.form-horizontal .form-control-static {
	padding-top: 6px;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 10px;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
	position: absolute;
	top: 0px;
	right: 10px;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.has-feedback .label-feedback {
	display: block;
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #9abb00;
	float: left;
	margin-right: 10px;
}

.has-feedback .label-feedback.danger {
	background: #ff4441;
}

.has-feedback .form-control.input-sm+.form-control-feedback,
.has-feedback .form-control.input-sm+.form-control-feedback+.form-control-feedback {
	height: 34px;
	line-height: 36px;
}
li[value="Add language"] > a > i{
	margin-left:1rem;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: none;
	padding: 7px 21px;
	font-size: 1.4rem;
	line-height: 1.42857143;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: all 0.5s cubic-bezier(0.24, 0.36, 0.3, 0.81);
	transition: all 0.5s cubic-bezier(0.24, 0.36, 0.3, 0.81);
	position: relative;
	overflow: hidden;
}

.btn-takeControl {
	padding: 5px 5px;
	line-height: 1.5;
	margin-right: 10px;
	border-radius: 2px;
	color: white;
	-webkit-transition: all .3 ease-out;
	transition: all .3 ease-out;
	-webkit-box-shadow: 0 1px 3px #cfd3db;
	        box-shadow: 0 1px 3px #cfd3db;
}

.btn-takeControl:before {
	font-size: 1.2em!important;
	margin-right: 8px;
}

.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus {
	color: #fff;
	text-decoration: none;
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
}

.btn-primary,
.btn-actions {
	border: none;
	background-color: #94c140;
	color: #fff;
	-webkit-box-shadow: 0 1px 3px #cfd3db;
	        box-shadow: 0 1px 3px #cfd3db;
}

.btn-primary:hover,
.btn-actions:hover,
.btn-primary:focus,
.btn-actions:focus {
	background: rgba(136, 193, 64,.8);
}

.btn-language {
	background: #5a5a5a;
	color: #fff;
	-webkit-box-shadow: 0 1px 3px #cfd3db;
	        box-shadow: 0 1px 3px #cfd3db;
}

.btn-language:hover,
.btn-language:focus {
	background: rgba(90, 90, 90, .8);
}

.btn-navigation {
	border: none;
	background: #5cb8e0;
	color: #fff;
	-webkit-box-shadow: 0 1px 3px #cfd3db;
	        box-shadow: 0 1px 3px #cfd3db;
}

.btn-navigation:hover,
.btn-navigation:focus {
	background: rgba(92, 184, 224,.8);
}

.btn-navigation-alt {
	background: transparent;
	color: #3a88fd;
	font-weight: 400;
	border: 1px solid #e2e2e2;
}

.btn-navigation-alt:hover,
.btn-navigation-alt:focus {
	background: rgba(58, 136, 253, 0.24);
	color: #3a88fd;
	font-weight: 400;
}

.btn-alt2 {
	color: #fff;
	background: #ffb362;
	margin-bottom: 5px;
	-webkit-box-shadow: 0 1px 3px #cfd3db;
    box-shadow: 0 1px 3px #cfd3db;
}

.btn-alt2:hover,
.btn-alt2:focus {
	color: #fff;
	background: rgba(241, 147, 46, .8);
}

.btn-alt2+.btn-danger {
	margin-bottom: 5px;
}

.quantityAvailable {
	color: #3392fa;
	font-weight: 800;
	padding: 1px 6px;
	display: inline-block;
	text-align: center;
	font-size: .9em;
	margin-right: 5px;
	border-radius: 3px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-default {
	color: #333;
	background-color: #f4f5f7;
	border-color: #ccc;
	-webkit-box-shadow: 0 1px 3px #cfd3db;
	        box-shadow: 0 1px 3px #cfd3db;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333;
	background-color: #fafafa;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #ccc;
}

.btn-default .badge {
	color: #fff;
	background-color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary .badge {
	color: #94c140;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
	-webkit-box-shadow: 0 1px 3px #cfd3db;
    box-shadow: 0 1px 3px #cfd3db;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #eea236;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background: #e15955;
	-webkit-box-shadow: 0 1px 3px #cfd3db;
    box-shadow: 0 1px 3px #cfd3db;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	-webkit-box-shadow: 0 1px 3px #cfd3db;
    box-shadow: 0 1px 3px #cfd3db;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #4cae4c;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #4b7a4b;
}

.btn-success .badge {
	color: #4cae4c;
	background-color: #fff;
}

.btn-link {
	color: #94c140;
	cursor: pointer;
	border-radius: 0;
	white-space: normal;
}

.btn-link.alt.disabled {
	color: #999;
}

.btn-link.alt {
	color: #5cb8e0;
}

.btn-link.alt2 {
	color: #f0ad4e;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link:hover,
.btn-link:focus {
	color: #7da72e;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link:hover.alt,
.btn-link:focus.alt {
	color: #3b8eb2;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link:hover.alt2,
.btn-link:focus.alt2 {
	color: #f89570;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #999999;
	text-decoration: none;
}

.btn-lg {
	padding: 7px 34px;
	font-size: 1.5em;
	line-height: 1.33;
}

.btn-sm {
	padding: 8px 10px;
	font-size: 1.2em;
	line-height: 1.5;
}

.btn-sm.btn-link,
.btn-sm.btn-link-alt {
	padding-left: 5px;
	padding-right: 5px;
}

.btn-sm.btn-link.alt,
.btn-sm.btn-link-alt.alt {
	padding-left: 0;
}
.link-underlined{
	font-size: 1.2rem;
    color: #333;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    padding: 0 2px;
}
.modal-header .link-underlined{
	margin-left: 20px;
}
.link-underlined > i{
	vertical-align: baseline;
	font-size: 1.15rem;
}
.link-underlined:hover{
	opacity: .6;
	color: currentColor;
}

.i-before{
	margin-right: 4px;
}

.i-after{
	margin-left: 4px;
}

.btn-xs {
	padding: 4px 12px;
	font-size: 1.2em;
	line-height: 1.5;
	border-radius: 2px;
}

.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.btn-block+.btn-block {
	margin-top: 5px;
}
.btn-icon{
	width: 42px;
	height: 42px;
	border-radius: 50%!important;
	transition: all .175s ease-out;
}
.btn-icon-danger{
	color: #424242;
	background: transparent;
}
.btn-icon-danger:hover{
	color: #e15955;
	background: rgba(225, 89, 85, .1);
}

/*btn-margin*/

.btn-m-btm {
	margin-bottom: 10px;
}

.btn-m-top {
	margin-top: 10px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}
.inlineb {
	display: inline-block;
}
.collapse.in.inlineb {
	display: inline-block!important;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}


/* Events > did-you-know */

.did-you-know {
    padding: 1.5rem .5rem;
    background: #fafafc;
    border-radius: 3px;
}

.did-you-know h3 {
	padding: 0 0 0 8px !important;
	color: #5d5d5e !important;
	font-size: 1.3rem;
	margin-top:0!important;
}

.did-you-know ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
}

.did-you-know a {
	color: #333;
}
.did-you-know i:before{
	color: #5d5d5e;
}

.did-you-know li {
	margin-bottom: 8px;
	color: #5d5d5e;
	font-size: 1.3em;
	line-height: 1.4em;
}

.did-you-know li:last-child {
	margin-bottom:0;
}

.did-you-know a:hover {
	color: #5cb8e0;
}

@font-face {
	font-family: 'idevents';
	src: url('../../fonts/idevents.woff') format('woff'), url('../../fonts/idevents.ttf') format('truetype'), url('../../fonts/idevents.svg#idevents') format('svg');
	font-weight: normal;
	font-style: normal;
}

.font-icon:before {
	font-family: 'idevents';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 16px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.font-icon:after {
	font-family: 'idevents';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 16px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: none;
}

.font-icon.text-indent {
	text-indent: -9999px;
}

.font-icon-white:before,
.font-icon-white:after {
	color: #fff;
}

.font-icon-gray:before,
.font-icon-gray:after {
	color: #757575;
}

.font-icon-gray2:before,
.font-icon-gray2:after {
	color: #B1BAB7;
}

.font-icon-gray3:before,
.font-icon-gray3:after {
	color: #ddd;
}

.font-icon-gray4:before,
.font-icon-gray4:after {
	color: #aaa;
}

.font-icon-gray5:before,
.font-icon-gray5:after {
	color: #D1D1D1;
}

.font-icon-gray6:before,
.font-icon-gray6:after {
	color: #E9EAE7;
}

.font-icon-gray7:before,
.font-icon-gray7:after {
	color: #686a72;
}

.font-icon-black:before,
.font-icon-black:after {
	color: #000;
}

.font-icon-blue:before,
.font-icon-blue:after {
	color: #00bde7;
}

.font-icon-blue2:before,
.font-icon-blue2:after {
	color: #21A4B9;
}

.font-icon-blue3:before,
.font-icon-blue3:after {
	color: #00bde7;
}

.font-icon-blue4:before,
.font-icon-blue4:after {
	color: #3393F9;
}

.font-icon-orange:before,
.font-icon-orange:after {
	color: #F39C12;
}

.font-icon-orange2:before,
.font-icon-orange2:after {
	color: #FFAB80;
}

.font-icon-orange3:before,
.font-icon-orange3:after {
	color: rgba(241, 147, 46, .8);
}

.font-icon-green:before,
.font-icon-green:after {
	color: #99BC00;
}

.font-icon-green2:before,
.font-icon-green2:after {
	color: #97C100;
}

.font-icon-green3:before,
.font-icon-green3:after {
	color: #6ec11c;
}

.font-icon-red:before,
.font-icon-red:after {
	color: #ff4441;
}

.font-icon-vbottom:before,
.font-icon-vbottom:after {
	vertical-align: bottom !important;
}

.font-icon-vmiddle:before,
.font-icon-vmiddle:after {
	vertical-align: middle !important;
}

.font-icon-vtop:before,
.font-icon-vtop:after {
	vertical-align: top !important;
}

.font-icon-vbaseline:before,
.font-icon-vbaseline:after {
	vertical-align: baseline !important;
}

.font-icon-vtexttop:before,
.font-icon-vtexttop:after {
	vertical-align: text-top !important;
}

.font-icon-vtextbottom:before,
.font-icon-vtextbottom:after {
	vertical-align: text-bottom !important;
}

.font-icon-7:before,
.font-icon-7:after {
	font-size: .7rem;
}

.font-icon-8:before,
.font-icon-8:after {
	font-size: .8rem;
}

.font-icon-9:before,
.font-icon-9:after {
	font-size: .9rem;
}

.font-icon-10:before,
.font-icon-10:after {
	font-size: 1rem;
}

.font-icon-11:before,
.font-icon-11:after {
	font-size: 1.1rem;
}

.font-icon-12:before,
.font-icon-12:after {
	font-size: 1.2rem;
}

.font-icon-13:before,
.font-icon-13:after {
	font-size: 1.3rem;
}

.font-icon-14:before,
.font-icon-14:after {
	font-size: 1.4rem;
}

.font-icon-15:before,
.font-icon-15:after {
	font-size: 1.5rem;
}

.font-icon-16:before,
.font-icon-16:after {
	font-size: 1.6rem;
}

.font-icon-17:before,
.font-icon-17:after {
	font-size: 1.7rem;
}

.font-icon-18:before,
.font-icon-18:after {
	font-size: 1.8rem;
}

.font-icon-19:before,
.font-icon-19:after {
	font-size: 1.9rem;
}

.font-icon-20:before,
.font-icon-20:after {
	font-size: 2rem;
}

.font-icon-22:before,
.font-icon-22:after {
	font-size: 2.2rem;
}

.font-icon-25:before,
.font-icon-25:after {
	font-size: 2.5rem;
}

.font-icon-30:before,
.font-icon-30:after {
	font-size: 3rem;
}

.font-icon-36:before,
.font-icon-36:after {
	font-size: 3.6rem;
}

.font-icon-40:before,
.font-icon-40:after {
	font-size: 4rem;
}

.font-icon-50:before,
.font-icon-50:after {
	font-size: 5rem;
}

.font-icon-64:before,
.font-icon-64:after {
	font-size: 6.4rem;
}

.font-icon-78:before,
.font-icon-78:after {
	font-size: 7.8rem;
}

.font-icon-100:before,
.font-icon-100:after {
	font-size: 10rem;
}

.font-icon-117:before,
.font-icon-117:after {
	font-size: 11.2rem;
}

.font-icon-150:before,
.font-icon-150:after {
	font-size: 15rem;
}

.font-icon-400:before,
.font-icon-400:after {
	font-size: 40rem;
}

.font-icon-hover:hover {
	color: #0F9CB1;
}

.font-icon-hover:hover:after,
.font-icon-hover:hover:before {
	color: #0F9CB1;
}

.font-icon-before:before,
.font-icon-before:after {
	margin-right: 5px;
}

.font-icon-more:before,
.font-icon-more:after {
	content: "\e601";
}

.font-icon-key:before,
.font-icon-key:after {
	content: "\e603";
}

.font-icon-dashboard:before,
.font-icon-dashboard:after {
	content: "\e604";
}

.font-icon-calendar:before,
.font-icon-calendar:after {
	content: "\e605";
}

.font-icon-buoy:before,
.font-icon-buoy:after {
	content: "\e606";
}

.font-icon-bar-three:before,
.font-icon-bar-three:after {
	content: "\e607";
}

.font-icon-arrow-rounded-down:before,
.font-icon-arrow-rounded-down:after {
	content: "\e608";
}

.font-icon-arrow-down:before,
.font-icon-arrow-down:after {
	content: "\e609";
}

.font-icon-arrow-double-up-down:before,
.font-icon-arrow-double-up-down:after {
	content: "\e60a";
}

.font-icon-arrow-left:before,
.font-icon-arrow-left:after {
	content: "\e615";
}

.font-icon-arrow-right:before,
.font-icon-arrow-right:after {
	content: "\e621";
}

.font-icon-arrow-right-tail:before,
.font-icon-arrow-right-tail:after {
	content: "\e630";
}

.font-icon-logout:before,
.font-icon-logout:after {
	content: "\e60b";
}

.font-icon-file:before,
.font-icon-file:after {
	content: "\e60c";
}

.font-icon-recycle-bin:before,
.font-icon-recycle-bin:after {
	content: "\e60d";
}

.font-icon-publish:before,
.font-icon-publish:after {
	content: "\e60e";
}

.font-icon-pencil:before,
.font-icon-pencil:after {
	content: "\e60f";
}

.font-icon-user:before,
.font-icon-user:after {
	content: "\e620";
}

.font-icon-men-three:before,
.font-icon-men-three:after {
	content: "\e610";
}

.font-icon-copy:before,
.font-icon-copy:after {
	content: "\e611";
}

.font-icon-calendar-empty:before,
.font-icon-calendar-empty:after {
	content: "\e612";
}

.font-icon-arrow-round-down:before,
.font-icon-arrow-round-down:after {
	content: "\e613";
}

.font-icon-cross:before,
.font-icon-cross:after {
	content: "\e623";
}

.font-icon-cross-round:before,
.font-icon-cross-round:after {
	content: "\e614";
}

.font-icon-less:before,
.font-icon-less:after {
	content: "\e616";
}

.font-icon-warning:before,
.font-icon-warning:after {
	content: "\e617";
}

.font-icon-euro:before,
.font-icon-euro:after {
	content: "\e618";
}

.font-icon-reload:before,
.font-icon-reload:after {
	content: "\e619";
}

.font-icon-card:before,
.font-icon-card:after {
	content: "\e61a";
}

.font-icon-sheet:before,
.font-icon-sheet:after {
	content: "\e61b";
}

.font-icon-export:before,
.font-icon-export:after {
	content: "\e61c";
}

.font-icon-clock:before,
.font-icon-clock:after {
	content: "\e61e";
}

.font-icon-pin:before,
.font-icon-pin:after {
	content: "\e61f";
}

.font-icon-idevents:before,
.font-icon-idevents:after {
	content: "\e622";
}

.font-icon-info:before,
.font-icon-info:after {
	content: "\e624";
}

.font-icon-info-round:before,
.font-icon-info-round:after {
	content: "\e636";
}

.font-icon-alert:before,
.font-icon-alert:after {
	content: "\e625";
}

.font-icon-valid:before,
.font-icon-valid:after {
	content: "\e626";
}

.font-icon-suitcase:before,
.font-icon-suitcase:after {
	content: "\e627";
}

.font-icon-man:before,
.font-icon-man:after {
	content: "\e628";
}

.font-icon-filters:before,
.font-icon-filters:after {
	content: "\e629";
}

.font-icon-filters-men:before,
.font-icon-filters-men:after {
	content: "\e631";
}

.font-icon-map:before,
.font-icon-map:after {
	content: "\e62a";
}

.font-icon-shutdown:before,
.font-icon-shutdown:after {
	content: "\e62b";
}

.font-icon-loading:before,
.font-icon-loading:after {
	content: "\e62d";
}

.font-icon-badge-format:before,
.font-icon-badge-format:after {
	content: "\e632";
}

.font-icon-badge-format-a:before,
.font-icon-badge-format-a:after {
	content: "\e62e";
}

.font-icon-badge-format-a-double:before,
.font-icon-badge-format-a-double:after {
	content: "\e62f";
}

.font-icon-badge-format-1:before,
.font-icon-badge-format-1:after {
	content: "\e634";
}

.font-icon-badge-format-1-double:before,
.font-icon-badge-format-1-double:after {
	content: "\e633";
}

.font-icon-link:before,
.font-icon-link:after {
	content: "\e635";
}

.font-icon-mail:before,
.font-icon-mail:after {
	content: "\e637";
}

.font-icon-user-add:before,
.font-icon-user-add:after {
	content: "\e638";
}

.fa,
.far,
.fas {
	font-family: Font Awesome\ 5 Free!important;
	position: relative;
	z-index: 1;
}

.fa-lg {
	line-height: 1em;
}

.table .table-cell.icon-published {
	text-align: center;
}

.table .table-cell.icon-published span {
	padding: 5px;
	width: 25px;
}

.table .table-cell.icon-published span.fa-power-off{
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 3px;
}
.table .table-cell.icon-published span.fa-power-off.font-icon-gray:hover{
  background: rgba(117, 117, 117, .18);
}
.table .table-cell.icon-published span.fa-power-off.font-icon-green:hover{
  background: rgba(153, 188, 0, .18);
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.event-picture-media .event-picture .fileinput-button {
	width: 100%;
	max-width: 100%;
}

.fileinput-button .font-icon-reload:before,
.fileinput-button .font-icon-reload:after {
	position: relative;
	top: 2px;
}

.btn-actions.font-icon-more:before,
.btn-actions.font-icon-more:after {
	position: relative;
	top: -1px;
}

.dropdown {
	position: relative;
}

.dropdown i.fas.fa-caret-down {
	margin-left: 10px;
}
.dropdown.drop_export a.btn:before {
	margin-right: 5px;
}

.dropdown-title {
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 180px;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    opacity: 0;
    margin: 0;
    margin-top: -16px!important;
    -webkit-transform: scaleY(.95);
            transform: scaleY(.95);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    float: left;
    padding: 10px;
    height: auto;
    min-width: 170px;
    overflow: hidden;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: -1px 8px 6px rgba(97, 98, 105, 0.18), 7px 10px 4px rgba(75,77,84,.04), 3px -2px 4px rgba(80,80,85,.08);
    box-shadow: -1px 8px 6px rgba(97, 98, 105, 0.18), 7px 10px 4px rgba(75,77,84,.04), 3px -2px 4px rgba(80,80,85,.08);
    -webkit-transition: opacity .25s ease-out, margin-top .15s ease-out, -webkit-transform .15s ease-out .1s;
    transition: opacity .25s ease-out, margin-top .15s ease-out, -webkit-transform .15s ease-out .1s;
    transition: opacity .25s ease-out, transform .15s ease-out .1s, margin-top .15s ease-out;
    transition: opacity .25s ease-out, transform .15s ease-out .1s, margin-top .15s ease-out, -webkit-transform .15s ease-out .1s;
    pointer-events: none;
}

.dropdown-menu>li {
    opacity: 0;
    -webkit-transition: -webkit-transform .05s ease-out;
    transition: -webkit-transform .05s ease-out;
    transition: transform .05s ease-out;
    transition: transform .05s ease-out, -webkit-transform .05s ease-out;
    -webkit-transform: scaleY(.15);
            transform: scaleY(.15);
}

.dropdown-menu.open-menu>li,
.open>.dropdown-menu>li {
    display: block;
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition: opacity .25s ease-out .15s, -webkit-transform .05s ease-out;
    transition: opacity .25s ease-out .15s, -webkit-transform .05s ease-out;
    transition: transform .05s ease-out, opacity .25s ease-out .15s;
    transition: transform .05s ease-out, opacity .25s ease-out .15s, -webkit-transform .05s ease-out;
}

.dropdown-menu.open-menu,
.open>.dropdown-menu {
    margin-top: 0px!important;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    pointer-events: all;
    margin-bottom: 60px;
}

@media (min-width: 767px) {
	.drop_export .dropdown-menu {
		left: -8px;
	}
}

.modal.small .dropdown-menu {
	position: relative;
	float: none;
	width: 100%;
	min-width: inherit;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dropdown-menu.arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #aaa;
	position: absolute;
	top: -8px;
	left: 12px;
}

.dropdown-menu.arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	top: -6px;
	left: 13px;
}

.dropdown-menu.arrow.pull-right:before {
	left: auto;
	right: 12px;
}

.dropdown-menu.arrow.pull-right:after {
	left: auto;
	right: 13px;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 7.5px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu>li>a {
	font-size: 1.4em;
	display: block;
	padding: 8px 12px 8px 12px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #252a33;
	white-space: nowrap;
	border-radius: 3px;
	display: flex;
    align-items: center;
}

.dropdown-menu>li>a:before,
.dropdown-menu>li>a i,
.dropdown-menu>li>a svg{
	display: inline-block;
	text-align: left;
	margin-right: 16px;
	width: 16px;
	color: #686a72;
}
.dropdown-menu>li>a.disabled i{
	color: #9e9e9e!important;
}

@media (max-width: 991px) {
	.nav.navbar-nav .dropdown-menu>li>a i:before {
		color: white;
	}
}
.nav-title-language .dropdown > a.btn	> i{
	margin-right: .5rem;
}
.nav-title-language ul.dropdown-menu li+li[value="Add language"] {
	border-top: 1px solid #e8e8e8;
	padding-top: 10px;
	margin-top: 4px;
}

.nav-title-language ul.dropdown-menu li[value="Add language"] a {
	background-color: #94c140;
	color: #fff;
	margin: 0 5px;
	border-radius: 2px;
	padding: 5px 0;
	text-align: center;
	font-size: 1.3em;
}

.nav-title-language ul.dropdown-menu li i {
	margin-right: 15px;
}
.nav-title-language ul.dropdown-menu li a {
	padding-left: 50px;
}
.nav-title-language ul.dropdown-menu li a.main-language{
	padding-left: 21px;
}
.nav-title-language ul.dropdown-menu li a:hover i.main-event-icon,
.nav-title-language ul.dropdown-menu li[value="Add language"] a i {
	color: #fff;
}

.nav-title-language ul.dropdown-menu li i.main-event-icon {
	color: rgba(69, 69, 69, 0.85);
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:active {
	background: rgba(57, 57, 75, 0.09);
	text-decoration: none;
	-webkit-transform: none;
			transform: none;
}

.modal.small .dropdown-menu>li>a {
	padding: 7px 10px;
	font-size: 1.4em;
}

.modal.small .dropdown-menu>li+li a {
	border-top: 1px solid #ddd;
}

.navbar-title-nav .dropdown-menu>li.active>a,
.navbar-title-nav .dropdown-menu>li.active>a:hover,
.navbar-nav .dropdown-menu>li.active>a {
	color: #4c4c57;
	text-decoration: none;
	outline: 0;
	background-color: rgba(77, 77, 86, .1);
	font-weight: bold;
	cursor: default;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	color: #999999;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}

.open>a {
	outline: 0;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 11px;
	line-height: 1.42857143;
	color: #999999;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: "";
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 80%;
	margin-bottom:0px;
	-webkit-box-shadow: -13px -1px 19px 0px rgba(85, 92, 117, 0.25), 18px -6px 17px rgba(41, 53, 96, 0.19);
	box-shadow: -13px -1px 19px 0px rgba(85, 92, 117, 0.25), 18px -6px 17px rgba(41, 53, 96, 0.19);
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.dropdown-menu.open-menu.pull-center,
	.open>.dropdown-menu.pull-center {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
	.navbar-title-nav .dropup .dropdown-menu.pull-right {
		right: 0px;
	}
	.navbar-title-nav .dropup .dropdown-menu.pull-left {
		left: 0px;
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.open.dropup>.dropdown-menu {
	bottom: 100%;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
	z-index: 2;
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
	outline: none;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
	content: " ";
	display: table;
}

.btn-toolbar:after {
	clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
	content: " ";
	display: table;
}

.btn-toolbar:after {
	clear: both;
}

.btn-toolbar .btn-group {
	float: left;
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn-group {
	margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group>.btn:first-child {
	margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group>.btn-group {
	float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 2px;
}

.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px;
}

.btn-group-sm>.btn.btn-link,
.btn-group-sm>.btn.btn-link-alt {
	padding-left: 5px;
	padding-right: 5px;
}

.btn-group-sm>.btn.btn-link.alt,
.btn-group-sm>.btn.btn-link-alt.alt {
	padding-left: 0;
}

.btn-group-lg>.btn {
	padding: 8px 16px;
	line-height: 1.33;
	border-radius: 2px;
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
	content: " ";
	display: table;
}

.btn-group-vertical>.btn-group:after {
	clear: both;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
	content: " ";
	display: table;
}

.btn-group-vertical>.btn-group:after {
	clear: both;
}

.btn-group-vertical>.btn-group>.btn {
	float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}

.btn-group-justified>.btn-group .btn {
	width: 100%;
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
	display: none;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	line-height: 1.42857143;
	width: 100%;
}

.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.input-group .form-control {
	width: 100%;
	margin-bottom: 0;
}
.input-group input[type=search].form-control {
	width: calc(100% - 44px);
	display: inline-block;
}
.input-group input[type=search].form-control + .input-group-btn{
	display: inline-block;
}

.input-group input.form-control + .input-group-btn > .btn {
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: none;
	transition: none;
	border: 1px solid transparent;
}
.input-group input.form-control:focus + .input-group-btn > .btn {
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #545460;
}
.input-group > ol.dropdown-menu{
	left: 0;
	right: auto;
}

@media (min-width: 768px) {
	.input-group.date {
		width: 145px;
	}
	.form-table-col-inside .input-group.date {
		width: 100%;
	}
}

a:hover .fa-times:before {
	color: #ff2620;
}
.input-group-after input{
	padding-right:38px!important;
}
.input-group-after.double-btn-group input{
	padding-right:70px!important;
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 34px;
	padding: 3px 10px;
	font-size: 16px;
	line-height: 32px;
	border-radius: 2px;
	font-weight: 700;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
	height: 34px;
	line-height: 34px;
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
	height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 26px;
	padding: 3px 10px;
	font-size: 12px;
	line-height: 1.42857143;
	border-radius: 2px;
	font-weight: 400;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
	height: 26px;
	line-height: 26px;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
	height: auto;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
	font-weight: 400;
	padding-top: 5px;
	padding-bottom: 5px;
}

.input-group-addon,
.input-group-btn {
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 0px;
	font-size: 1.2rem!important;
	font-weight: normal;
	color: #555555;
	text-align: center;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	-webkit-transition: none;
	transition: none;
	position: absolute;
    top: 50%;
    right: 1px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 33px;
	height: calc(100% - 2px)!important;
    border-left: 1px solid #dddddd;
    padding: 0!important;
    line-height: 1;
	pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
			justify-content: center;
	margin: 0!important;
}
a.input-group-addon{
	pointer-events: initial!important;
}
a.input-group-addon:hover{
    background: #dddddd;
	color: #555555;
}
.input-group-after.double-btn-group a.input-group-addon:last-of-type{
	right: 35px;
}
.input-group-after.double-btn-group a.input-group-addon{
	right: 1px;
	pointer-events: all;
	z-index: 9;
	border-left: 1px solid #f8f8f8;
}
.input-group-after.double-btn-group a.input-group-addon:first-of-type > i{
	padding: 8px;
}
.input-group-addon.input-sm {
	padding: 3px 10px;
	font-size: 1.2em;
	border-radius: 0;
}

.input-group-addon.input-lg {
	padding: 8px 16px;
	font-size: 1.2em;
	border-radius: 0;
}

.input-group-addon.alt {
	background-color: transparent;
	border-color: transparent!important;
	padding-left: 4px;
	padding-right: 5px;
	color: #aaa;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}

.date + .input-group-addon{
	border-left: 0;
}

.input-group-btn {
	position: relative;
	white-space: nowrap;
}

.input-group-btn:first-child>.btn {
	margin-right: -1px;
}

.input-group-btn:last-child>.btn {
	margin-left: -1px;
}

.input-group-btn>.btn {
	position: relative;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
	z-index: 2;
}

.input-group-btn.alt>.btn {
	width: 34px;
	height: 34px;
	min-width: inherit;
	margin-left: 0px;
	padding: 0;
}

.input-group.input-group-valid .form-control,
.input-group.input-group-invalid .form-control {
	border-right: 0;
}

.input-group.input-group-valid .input-group-addon,
.input-group.input-group-invalid .input-group-addon {
	border-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.input-group.input-group-invalid .form-control,
.input-group.input-group-invalid .input-group-addon {
	background-color: rgba(231, 76, 60, 0.1) !important;
}

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

.nav:before,
.nav:after {
	content: " ";
	display: table;
}

.nav:after {
	clear: both;
}

.nav:before,
.nav:after {
	content: " ";
	display: table;
}

.nav:after {
	clear: both;
}

.nav>li {
	position: relative;
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
}

.nav>li.disabled>a {
	color: #999999;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #999999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

.nav-divider {
	height: 1px!important;
	margin: 7.5px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav-divider+.nav-divider {
	display: none!important;
}

.nav>li>a>img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0 0 0 0;
	color: #555;
	font-size: 1.2em;
}

.nav-tabs>li>a:hover {
	border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #555555;
	background-color: #f4f5f7;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
	font-weight: 600;
	border-radius: 2px 2px 0 0;
}

.nav-tabs.nav-justified {
	width: 100%;
	display: table;
	border-bottom: 0;
}

.nav-tabs.nav-justified>li {
	float: none;
}

.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

.nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%;
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 0;
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 0;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 0 0 0 0;
	}
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #F7F7F2;
	}
}

.nav-pills>li {
	float: left;
}

.nav-pills>li>a {
	border-radius: 0;
	color: #686a72;
}

.nav-pills>li+li {
	margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #5cb8e0;
	background-color: rgba(92, 184, 224, .14);
}

.nav-pills>li.active>a {
	font-weight: bold;
}

.nav-pills>li>a:hover {
	background-color: rgba(87, 90, 103, .12);
}

.nav-pills.colored>li>a{
	color: #5cb8e0;
}
.nav-pills.colored>li>a:hover,
.nav-pills.colored>li>a:focus {
	background-color: rgba(92, 184, 224, .14);
}
.nav-pills>li.active>a:before,
.nav-pills>li.active>a i:before,
.nav-pills>li.active>a:hover:before,
.nav-pills>li.active>a i:hover:before,
.nav-pills>li.active>a:focus:before,
.nav-pills>li.active>a i:focus:before,
.nav-pills>li.active.trial>a:before,
.nav-pills>li.active.trial>a i:before,
.nav-pills>li.active.trial>a:hover:before,
.nav-pills>li.active.trial>a i:hover:before,
.nav-pills>li.active.trial>a:focus:before,
.nav-pills>li.active.trial>a i:focus:before {
	color: #5cb8e0;
}

.nav-pills>li.active.trial>a,
.nav-pills>li.active.trial>a:hover,
.nav-pills>li.active.trial>a:focus {
	background-color: rgba(255, 142, 0, .2);
	color: #fe8f0e;
}

.nav-pills>li.trial>a,
.nav-pills>li.trial>a:hover,
.nav-pills>li.trial>a:focus .nav-pills>li.trial>a:before,
.nav-pills>li.trial>a i:before,
.nav-pills>li.trial>a:hover:before,
.nav-pills>li.trial>a i:hover:before,
.nav-pills>li.trial>a:focus:before,
.nav-pills>li.trial>a i:focus:before {
	color: #fe8f0e!important;
}

.li-bullet {
	position: relative;
}

.li-bullet>a>span.logs {
	position: absolute;
	z-index:1;
	top: -1px;
	left: 5px;
	background: rgba(255, 57, 67, .9);
	padding: .15em .6em;
	line-height: 1.15em;
	width: auto;
	border-radius: 2px;
	text-align: center;
	font-size: .6em;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
}

@media (max-width: 991px) {
	.li-bullet>a>span.logs {
		top: 50%;
		right: 10px;
		left: auto;
		margin-top: -7px;
		height: 15px;
		padding: 0 7px;
		font-size: .7em;
	}
}

.nav-stacked>li {
	float: none;
}

.nav-stacked>li+li {
	margin-left: 0;
}

.nav-justified {
	width: 100%;
	display: table;
}

.nav-justified>li {
	float: none;
}

.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

.nav-justified>li {
	display: table-cell;
	width: 1%;
}

.nav-justified>li>a {
	margin-bottom: 0;
}

.nav-tabs-justified {
	border-bottom: 0;
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 0;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
	border: 1px solid #ddd;
}

@media (min-width: 768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 0 0 0 0;
	}
	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs-justified>.active>a:focus {
		border-bottom-color: #F7F7F2;
	}
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar {
	position: relative;
	min-height: 40px;
	margin-bottom: 17px;
	border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
	content: " ";
	display: table;
}

.navbar:after {
	clear: both;
}

.navbar:before,
.navbar:after {
	content: " ";
	display: table;
}

.navbar:after {
	clear: both;
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 0;
	}
}

.navbar-header {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 44px;
}
.navbar-header > img{
	margin-right: 35px;
	max-height:35px;
}
.navbar-header .logo-mobile{
	display: none;
}
.navbar-header:before,
.navbar-header:after {
	content: " ";
	display: table;
}

.navbar-header:after {
	clear: both;
}

.navbar-header:before,
.navbar-header:after {
	content: " ";
	display: table;
}

.navbar-header:after {
	clear: both;
}

@media (max-width: 991px) {
	.navbar-header {
		height: 55px;
		padding: 0px 12px;
	}
	.alt>.navbar-header,
	.alt>.container>.navbar-header {
		position: inherit;
		top: auto;
		left: auto;
	}
}

.navbar-collapse {
	max-height: 340px;
	overflow-x: visible;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	display: table;
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	display: table;
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.container>.navbar-header,
.container>.navbar-collapse {
	margin-right: -10px;
	margin-left: -10px;
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width: 768px) {
	.navbar-fixed-top {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-brand {
	float: left;
	padding: 11.5px 10px;
	font-size: 1.5em;
	line-height: 17px;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 10px;
	padding: 9px 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	float: left;
	margin: 0;
}

.navbar-nav>li>a {
	line-height: 17px;
	border-radius: 5px;
	padding: 11px 12px;
	margin: 0 5px;
	line-height: 17px;
}

.navbar-nav>li {
	float: left;
}

.navbar-nav.navbar-right:last-child {
	margin-right: -10px;
}

@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
	}
}

.navbar-form {
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px 10px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 3px;
	margin-bottom: 3px;
}

@media (min-width: 768px) {
	fieldset .navbar-form .form-group-line {
		font-size: 0;
	}
	fieldset .navbar-form .form-group-line .form-group-line.form-group {
		font-size: 0;
	}
	fieldset .navbar-form .form-group-line .form-group {
		font-size: 12px;
		margin-right: 5px;
	}
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-group-line {
		display: block;
	}
	.navbar-form .form-group-line.alt {
		display: inline-block;
	}
	.navbar-form .form-group-line+.form-group-line {
		margin-top: 5px;
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
	}
	.navbar-form .help-block {
		display: inline-block;
	}
	.navbar-form select.form-control {
		width: auto;
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
	}
	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		margin-left: 0;
		margin-top: 5px;
		margin-right: 5px;
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-form.navbar-right:last-child {
		margin-right: -10px;
	}
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
	left: auto;
	right: 0;
}

.navbar-btn {
	margin-top: 3px;
	margin-bottom: 3px;
}

.navbar-btn.btn-sm {
	margin-top: 7px;
	margin-bottom: 7px;
}

.navbar-btn.btn-xs {
	margin-top: 9px;
	margin-bottom: 9px;
}

.navbar-text {
	margin-top: 11.5px;
	margin-bottom: 11.5px;
}

@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	}
	.navbar-text.navbar-right:last-child {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #222222;
	border-color: #222222;
	border-radius: 0;
	border: none;
	min-height: 55px;
	padding: 0;
	margin-bottom: 0;
}

.navbar-default.alt {
	min-height: 80px;
	padding-top: 20px;
}

@media (max-width: 991px) {
	.navbar-nav>li>a {
		border-radius: 0px;
		margin: 0px;
	}
}
.navbar-default .navbar-text {
	color: #D1D1D1;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 1.2em;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #323232;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
	color: #fff;
}

.navbar-default .navbar-link {
	color: #D1D1D1;
}

.navbar-default .navbar-link:hover {
	color: #fff;
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}

.navbar-inverse .navbar-brand {
	color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-text {
	color: #999999;
}

.navbar-inverse .navbar-nav>li>a {
	color: #999999;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent;
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #080808;
	color: #fff;
}

.navbar-inverse .navbar-link {
	color: #999999;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 17px 0;
	border-radius: 0;
}

.pagination>li {
	display: inline;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 5px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	background-color: #eeeeee;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #99BC00;
	border-color: #99BC00;
	cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #999999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 8px 16px;
	font-size: 15px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 11px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.label {
	display: inline;
	color: #fff;
	white-space: nowrap;
	vertical-align: baseline;
}

.label[href]:hover,
.label[href]:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

.label-default {
	color: #999999;
}

.label-primary {
	color: #94c140;
}

.label-success {
	color: #39aa34;
}

.label-info {
	color: #5bc0de;
}

.label-warning {
	color: #f0ad4e;
}

.label-danger {
	color: #ff605b;
}

.label-green {
	color: #6ec11c;
}

.label-gray {
	color: #C5C5C4;
}

.label-gray2 {
	color: #aeaeae;
}

.label-orange {
	color: #ffad4f;
}

.boxed-label{
    padding: 4px 8px;
	display: inline-block;
	overflow: visible;
}
.boxed-label-bold{
	font-weight: 600;
}
.rounded{
	border-radius: 25px;
}
.squared{
	border-radius: 5px;
	padding: 6px;
}
.boxed-label-default{
	background: #f4f4f6;
    color: #333;
}
.boxed-label-danger{
	background: #fff1f0;
    color: #ff605b;
}
.boxed-label-info{
	background: #eff7ff;
    color: #3392fa;
}
.boxed-label-warning{
	background: #fff6ed;
    color: #ffad4f;
}

.badge {
	display: inline-block;
	padding: 0 5px;
	font-size: 16px;
	font-weight: 400;
	color: #525252;
	line-height: 30px;
	vertical-align: baseline;
	white-space: nowrap;
	background-color: #E9EAE7;
	border: 1px solid #ddd;
	border-radius: 0;
	height: 30px;
	min-width: 30px;
	text-align: center;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

a.badge:hover,
a.badge:focus {
	color: #525252;
	text-decoration: none;
	cursor: pointer;
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #99BC00;
	background-color: #fff;
}

.nav-pills>li>a>.badge {
	margin-left: 3px;
}

.alert {
	padding: 13px 25px 13px 13px;
	margin-bottom: 17px;
	border: 1px solid transparent;
	border-radius: 5px;
	position: relative;
	color: white;
	font-size: 1.2em;
	-webkit-box-shadow: 0px 8px 15px rgba(129, 129, 129, 0.3);
	box-shadow: 0px 8px 15px rgba(129, 129, 129, 0.3);
}

.alert>.close {
	color: rgba(255, 255, 255, 1);
	text-shadow: none;
	position: absolute;
	top: 12px;
	right: 10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-decoration: none;
}

.alert>.close:hover {
	text-shadow: none;
}

.alert-content,
.alert-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.alert-icon {
	margin-right: 10px;
}

.alert-msg {
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.alert-icon>i {
	margin-right: 10px;
	padding: 0 5px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert h2 {
	color: #ffffff;
	margin: 5px 0;
}

.alert a:hover {
	color: #4c4b4a;
}

.alert .alert-link,
.alert a {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.alert hr {
	border-top-color: #ffffff;
}

.alert>p,
.alert .alert-msg :last-child,
.alert>ul {
	margin-bottom: 0;
}

.alert>p+p {
	margin-top: 5px;
}

.alert-dismissable {
	padding-right: 33px;
}

.alert-dismissable .close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: inherit;
	font-size: 1.4em;
}

.alert-success {
	background-color: #94c140;
	border-color: #94c140;
}

.alert-info {
	background-color: #5cb8e0;
	border-color: #5cb8e0;
}

.alert-warning {
	background-color: #f7a31f;
	border-color: #f7a31f;
	line-height: 1.428571;
}

.alert-danger {
	background-color: #e6352d;
	border-color: #e6352d;
}

.bg-danger {
	background: #e15955 !important;
}

td.no-overflow .media a,
td.no-overflow .media,
td.no-overflow .media-body {
	overflow: visible!important;
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1;
}

.media.event-picture-media {
	overflow: inherit;
}

.media.event-picture-media .media-body {
	overflow: visible;
}

.media.event-picture-media .media-body:before,
.media.event-picture-media .media-body:after {
	content: " ";
	display: table;
}

.media.event-picture-media .media-body:after {
	clear: both;
}

.media.event-picture-media .media-body:before,
.media.event-picture-media .media-body:after {
	content: " ";
	display: table;
}

.media.event-picture-media .media-body:after {
	clear: both;
}

.media,
.media .media {
	margin-top: 15px;
}

.navbar-title .media,
.navbar-title .media .media,
.main-section-header .media,
.main-section-header .media .media {
	margin-top: 0;
}

.navbar-title>.media>.media-body {
	pointer-events: none;
}

.media:first-child,
.alert .media {
	margin-top: 0;
}

.media-object {
	display: block;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 4px;
}

.view-picture-container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	display: table;
	table-layout: fixed;
	height: 200px;
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	overflow: hidden;
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 300px;
}

.view-picture-container.view-picture-rounded {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	overflow: hidden;
	border: 0;
}

.view-picture-container.page-cover,
.view-picture-container.type-image {
	max-width: none;
}

.view-picture-container.square-image {
	max-width: 300px;
}

.view-picture-content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
	background: #fff;
	margin: auto;
}

.view-picture-rounded .view-picture-content {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
}

.square-image .view-picture-content {
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: 50% 50%;
}

.view-picture-container.page-cover .view-picture-content {
	padding: 0px;
	background-size: cover;
	background-position: 50% 50%;
}

.view-picture-container.type-image .view-picture-content {
	padding: 0px;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.view-picture-content img {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	max-height: 158px;
}

.view-picture-content i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.fa-spinner:before,
.view-picture-content i.loading:before {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-left: -36px;
	margin-top: -36px;
	background: #fff;
	border-radius: 50%;
	padding: 8px;
}

.settings-logo-upload.icon-container,
.event-picture-upload.icon-container {
	position: relative;
	height: 90px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.settings-logo-upload.icon-container.fa-spinner:before,
.event-picture-upload.icon-container.fa-spinner:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -27px;
	margin-top: -27px;
	padding: 12px;
}

.add-img-button {
	display: none;
}

.no-image .add-img-button {
	display: inline;
}

.no-image .view-picture-content i.empty {
	display: block;
}
.view-picture-content i.loading{
	display:block;
}
.no-image .remove-image,
.view-picture-content i.empty,
.no-image .view-picture-content i.loading,
.no-image .change-img-button {
	display: none;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.view-picture-rounded .view-picture-content img {
	max-width: 240px;
	max-height: 240px;
}

.event-picture {
	color: #aaa;
}

.event-picture .btn.fileinput-button,
.event-picture .btn.btn-alt2 {
	margin: 10px 0;
}

.media-heading {
	margin: 0 0 5px;
}

@media (min-width: 768px) {
	.table-responsive .media-heading {
		display: none;
	}
}

@media (min-width: 768px) {
	.table-responsive .media>.pull-left,
	.table-responsive .media>.pull-right {
		display: none;
	}
}
.table-responsive + .indent .btn{
	margin-top:1rem;
}
.media>.pull-left {
	margin-right: 10px;
}

.media>.pull-right {
	margin-left: 10px;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.list-group-item>.badge {
	float: right;
}

.list-group-item>.badge+.badge {
	margin-right: 5px;
}

a.list-group-item {
	color: #555;
}

a.list-group-item .list-group-item-heading {
	color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #00bde7;
	border-color: #00bde7;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
	color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
	color: #d7f0f4;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.panel {
	margin-bottom: 17px;
	border-radius: 0;
}

.panel-login .panel-body {
	position: relative;
	padding: 35px 40px 30px;
	border-width: 0;
	border-radius: 4px;
	background: #fff;
	border-color: transparent;
	-webkit-box-shadow: 0 0 15px #ededed;
	box-shadow: 1px 2px 4px rgba(163, 183, 214, 0.23);
}

.panel-login .panel-body .form-control {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 12px 12px;
    height: auto;
}
.panel-login .panel-body label {
	color: #505066;
}
.remember-mobile label{
  font-size: 1.4em;
  line-height: 1.2em;
}
.panel-login .panel-body .btn-lg {
	padding:10px 0;
}

.panel-login .panel-body .btn-lg:hover {
	-webkit-box-shadow: 0px 4px 0px rgba(194, 195, 205, 0);
	box-shadow: 0px 4px 0px rgba(194, 195, 205, 0);
}

.panel.panel-login a {
	font-size: 1.35em;
}


@media (max-width: 991px) {
	.main-section-header+.panel-group>#accordion>.panel,
	.main-section-header+.panel-group>.modal-body .panel-group>.panel {
		border-top: 0;
	}
	.main-section-header .media,
	.main-section-header .media-body {
		overflow: inherit;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.main-section-header .media-body {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.panel-error {
	text-align: center;
	position: relative;
}

.panel-error .btn {
	min-width: 180px;
}

.panel-body {
	padding: 10px;
	border-width: 0 1px 1px 1px;
	border-color: #ebedf2;
	border-style: solid;
	border-radius: 0 0 5px 5px;
}

.panel-body:before,
.panel-body:after {
	content: " ";
	display: table;
}

.panel-body:after {
	clear: both;
}

.panel-body:before,
.panel-body:after {
	content: " ";
	display: table;
}

.panel-body:after {
	clear: both;
}

.panel-login .panel-body h1 {
	margin: 0 0 30px;
	text-transform: none;
	font-size: 2.6em;
	margin-bottom: 35px;
	color: #2b2b31;
}

.panel-error .panel-body {
	position: absolute;
	top: 150px;
	width: 100%;
}

.panel-error .panel-body h1 {
	margin-bottom: 30px;
}

.panel>.list-group {
	margin-bottom: 0;
}

.panel>.list-group .list-group-item {
	border-width: 1px 0;
}

.panel>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.panel>.list-group .list-group-item:last-child {
	border-bottom: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table {
	margin-bottom: 0;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
	border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child th,
.panel>.table>tbody:first-child td {
	border-top: 0;
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0;
}

.panel-heading {
	padding: 10px 0;
	border-bottom: 1px solid transparent;
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit;
}

.panel-toggle {
	font-weight: 700;
	text-transform: none;
	color: #5f6475;
	width: 16px;
	display: block;
	float: left;
    height: 28px;
    margin-top: 3px;
}

.panel-toggle:hover,
.panel-toggle:focus,
.panel-toggle:active {
	color: #858c98;
}

.panel-toggle.pull-right {
	margin-left: 10px;
}

.panel-toggle-uncomplete-text {
	display: none;
}

.collapsed .panel-toggle .panel-toggle-uncomplete-text {
	display: inherit;
}

.panel-complete .collapsed .panel-toggle .panel-toggle-uncomplete-text {
	display: none;
}

.panel-toggle-complete-text {
	display: none;
}

.panel-complete .collapsed .panel-toggle .panel-toggle-complete-text {
	display: inherit;
}

.panel-toggle-open-text {
	display: inherit;
}

.collapsed .panel-toggle-open-text {
	display: none;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.3em;
	color: #444;
}

h2.panel-title small {
	font-size: .85em;
}

.panel-title>a {
	color: #616671;
}

.panel-title>a:hover,
.panel-title>a:focus,
.panel-title>a:active {
	color: #999999;
}

.panel-title>a>a.font-icon-hover:hover,
.panel-title>a>a.font-icon-hover:focus,
.panel-title>a>a.font-icon-hover:active {
	color: #0F9CB1;
}

.panel-title>a>a.font-icon-hover:hover:after,
.panel-title>a>a.font-icon-hover:focus:after,
.panel-title>a>a.font-icon-hover:active:after,
.panel-title>a>a.font-icon-hover:hover:before,
.panel-title>a>a.font-icon-hover:focus:before,
.panel-title>a>a.font-icon-hover:active:before {
	color: #E8F8F9;
}

.panel-complete .panel-title>a {
	color: #05B7C6;
}

.panel-complete .panel-title>a:hover,
.panel-complete .panel-title>a:focus,
.panel-complete .panel-title>a:active {
	color: #0F9CB1;
}

.panel-complete .panel-title>a.collapsed small {
	display: none;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}

.panel-group#accordion {
	margin-top: 30px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}

.panel-group .panel+.panel {
	margin-top: 5px;
}
.panel .panel-group .panel+.panel {
	margin-top: 10px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-default .panel-collapse {
    background: #fff;
    width: 100%;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
	padding-top: 10px;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}


/** Start default panel **/

.panel-default {
    background-color: rgba(248,248,251,.5);
    border-color: #f2f4f6;
    border: 1px solid #f1f2f6;
}
.panel-default:hover{
    background-color: #f4f4fa;
    border-color: #dedee4;
}
.panel-default .panel-body{
	border:0;
}
.panel-default>a>.panel-heading,
.panel-default>span>.panel-heading {
	color: #5c5d60;
	border: 0;
	padding: 12px 10px;
	-webkit-transition: border-bottom-color .2s ease-out;
	transition: border-bottom-color .2s ease-out;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	cursor: pointer;
}

.panel-default>a.collapsed>.panel-heading,
.panel-default>span.collapsed>.panel-heading {
	border:0;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #f2f4f6;
}

.panel-default .panel-default .panel-title {
	text-transform: inherit;
}

.panel-default .panel-default .panel-title .panel-toggle>i {
	margin-right: 5px;
	color: #838383;
}

.panel-default.child-panel>a.collapsed .panel-heading,
.panel-default .panel-default>a.collapsed .panel-heading,
.panel-default .panel-default>span.collapsed .panel-heading {
	border-bottom-color: #f2f4f6;
  border-radius: 3px;
  background-color:#fff;
}

.panel-default.child-panel>a .panel-heading,
.panel-default .panel-default>a .panel-heading,
.panel-default .panel-default>span .panel-heading {
	background-color: #f9f9fb;
	border-color: #f2f4f6;
	border-bottom-color: transparent;
}

.panel-default .panel-default>a .panel-heading:hover,
.panel-default .panel-default>span .panel-heading:hover,
.panel-default.child-panel>a .panel-heading:hover {
	background-color: #f9f9fb;
}


/*** End default ***/

.panel-primary {
	border-color: #94c140;
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #99BC00;
	border-color: #99BC00;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #99BC00;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #99BC00;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #d6e9c6;
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-warning {
	border-color: #FFCC99;
}

.panel-warning>.panel-heading {
	color: #5c5d60;
	background-color: #FFFFBF;
	border-color: #FFCC99;
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #FFCC99;
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #FFCC99;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ebccd1;
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #ebccd1;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #bce8f1;
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #bce8f1;
}

.empty-label,
h3.panel-title-small-close-text {
    padding: 1rem 1.5rem!important;
    margin: 2rem 0;
	background: #ffffff!important;
	color: #252525;
    font-weight: 600;
    font-size: 1.4rem;
    -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
            justify-content: center!important;
	text-align: center;
	margin-top: -1px;
    border-top: 0;
}
.table-striped .empty-label{
	margin: 0;
}
.table-striped .table-header{
	border-bottom:0;
}
h3.panel-title-small-close-text{
    margin: 2rem 0;
	padding: 2rem!important;
	background: #f9fafc!important;
}
.well h3.panel-title-small-close-text{
    background: inherit!important;
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 17px;
	line-height: 1.42857143;
	background-color: #F7F7F2;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #99BC00;
}

.thumbnail .caption {
	padding: 9px;
	color: #5c5d60;
}

.well {
	display: block;
	min-height: 20px;
	padding: 18px;
	margin-bottom: 18px;
	background-color: rgba(229, 231, 241, 0.25);
	border-radius: 0;
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}

.form-group .well {
	margin-bottom: 0;
}

.well-heading {
	margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.color-template .well-heading {
		margin-bottom: 8px;
	}
}

.color-template-block.custom-block {
	padding-left: 5px;
	padding-right: 5px;
}

.color-template-block.custom-block a:before {
	display: none;
}

.color-template-block.custom-block a {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px rgba(163, 177, 198, 0.6), -1px -1px 2px rgba(255, 255, 255, 0.6);
	        box-shadow: 1px 1px 2px rgba(163, 177, 198, 0.6), -1px -1px 2px rgba(255, 255, 255, 0.6);
}

.color-template-block>.color-template {
	border-radius: 5px;
}

.well-title {
	color: #525252;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 0;
}

.well-dashed {
	margin-bottom: 5px;
  background-color: #eaedf1;
}

.well-bordered {
	border: 1px solid #ddd;
}

.well-white {
	background-color: #fff;
	margin-bottom: 10px;
	position: relative;
}

.well-white:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 5px;
	pointer-events: none;
	background-color: rgba(255, 255, 255, .1);
	-webkit-box-shadow: 1px 1px 2px rgba(163, 177, 198, 0.6), -1px -1px 2px rgba(255, 255, 255, 0.6);
	        box-shadow: 1px 1px 2px rgba(163, 177, 198, 0.6), -1px -1px 2px rgba(255, 255, 255, 0.6);
	-webkit-transition: all .2s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: all .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.well-white.color-template {
	background: #f4f4f5;
	-webkit-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.well-white.color-template:hover {
	cursor: pointer;
	background: #fff;
}
.well-white.color-template.active{
	background: #fff;
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}
.well-white .well-title {
	font-size: 1.3em;
	text-transform: none;
}
.well-white.active:before {
	-webkit-box-shadow: 1px 6px 11px rgba(163, 177, 198, 0.8), 0px 2px 4px rgba(163, 177, 198, 0.35);
	        box-shadow: 1px 6px 11px rgba(163, 177, 198, 0.8), 0px 2px 4px rgba(163, 177, 198, 0.35);
}
.details .well-white:before,
.details .well-white:hover:before,
.details .well-white:focus:before,
.details .well-white:active:before,
.details .well-white.active:before {
	border: none;
}

.well-lg {
	padding: 15px;
	border-radius: 0;
}

.well-lg .well-title {
	font-size: 1.6em;
	font-weight: 700;
	text-transform: none;
}

.well-lg .well-title:before,
.well-lg .well-title:after {
	margin-right: 10px;
}

.well-lg .well-title .badge {
	margin-left: 15px;
}

.remove-image,
.well-sm .fileinput-button {
	margin-top: 10px;
}

.well-sm {
	padding: 10px;
	border-radius: 0;
}

.well-sm .well-title {
	font-size: 1.4em;
}

.well-xs {
	padding: 4px;
}

.well-xxs {
	padding: 1px;
}

.well-margin {
	margin-bottom: 10px;
}

.close {
	float: right;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.close:hover,
.close:focus,
.close:hover:before,
.close:focus:before,
.close:hover:after,
.close:focus:after {
	text-decoration: none;
	cursor: pointer;
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

button.close:hover {
	background: rgba(255, 255, 255, .2);
}
.modal-header:not(.bg-danger) button.close:hover{
	background:#dbdde2;
}


/** MODAL UPGRADE **/

.modal-upgrade .modal-dialog {
	width: 60%;
	max-width: 800px;
}

.btn.disabled,
.btn.trigger-modal,
.btn-actions .disabled {
	background: #f6f6fa!important;
	border: 1px solid transparent;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
.navbar-title-nav a.disabled,
.container-nav-mobile .btn.btn.disabled{
	background:transparent!important;
}
.navbar-title .btn.trigger-modal{
	background: #e1e1ea!important;
}

.navbar-title-nav a.disabled,
.navbar-title-nav a.disabled > i,
.panel-title.disabled>.panel-toggle i,
a.trigger-modal i:before,
a.trigger-modal i,
a.trigger-modal h2.panel-title,
a.trigger-modal:before,
a.trigger-modal,
.disabled {
	color: #9e9e9e!important;
	cursor: not-allowed!important;
}

a.trigger-modal.font-icon-blue4:before {
	color: #3393f9!important;
}
.dropdown-menu>li>a.trigger-modal:hover,
.dropdown-menu>li>a.trigger-modal:focus {
	background-color: rgba(158, 158, 158, .12);
}

li>a.trigger-modal i:before,
li>a.trigger-modal i {
	color: #c3c3c3!important;
}
.nav-title-language ul.dropdown-menu li[value="Add language"] a.trigger-modal,
.nav-title-language ul.dropdown-menu li[value="Add language"] a.trigger-modal i,
.nav-title-language ul.dropdown-menu li[value="Add language"] a.trigger-modal i:before {
	color: #5b5b5b!important;
	background-color: #dddddd;
}

.trigger-modal.disabled.email {
	pointer-events: none;
}

.trigger-modal .icon {
	margin-left: 5px;
}

.modal-upgrade .modal-flex-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modal-upgrade h4 {
	font-size: 2.4em;
	line-height: 1.2em;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.container-modal-upgrade div,
.container-modal-upgrade p {
	font-size: 1.2em;
}

.modal-upgrade .container-modal-upgrade:first-child h5 {
	color: white;
	font-weight: 600;
	text-transform: inherit;
	font-size: 1.6em;
	margin: 30px 0;
}

.modal-upgrade .container-modal-upgrade:first-child p,
.modal-upgrade .container-modal-upgrade:first-child h5 {
	margin: 15px 0;
}

.modal-upgrade .upgrade-btn {
	padding: 8px 10px;
	border-radius: 2px;
	background: #8BC34A;
	border: 1px solid #8bc34a;
	color: white;
	margin-top: 10px;
	font-size: 1.2em;
}

.modal-upgrade .upgrade-btn:hover {
	padding: 8px 10px;
	border-radius: 2px;
	background: #aad973;
	border: 1px solid #aad973;
	color: white;
	margin-top: 10px;
}

.modal-upgrade .container-modal-upgrade img {
	max-width: 100%;
	width: 260px;
	margin: 10px auto;
	display: block;
}

.modal-upgrade .container-modal-upgrade:first-child {
	background: #1f8ceb;
	background: linear-gradient(60deg, #1f8ceb 20%, #6db6f6 71%);
	color: white;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
}

.modal-upgrade .container-modal-upgrade.custom {
	height: auto;
	border: none;
	background: linear-gradient(60deg, #ffc864, #E73C7E, #23A6D5, #8fe063, #ffdf76);
	background-size: 900% 300%;
}

.modal-upgrade .container-modal-upgrade.custom h4,
.modal-upgrade .container-modal-upgrade.custom h5,
.modal-upgrade .container-modal-upgrade.custom:first-child p {
	text-shadow: 1px 1px 7px rgba(6, 6, 6, .3);
}

.modal-upgrade .container-modal-upgrade a {
	color: white;
	text-decoration: underline;
	font-weight: 600;
}

.modal-upgrade .container-modal-upgrade a:hover {
	color: rgba(255, 255, 255, .6);
}

.modal-upgrade .container-modal-upgrade:nth-child(2) {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	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;
}

.modal-upgrade .container-modal-upgrade:nth-child(2) p,
.modal-upgrade .container-modal-upgrade:nth-child(2) h5 {
	text-align: center;
}

.modal-upgrade .close {
	position: absolute;
	top: 3px;
	right: 7px;
	z-index: 99;
}

.modal-upgrade .close:before {
	color: #3393F9;
}

@media screen and (max-width: 992px) {
	.modal-upgrade .container-modal-upgrade {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%!important;
	}
	.modal-upgrade .modal-dialog {
		width: 90%;
		margin: 30px auto;
	}
	.modal-upgrade .close:before {
		color: white;
	}
}

nav .trigger-modal:hover i:before {
	color: white;
}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
}

@media screen and (min-width: 768px) {
	.modal-dialog {
		width: 600px;
	}
	.modal-dialog.modal-md,
	.modal-dialog.modal-lg {
		width: 700px;
	}
}

@media screen and (min-width: 992px) {
	.modal-dialog.modal-lg {
		width: 920px;
	}
}

@media screen and (min-width: 1200px) {
	.modal-dialog.modal-lg {
		width: 1120px;
	}
}

.modal.fade .modal-dialog {
	position: fixed;
	width: 680px;
	max-width: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform-origin: left center;
	        transform-origin: left center;
	-webkit-transform: scale(.97) translate(-50%, -50%);
	        transform: scale(.97) translate(-50%, -50%);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: scale(1) translate(-50%, -50%);
	        transform: scale(1) translate(-50%, -50%);
}

.modal-dialog {
	position: relative;
	width: auto;
	z-index: 1050;
}

.modal.small .modal-dialog {
	margin: 50px;
}

@media screen and (min-width: 768px) {
	.modal.small .modal-dialog {
		margin-left: auto;
		margin-right: auto;
	}
}

.modal-content {
	position: relative;
	background-color: #fff;
	border-radius: 0;
	background-clip: padding-box;
	outline: none;
	border-radius: 2px;
	-webkit-box-shadow: 2px 2px 16px rgba(36, 47, 87, 0.25);
	box-shadow: 2px 2px 16px rgba(36, 47, 87, 0.25);
}

.modal.small .modal-content {
	border: 1px solid #aaa;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: #2b2b31;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.85;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 16px;
	min-height: 16.42857143px;
	background-color: #f0f2f5;
	border-radius: 2px 2px 0 0;
	color:#333;
}
.modal-header.bg-danger{
	color:#fff;
}

.modal-header h4 {
	color: currentColor;
}

.modal.small .modal-header {
	padding: 8px 10px;
	background-color: #F7F7F2;
}

.modal-header .close {
	font-size: 1.8em;
    width: 28px;
    height: 28px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
	color:currentColor;
}

.modal-title {
	margin: 0;
	font-size: 1.6em;
	line-height: 1.8;
	text-transform: none;
}

.modal.small .modal-title {
	font-size: 1.4em;
	font-weight: 400;
	color: #aaa;
}

.modal-body {
	position: relative;
	padding: 20px;
	max-height: calc(100vh - 230px);
	overflow-y: auto;
	z-index: 0;
}

.modal-body ul:not(.dropdown-menu) li,
.modal-body p {
	font-size: 1.4rem;
}

.modal.small .modal-body {
	padding: 0;
}

.modal-footer {
	position: relative;
	padding: 20px 20px 20px 19px;
	-webkit-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
	        box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
}

.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}

.modal-footer:after {
	clear: both;
}

.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

#modal-announcement .modal-body{
	font-size: 1.2em;
}

/* SIDEBAR PANEL */
.sidebar-wrapper{
	position: fixed;
    top: 0;
    bottom: 0;
    right: 0%;
    left: auto;
	width: 50%;
	max-width: 600px;
    background: white;
	border-radius: 3px;
	-webkit-transform:translateX(105%);
	        transform:translateX(105%);
	-webkit-box-shadow: -3px 0 6px rgba(43, 43, 49, .13);
	        box-shadow: -3px 0 6px rgba(43, 43, 49, .13);
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	transition: -webkit-transform 0.35s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	transition: transform 0.35s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	transition: transform 0.35s cubic-bezier(0.35, 0.9, 0.4, 0.9), -webkit-transform 0.35s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}
.sidebar-panel.in .sidebar-wrapper{
	-webkit-transform:translateX(0%);
	        transform:translateX(0%);
}
.sidebar-content{
	position: relative;
	max-height: calc(100vh - 72px);
	overflow-y: auto;
	z-index: 0;
	padding:0 16px;
}
.sidebar-content > .sidebar-body{
	padding: 16px 0;
}
@media screen and (max-width: 991px){
	.sidebar-wrapper{
		width: 80%;
	}
}
@media screen and (min-width: 1600px){
	.sidebar-wrapper{
		width: 30%;
	}
}
/* ****** */
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .15s linear, -webkit-transform .15s linear;
	transition: opacity .15s linear, -webkit-transform .15s linear;
	transition: transform .15s linear, opacity .15s linear;
	transition: transform .15s linear, opacity .15s linear, -webkit-transform .15s linear;
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
	-webkit-transform: translateX(-10px);
	        transform: translateX(-10px);
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
	-webkit-transform: translateX(10px);
	        transform: translateX(10px);
}
.tooltip.in.fade {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}

.tooltip-inner {
	max-width: 280px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	white-space: normal;
	text-align: left;
	padding: 12px;
	font-size: 1.2rem;
	line-height: 1.85rem;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	text-transform: none;
    background-color: #2b2b31;
    border-radius: 6px;
    border: 1px solid #2b2b31;
    -webkit-box-shadow: 2px 2px 16px rgba(36, 47, 87, 0.25);
    box-shadow: 0px 5px 16px rgba(36, 47, 87, 0.15), 3px 3px 10px rgba(36, 47, 87, 0.25), -5px 3px 18px rgba(36, 47, 87, 0.25);
}

.more-details .tooltip-inner {
	min-width: 100%;
	width: 100%;
	white-space: normal;
}

.more-details .fa-comment-dots+.tooltip .tooltip-inner,
.more-details .fa-sticky-note+.tooltip .tooltip-inner {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 300px!important;
	min-width: 120px!important;
	word-wrap: break-word;
	/* IE 5.5-7 */
	white-space: -moz-pre-wrap;
	/* Firefox 1.0-2.0 */
	white-space: pre-wrap;
	text-align: left;
}

.more-details .style-value+.tooltip .tooltip-inner {
	font-style: italic;
}


/* Personnalized tooltip for 'icon Pages Published - website builder'*/

.icon-published .tooltip-inner {
	max-width: 140px;
	min-width: 140px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 1px;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 6px 0;
	border-top-color: #2b2b31;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 1px;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #2b2b31;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 1px;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #2b2b31;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #2b2b31;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #2b2b31;
}

.tooltip.bottom .tooltip-arrow {
	top: 1px;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #2b2b31;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 1px;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #2b2b31;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 1px;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #2b2b31;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-center {
	left: auto;
	right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.pull-left.indent {
	margin-left: 8px;
}

.pull-none {
	float: none !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.affix {
	position: fixed;
}

.no-margin-top-bottom {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.vbaseline {
	vertical-align: baseline;
}

.color-inherit,
.color-inherit:hover,
.color-inherit:focus,
.color-inherit:active {
	color: inherit;
}

.ellipsis {
	display: block;
	overflow: hidden;
}

@media (min-width: 768px) {
	.ellipsis {
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

@-ms-viewport {
	width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs,
.visible-xs-inlineb,
.input-group-btn.visible-xs,
.table-responsive th.visible-xs,
.table-responsive td.visible-xs,
.table-responsive th.alt.visible-xs,
.table-responsive td.alt.visible-xs,
.btn>span.visible-xs {
	display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-xs.visible-sm {
		display: block !important;
	}
	table.visible-xs.visible-sm {
		display: table;
	}
	tr.visible-xs.visible-sm {
		display: table-row !important;
	}
	th.visible-xs.visible-sm,
	td.visible-xs.visible-sm,
	.input-group-btn.visible-xs.visible-sm {
		display: table-cell !important;
	}
	.table-responsive th.visible-xs.visible-sm,
	.table-responsive td.visible-xs.visible-sm {
		display: block !important;
	}
	.table-responsive th.alt.visible-xs.visible-sm,
	.table-responsive td.alt.visible-xs.visible-sm {
		display: table-cell !important;
	}
	.btn>span.visible-xs.visible-sm {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-xs.visible-md {
		display: block !important;
	}
	table.visible-xs.visible-md {
		display: table;
	}
	tr.visible-xs.visible-md {
		display: table-row !important;
	}
	th.visible-xs.visible-md,
	td.visible-xs.visible-md,
	.input-group-btn.visible-xs.visible-md {
		display: table-cell !important;
	}
	.table-responsive th.visible-xs.visible-md,
	.table-responsive td.visible-xs.visible-md {
		display: block !important;
	}
	.table-responsive th.alt.visible-xs.visible-md,
	.table-responsive td.alt.visible-xs.visible-md {
		display: table-cell !important;
	}
	.btn>span.visible-xs.visible-md {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	.visible-xs.visible-lg {
		display: block !important;
	}
	table.visible-xs.visible-lg {
		display: table;
	}
	tr.visible-xs.visible-lg {
		display: table-row !important;
	}
	th.visible-xs.visible-lg,
	td.visible-xs.visible-lg,
	.input-group-btn.visible-xs.visible-lg {
		display: table-cell !important;
	}
	.table-responsive th.visible-xs.visible-lg,
	.table-responsive td.visible-xs.visible-lg {
		display: block !important;
	}
	.table-responsive th.alt.visible-xs.visible-lg,
	.table-responsive td.alt.visible-xs.visible-lg {
		display: table-cell !important;
	}
	.btn>span.visible-xs.visible-lg {
		display: inline !important;
	}
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm,
.input-group-btn.visible-sm,
.table-responsive th.visible-sm,
.table-responsive td.visible-sm,
.table-responsive th.alt.visible-sm,
.table-responsive td.alt.visible-sm,
.btn>span.visible-sm {
	display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm,
	.input-group-btn.visible-sm {
		display: table-cell !important;
	}
	.table-responsive th.visible-sm,
	.table-responsive td.visible-sm {
		display: block !important;
	}
	.table-responsive th.alt.visible-sm,
	.table-responsive td.alt.visible-sm {
		display: table-cell !important;
	}
	.btn>span.visible-sm {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-sm.visible-md {
		display: block !important;
	}
	table.visible-sm.visible-md {
		display: table;
	}
	tr.visible-sm.visible-md {
		display: table-row !important;
	}
	th.visible-sm.visible-md,
	td.visible-sm.visible-md,
	.input-group-btn.visible-sm.visible-md {
		display: table-cell !important;
	}
	.table-responsive th.visible-sm.visible-md,
	.table-responsive td.visible-sm.visible-md {
		display: block !important;
	}
	.table-responsive th.alt.visible-sm.visible-md,
	.table-responsive td.alt.visible-sm.visible-md {
		display: table-cell !important;
	}
	.btn>span.visible-sm.visible-md {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	.visible-sm.visible-lg {
		display: block !important;
	}
	table.visible-sm.visible-lg {
		display: table;
	}
	tr.visible-sm.visible-lg {
		display: table-row !important;
	}
	th.visible-sm.visible-lg,
	td.visible-sm.visible-lg,
	.input-group-btn.visible-sm.visible-lg {
		display: table-cell !important;
	}
	.table-responsive th.visible-sm.visible-lg,
	.table-responsive td.visible-sm.visible-lg {
		display: block !important;
	}
	.table-responsive th.alt.visible-sm.visible-lg,
	.table-responsive td.alt.visible-sm.visible-lg {
		display: table-cell !important;
	}
	.btn>span.visible-sm.visible-lg {
		display: inline !important;
	}
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md,
.input-group-btn.visible-md,
.table-responsive th.visible-md,
.table-responsive td.visible-md,
.table-responsive th.alt.visible-md,
.table-responsive td.alt.visible-md,
.btn>span.visible-md {
	display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-md.visible-sm {
		display: block !important;
	}
	table.visible-md.visible-sm {
		display: table;
	}
	tr.visible-md.visible-sm {
		display: table-row !important;
	}
	th.visible-md.visible-sm,
	td.visible-md.visible-sm,
	.input-group-btn.visible-md.visible-sm {
		display: table-cell !important;
	}
	.table-responsive th.visible-md.visible-sm,
	.table-responsive td.visible-md.visible-sm {
		display: block !important;
	}
	.table-responsive th.alt.visible-md.visible-sm,
	.table-responsive td.alt.visible-md.visible-sm {
		display: table-cell !important;
	}
	.btn>span.visible-md.visible-sm {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md,
	.input-group-btn.visible-md {
		display: table-cell !important;
	}
	.table-responsive th.visible-md,
	.table-responsive td.visible-md {
		display: block !important;
	}
	.table-responsive th.alt.visible-md,
	.table-responsive td.alt.visible-md {
		display: table-cell !important;
	}
	.btn>span.visible-md {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	.visible-md.visible-lg {
		display: block !important;
	}
	table.visible-md.visible-lg {
		display: table;
	}
	tr.visible-md.visible-lg {
		display: table-row !important;
	}
	th.visible-md.visible-lg,
	td.visible-md.visible-lg,
	.input-group-btn.visible-md.visible-lg {
		display: table-cell !important;
	}
	.table-responsive th.visible-md.visible-lg,
	.table-responsive td.visible-md.visible-lg {
		display: block !important;
	}
	.table-responsive th.alt.visible-md.visible-lg,
	.table-responsive td.alt.visible-md.visible-lg {
		display: table-cell !important;
	}
	.btn>span.visible-md.visible-lg {
		display: inline !important;
	}
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg,
.input-group-btn.visible-lg,
.table-responsive th.visible-lg,
.table-responsive td.visible-lg,
.table-responsive th.alt.visible-lg,
.table-responsive td.alt.visible-lg,
.btn>span.visible-lg {
	display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-lg.visible-sm {
		display: block !important;
	}
	table.visible-lg.visible-sm {
		display: table;
	}
	tr.visible-lg.visible-sm {
		display: table-row !important;
	}
	th.visible-lg.visible-sm,
	td.visible-lg.visible-sm,
	.input-group-btn.visible-lg.visible-sm {
		display: table-cell !important;
	}
	.table-responsive th.visible-lg.visible-sm,
	.table-responsive td.visible-lg.visible-sm {
		display: block !important;
	}
	.table-responsive th.alt.visible-lg.visible-sm,
	.table-responsive td.alt.visible-lg.visible-sm {
		display: table-cell !important;
	}
	.btn>span.visible-lg.visible-sm {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-lg.visible-md {
		display: block !important;
	}
	table.visible-lg.visible-md {
		display: table;
	}
	tr.visible-lg.visible-md {
		display: table-row !important;
	}
	th.visible-lg.visible-md,
	td.visible-lg.visible-md,
	.input-group-btn.visible-lg.visible-md {
		display: table-cell !important;
	}
	.table-responsive th.visible-lg.visible-md,
	.table-responsive td.visible-lg.visible-md {
		display: block !important;
	}
	.table-responsive th.alt.visible-lg.visible-md,
	.table-responsive td.alt.visible-lg.visible-md {
		display: table-cell !important;
	}
	.btn>span.visible-lg.visible-md {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg,
	.input-group-btn.visible-lg {
		display: table-cell !important;
	}
	.table-responsive th.visible-lg,
	.table-responsive td.visible-lg {
		display: block !important;
	}
	.table-responsive th.alt.visible-lg,
	.table-responsive td.alt.visible-lg {
		display: table-cell !important;
	}
	.btn>span.visible-lg {
		display: inline !important;
	}
}

.hidden-xxs,
.hidden-xs {
	display: block !important;
}

.hidden-xs-inlineb {
	display: inline-block !important;
}

table.hidden-xs {
	display: table;
}

tr.hidden-xs {
	display: table-row !important;
}

th.hidden-xs,
td.hidden-xs,
.input-group-btn.hidden-xs {
	display: table-cell !important;
}

.table-responsive th.alt.hidden-xs,
.table-responsive td.alt.hidden-xs {
	display: table-cell !important;
}

.btn>span.hidden-xs {
	display: inline !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.table > div .main-cell > .hidden-cell-sm,
	.hidden-xs.hidden-sm,
	tr.hidden-xs.hidden-sm,
	th.hidden-xs.hidden-sm,
	td.hidden-xs.hidden-sm,
	.input-group-btn.hidden-xs.hidden-sm,
	.table-responsive th.hidden-xs.hidden-sm,
	.table-responsive td.hidden-xs.hidden-sm,
	.table-responsive th.alt.hidden-xs.hidden-sm,
	.table-responsive td.alt.hidden-xs.hidden-sm,
	.btn>span.hidden-xs.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.table > div .main-cell > .hidden-cell-xs.hidden-cell-md,
	.hidden-xs.hidden-md,
	tr.hidden-xs.hidden-md,
	th.hidden-xs.hidden-md,
	td.hidden-xs.hidden-md,
	.input-group-btn.hidden-xs.hidden-md,
	.table-responsive th.hidden-xs.hidden-md,
	.table-responsive td.hidden-xs.hidden-md,
	.table-responsive th.alt.hidden-xs.hidden-md,
	.table-responsive td.alt.hidden-xs.hidden-md,
	.btn>span.hidden-xs.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.table > div .main-cell > .hidden-cell-xs.hidden-cell-lg,
	.hidden-xs.hidden-lg,
	tr.hidden-xs.hidden-lg,
	th.hidden-xs.hidden-lg,
	td.hidden-xs.hidden-lg,
	.input-group-btn.hidden-xs.hidden-lg,
	.table-responsive th.hidden-xs.hidden-lg,
	.table-responsive td.hidden-xs.hidden-lg,
	.table-responsive th.alt.hidden-xs.hidden-lg,
	.table-responsive td.alt.hidden-xs.hidden-lg,
	.btn>span.hidden-xs.hidden-lg {
		display: none !important;
	}
}
.hidden-sm {
	display: block !important;
}

.hidden-sm-inlineb {
	display: inline-block !important;
}

table.hidden-sm {
	display: table;
}

tr.hidden-sm {
	display: table-row !important;
}

th.hidden-sm,
td.hidden-sm,
.input-group-btn.hidden-sm {
	display: table-cell !important;
}

.table-responsive th.hidden-sm,
.table-responsive td.hidden-sm {
	display: block !important;
}

.table-responsive th.alt.hidden-sm,
.table-responsive td.alt.hidden-sm {
	display: table-cell !important;
}

.btn>span.hidden-sm {
	display: inline !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.table > div .main-cell > .hidden-cell-sm,
	.hidden-sm,
	tr.hidden-sm,
	th.hidden-sm,
	td.hidden-sm,
	.input-group-btn.hidden-sm,
	.table-responsive th.hidden-sm,
	.table-responsive td.hidden-sm,
	.table-responsive th.alt.hidden-sm,
	.table-responsive td.alt.hidden-sm,
	.btn>span.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.table > div .main-cell > .hidden-cell-sm.hidden-cell-md,
	.hidden-sm.hidden-md,
	tr.hidden-sm.hidden-md,
	th.hidden-sm.hidden-md,
	td.hidden-sm.hidden-md,
	.input-group-btn.hidden-sm.hidden-md,
	.table-responsive th.hidden-sm.hidden-md,
	.table-responsive td.hidden-sm.hidden-md,
	.table-responsive th.alt.hidden-sm.hidden-md,
	.table-responsive td.alt.hidden-sm.hidden-md,
	.btn>span.hidden-sm.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.table > div .main-cell > .hidden-cell-sm.hidden-cell-lg,
	.hidden-sm.hidden-lg,
	tr.hidden-sm.hidden-lg,
	th.hidden-sm.hidden-lg,
	td.hidden-sm.hidden-lg,
	.input-group-btn.hidden-sm.hidden-lg,
	.table-responsive th.hidden-sm.hidden-lg,
	.table-responsive td.hidden-sm.hidden-lg,
	.table-responsive th.alt.hidden-sm.hidden-lg,
	.table-responsive td.alt.hidden-sm.hidden-lg,
	.btn>span.hidden-sm.hidden-lg {
		display: none !important;
	}
}
.table > div .main-cell > .hidden-cell-md{
	display:block;
}
.hidden-md {
	display: block !important;
}

table.hidden-md {
	display: table;
}

tr.hidden-md {
	display: table-row !important;
}

th.hidden-md,
td.hidden-md,
.input-group-btn.hidden-md {
	display: table-cell !important;
}

.table-responsive th.hidden-md,
.table-responsive td.hidden-md {
	display: block !important;
}

.table-responsive th.alt.hidden-md,
.table-responsive td.alt.hidden-md {
	display: table-cell !important;
}

.btn>span.hidden-md {
	display: inline !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.table > div .main-cell > .hidden-cell-md.hidden-cell-sm,
	.hidden-md.hidden-sm,
	tr.hidden-md.hidden-sm,
	th.hidden-md.hidden-sm,
	td.hidden-md.hidden-sm,
	.input-group-btn.hidden-md.hidden-sm,
	.table-responsive th.hidden-md.hidden-sm,
	.table-responsive td.hidden-md.hidden-sm,
	.table-responsive th.alt.hidden-md.hidden-sm,
	.table-responsive td.alt.hidden-md.hidden-sm,
	.btn>span.hidden-md.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.table > div .main-cell > .hidden-cell-md,
	.hidden-md,
	tr.hidden-md,
	th.hidden-md,
	td.hidden-md,
	.input-group-btn.hidden-md,
	.table-responsive th.hidden-md,
	.table-responsive td.hidden-md,
	.table-responsive th.alt.hidden-md,
	.table-responsive td.alt.hidden-md,
	.btn>span.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.table > div .main-cell > .hidden-cell-md.hidden-cell-lg,
	.hidden-md.hidden-lg,
	tr.hidden-md.hidden-lg,
	th.hidden-md.hidden-lg,
	td.hidden-md.hidden-lg,
	.input-group-btn.hidden-md.hidden-lg,
	.table-responsive th.hidden-md.hidden-lg,
	.table-responsive td.hidden-md.hidden-lg,
	.table-responsive th.alt.hidden-md.hidden-lg,
	.table-responsive td.alt.hidden-md.hidden-lg,
	.btn>span.hidden-md.hidden-lg {
		display: none !important;
	}
}
.table > div .main-cell > .hidden-cell-lg{
	display:block;
}
.hidden-lg {
	display: block !important;
}

table.hidden-lg {
	display: table;
}

tr.hidden-lg {
	display: table-row !important;
}

th.hidden-lg,
td.hidden-lg,
.input-group-btn.hidden-lg {
	display: table-cell !important;
}

.table-responsive th.hidden-lg,
.table-responsive td.hidden-lg {
	display: block !important;
}

.table-responsive th.alt.hidden-lg,
.table-responsive td.alt.hidden-lg {
	display: table-cell !important;
}

.btn>span.hidden-lg {
	display: inline !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.table > div .main-cell > .hidden-cell-sm.hidden-cell-lg,
	.hidden-lg.hidden-sm,
	tr.hidden-lg.hidden-sm,
	th.hidden-lg.hidden-sm,
	td.hidden-lg.hidden-sm,
	.input-group-btn.hidden-lg.hidden-sm,
	.table-responsive th.hidden-lg.hidden-sm,
	.table-responsive td.hidden-lg.hidden-sm,
	.table-responsive th.alt.hidden-lg.hidden-sm,
	.table-responsive td.alt.hidden-lg.hidden-sm,
	.btn>span.hidden-lg.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.table > div .main-cell > .hidden-cell-md.hidden-cell-lg,
	.hidden-lg.hidden-md,
	tr.hidden-lg.hidden-md,
	th.hidden-lg.hidden-md,
	td.hidden-lg.hidden-md,
	.input-group-btn.hidden-lg.hidden-md,
	.table-responsive th.hidden-lg.hidden-md,
	.table-responsive td.hidden-lg.hidden-md,
	.table-responsive th.alt.hidden-lg.hidden-md,
	.table-responsive td.alt.hidden-lg.hidden-md,
	.btn>span.hidden-lg.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.table > div .main-cell > .hidden-cell-lg,
	.hidden-lg,
	tr.hidden-lg,
	th.hidden-lg,
	td.hidden-lg,
	.input-group-btn.hidden-lg,
	.table-responsive th.hidden-lg,
	.table-responsive td.hidden-lg,
	.table-responsive th.alt.hidden-lg,
	.table-responsive td.alt.hidden-lg,
	.btn>span.hidden-lg {
		display: none !important;
	}
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print,
.input-group-btn.visible-print,
.table-responsive th.visible-print,
.table-responsive td.visible-print,
.table-responsive th.alt.visible-print,
.table-responsive td.alt.visible-print,
.btn>span.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print,
	.input-group-btn.visible-print {
		display: table-cell !important;
	}
	.table-responsive th.visible-print,
	.table-responsive td.visible-print {
		display: block !important;
	}
	.table-responsive th.alt.visible-print,
	.table-responsive td.alt.visible-print {
		display: table-cell !important;
	}
	.btn>span.visible-print {
		display: inline !important;
	}
	.hidden-print,
	tr.hidden-print,
	th.hidden-print,
	td.hidden-print,
	.input-group-btn.hidden-print,
	.table-responsive th.hidden-print,
	.table-responsive td.hidden-print,
	.table-responsive th.alt.hidden-print,
	.table-responsive td.alt.hidden-print,
	.btn>span.hidden-print {
		display: none !important;
	}
}


/*** focus on input addon (date) ***/

.has-error .date {
	background: white;
	-webkit-box-shadow: 0 0 2px #EB6E3F;
	box-shadow: 0 0 2px #EB6E3F;
}

.has-error .date input.form-control:focus,
.has-error .date input.form-control:focus+.input-group-addon {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-error .date .form-control,
.has-error .date .input-group-addon {
	background-color: rgba(255, 255, 255, 0);
	border-color: #EB6E3F;
}

.has-error .date input.form-control:focus+.input-group-addon {
	border-color: #EB6E3F;
}

*:focus,
*:active {
	outline: none !important;
}

body,
.modal {
	min-width: 320px;
}

figure {
	margin: 0;
}

a,
button,
.caret {
	cursor: pointer;
	-webkit-transition: all 0.045s ease-out;
	transition: all 0.045s ease-out;
}

a:hover,
button:hover,
.caret:hover,
a:focus,
button:focus,
.caret:focus,
a:active,
button:active,
.caret:active {
	text-decoration: none;
	outline: none;
}

a.no-pointer,
button.no-pointer,
.caret.no-pointer {
	cursor: default;
}

iframe {
	border: none;
}

.logo-idevents {
	display: inline-block;
	background-image: url(../../images/manager/logo-idevents.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 135px 33px;
	width: 135px;
	height: 33px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.logo-idevents.svg {
	background-image: url(../../images/manager/logo-idevents.svg);
}

.no-svg .logo-idevents.svg {
	background-image: url(../../images/manager/logo-idevents.png);
}

.logo-idevents:hover,
.logo-idevents:focus,
.logo-idevents:active,
:hover>.logo-idevents,
:focus>.logo-idevents,
:active>.logo-idevents,
.iconHover:hover .logo-idevents,
.iconHover:focus .logo-idevents,
.iconHover:active .logo-idevents {
	background-position: bottom left;
}

.logo-idevents.hover,
.logo-idevents.touch-hover {
	background-size: 135px 66px;
}

:hover>.logo-idevents.hover.fixed,
:hover>.logo-idevents.touch-hover.fixed,
:focus>.logo-idevents.hover.fixed,
:focus>.logo-idevents.touch-hover.fixed,
:active>.logo-idevents.hover.fixed,
:active>.logo-idevents.touch-hover.fixed,
.logo-idevents.hover.fixed:hover,
.logo-idevents.touch-hover.fixed:hover,
.logo-idevents.hover.fixed:focus,
.logo-idevents.touch-hover.fixed:focus,
.logo-idevents.hover.fixed:active,
.logo-idevents.touch-hover.fixed:active {
	background-position: top left;
}

.logo-idevents.touch-hover:hover,
.logo-idevents.touch-hover:focus,
.logo-idevents.touch-hover:active,
:hover>.logo-idevents.touch-hover,
:focus>.logo-idevents.touch-hover,
:active>.logo-idevents.touch-hover {
	background-position: bottom left;
}

.logo-idevents.center {
	background-position: center;
}

.logo-idevents.center:hover,
.logo-idevents.center:focus,
.logo-idevents.center:active,
.logo-idevents.center.hover,
.logo-idevents.center.focus,
.logo-idevents.center.active,
*:hover>.logo-idevents.center,
*:focus>.logo-idevents.center,
*:active>.logo-idevents.center {
	background-position: center;
}

.logo-idevents-inverse {
	display: inline-block;
	background-image: url(../../images/manager/logo-idevents-inverse.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 96px 20px;
	width: 96px;
	height: 20px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.logo-idevents-inverse.svg {
	background-image: url(../../images/manager/logo-idevents-inverse.svg);
}

.no-svg .logo-idevents-inverse.svg {
	background-image: url(../../images/manager/logo-idevents-inverse.png);
}

.logo-idevents-inverse:hover,
.logo-idevents-inverse:focus,
.logo-idevents-inverse:active,
:hover>.logo-idevents-inverse,
:focus>.logo-idevents-inverse,
:active>.logo-idevents-inverse,
.iconHover:hover .logo-idevents-inverse,
.iconHover:focus .logo-idevents-inverse,
.iconHover:active .logo-idevents-inverse {
	background-position: bottom left;
}

.logo-idevents-inverse.hover,
.logo-idevents-inverse.touch-hover {
	background-size: 96px 40px;
}

:hover>.logo-idevents-inverse.hover.fixed,
:hover>.logo-idevents-inverse.touch-hover.fixed,
:focus>.logo-idevents-inverse.hover.fixed,
:focus>.logo-idevents-inverse.touch-hover.fixed,
:active>.logo-idevents-inverse.hover.fixed,
:active>.logo-idevents-inverse.touch-hover.fixed,
.logo-idevents-inverse.hover.fixed:hover,
.logo-idevents-inverse.touch-hover.fixed:hover,
.logo-idevents-inverse.hover.fixed:focus,
.logo-idevents-inverse.touch-hover.fixed:focus,
.logo-idevents-inverse.hover.fixed:active,
.logo-idevents-inverse.touch-hover.fixed:active {
	background-position: top left;
}

.logo-idevents-inverse.touch-hover:hover,
.logo-idevents-inverse.touch-hover:focus,
.logo-idevents-inverse.touch-hover:active,
:hover>.logo-idevents-inverse.touch-hover,
:focus>.logo-idevents-inverse.touch-hover,
:active>.logo-idevents-inverse.touch-hover {
	background-position: bottom left;
}

.logo-idevents-inverse.center {
	background-position: center;
}

.logo-idevents-inverse.center:hover,
.logo-idevents-inverse.center:focus,
.logo-idevents-inverse.center:active,
.logo-idevents-inverse.center.hover,
.logo-idevents-inverse.center.focus,
.logo-idevents-inverse.center.active,
*:hover>.logo-idevents-inverse.center,
*:focus>.logo-idevents-inverse.center,
*:active>.logo-idevents-inverse.center {
	background-position: center;
}

.logo-idweaver {
	display: inline-block;
	background-image: url(../../images/manager/logo-idweaver.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 69px 20px;
	width: 69px;
	height: 20px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.logo-idweaver.svg {
	background-image: url(../../images/manager/logo-idweaver.svg);
}

.no-svg .logo-idweaver.svg {
	background-image: url(../../images/manager/logo-idweaver.png);
}

.logo-idweaver:hover,
.logo-idweaver:focus,
.logo-idweaver:active,
:hover>.logo-idweaver,
:focus>.logo-idweaver,
:active>.logo-idweaver,
.iconHover:hover .logo-idweaver,
.iconHover:focus .logo-idweaver,
.iconHover:active .logo-idweaver {
	background-position: bottom left;
}

.logo-idweaver.hover,
.logo-idweaver.touch-hover {
	background-size: 69px 40px;
}

:hover>.logo-idweaver.hover.fixed,
:hover>.logo-idweaver.touch-hover.fixed,
:focus>.logo-idweaver.hover.fixed,
:focus>.logo-idweaver.touch-hover.fixed,
:active>.logo-idweaver.hover.fixed,
:active>.logo-idweaver.touch-hover.fixed,
.logo-idweaver.hover.fixed:hover,
.logo-idweaver.touch-hover.fixed:hover,
.logo-idweaver.hover.fixed:focus,
.logo-idweaver.touch-hover.fixed:focus,
.logo-idweaver.hover.fixed:active,
.logo-idweaver.touch-hover.fixed:active {
	background-position: top left;
}

.logo-idweaver.touch-hover:hover,
.logo-idweaver.touch-hover:focus,
.logo-idweaver.touch-hover:active,
:hover>.logo-idweaver.touch-hover,
:focus>.logo-idweaver.touch-hover,
:active>.logo-idweaver.touch-hover {
	background-position: bottom left;
}

.logo-idweaver.center {
	background-position: center;
}

.logo-idweaver.center:hover,
.logo-idweaver.center:focus,
.logo-idweaver.center:active,
.logo-idweaver.center.hover,
.logo-idweaver.center.focus,
.logo-idweaver.center.active,
*:hover>.logo-idweaver.center,
*:focus>.logo-idweaver.center,
*:active>.logo-idweaver.center {
	background-position: center;
}

.btn-collapse .btn-collapse-text-collapsed {
	display: none;
}

.btn-collapse .btn-collapse-text-collapse {
	display: inline;
}

.btn-collapse.collapsed .btn-collapse-text-collapsed {
	display: inline;
}

.btn-collapse.collapsed .btn-collapse-text-collapse {
	display: none;
}

.btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.main-header .container {
	position: relative;
}

@media (max-width: 991px) {
	.main-header {
		position: fixed;
		z-index: 1035;
		top: 0px;
		left: 0;
		right: 0;
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-header .container {
		width: inherit;
	}
}

@media (max-width: 991px) {
	.main-header .container {
		padding-left: 0;
		padding-right: 0;
		position: static;
	}
}
.main-header .navbar-content{
	padding: 10px 0;
}
.main-header .navbar-content:before,
.main-header .navbar-content:after {
	content: " ";
	display: table;
}

.main-header .navbar-content:after {
	clear: both;
}

.main-header .navbar-content:before,
.main-header .navbar-content:after {
	content: " ";
	display: table;
}

.main-header .navbar-content:after {
	clear: both;
}

@media (max-width: 991px) {
	.main-header .navbar-content:before,
	.main-header .navbar-content:after {
		content: " ";
		display: table;
	}
	.main-header .navbar-content:after {
		clear: both;
	}
	.main-header .navbar-content:before,
	.main-header .navbar-content:after {
		content: " ";
		display: table;
	}
	.main-header .navbar-content:after {
		clear: both;
	}
	.main-header .navbar-content.expanded {
		overflow: hidden;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-header .navbar-menu-mobile {
		position: absolute;
		width: 350px;
		z-index: 15;
		right: 0;
		left: auto!important;
	}
}

@media (max-width: 991px) {
	.main-header .navbar-content {
		height: 0px;
		padding: 0px;
	}
	.main-header .navbar-content .dropdown-menu li a {
		text-align: left;
	}
	.main-header .navbar-menu-mobile{
		background: #2f2f35;
		position: absolute;
		top: 55px;
		right: 0px;
		overflow: auto;
		left: 0px;
		max-height: calc(100vh - 55px);
	}
	.main-header .navbar-menu-mobile:before {
		content: "";
		position: fixed;
		top: 55px;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(16, 16, 16, 0.8);
		display: block;
		z-index: -1;
	}
	.main-header .navbar-menu-mobile .nav{
		background: #232329;
	}
	.main-header .navbar-menu-mobile .nav li.nav-divider{
		text-align: left;
		margin: 0;
		padding-top: 10px;
		background: transparent;
		border: 0;
		margin-bottom: 10px;
		border-bottom: 1px solid #45454c;
	}
	.main-header .navbar-content .dropdown-menu li a,
	.main-header .navbar-menu-mobile ul li a {
		font-size: 1.4em;
		line-height: 1.95em;
		background-color: #2b2b31;
		color: #fff;
	}
	.main-header .navbar-menu-mobile ul li a {
		background-color: transparent;
	}
	.main-header .navbar-menu-mobile ul li a {
		padding: 10px 15px 10px 35px;
	}
	.main-header .navbar-content .dropdown-menu li a:hover,
	.main-header .navbar-content .dropdown-menu li a:focus,
	.main-header .navbar-content .dropdown-menu li a:active,
	.main-header .navbar-menu-mobile ul li a:hover,
	.main-header .navbar-menu-mobile ul li a:focus,
	.main-header .navbar-menu-mobile ul li a:active {
		background-color: #39393f;
	}
	.main-header .navbar-menu-mobile ul li a i:before,
	.main-header .navbar-menu-mobile ul li a:before {
		width: 25px;
		display: inline-block;
	}
	.main-header .navbar-menu-mobile ul li a > img{
		margin-right: 5px;
	}
	.navbar-nav>li>.dropdown-menu {
		margin-top: 0;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}
}

.main-header .navbar-menu-mobile-toggle {
	position: absolute;
	bottom: 0;
	left: 12px;
	height: 40px;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 15px;
	text-transform: uppercase;
	color: #fff;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: -12px;
	background-color: #222222;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 0;
}

.main-header .navbar-menu-mobile-toggle:before,
.main-header .navbar-menu-mobile-toggle:after {
	margin-right: 10px;
}

.main-header .navbar-search {
	padding: 4px 0;
	float: left;
	width: 380px;
	margin-right: 10px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.main-header .navbar-search-inner {
	position: relative;
	background: #313131;
	border-radius: 25px;
}
.main-header .navbar-search-inner input.form-control::-webkit-input-placeholder{
	color: #9a9aa2;
}
.main-header .navbar-search-inner input.form-control:-ms-input-placeholder{
	color: #9a9aa2;
}
.main-header .navbar-search-inner input.form-control::-ms-input-placeholder{
	color: #9a9aa2;
}
.main-header .navbar-search-inner input.form-control::placeholder{
	color: #9a9aa2;
}
.main-header .navbar-search-bar .input-group{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 991px) {
	.main-header .navbar-menu-mobile-toggle {
		height: 55px;
		width: 60px;
		left: auto;
		right: 0px;
		top: 0;
		background-color: #222;
	}
	.main-header .navbar-search-inner {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100%;
		background: #222;
		border-radius: 0px;
		border-bottom: 0px;
		margin: auto;
		height: 55px;
		top: 0px;
		-webkit-transition: all .4s ease-out;
		transition: all .4s ease-out;
	}
	.main-header .expanded .navbar-search-inner {
		background: #15151a;
		top: 0;
		overflow: visible;
	}
	.main-header .navbar-search-bar {
		position: absolute;
		width: 100%;
	}
	.main-header .navbar-search {
		position: absolute;
		width: 60px;
		min-width: 0%;
		margin-left: 0px;
		margin-right: 0px;
		top: 0px;
		right: 60px;
		height: 54px;
		padding: 0;
		z-index: 999;
		background: #222;
	}
	.main-header .navbar-search.expanded {
		min-width: calc(100% - 70px);
		margin-right: 0px;
	}
	.navbar-search-result .dropdown-menu>li>a i{
		color:#fff;
	}
}

.navbar-search-result .dropdown-menu>li>a[disabled] i,
.navbar-search-result .dropdown-menu>li>a[disabled] {
	color: #b6b6b6;
}

.main-header .navbar-search-results {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 25;
}

.main-header .navbar-search-results .dropdown-menu {
	width: 100%;
}

.main-header .navbar-search-results .dropdown-menu li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main-header .navbar-search .form-control,
.main-header .navbar-search .input-group-btn {
	background-color: inherit;
	border: none;
	font-weight: 600;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width: 991px) {
	.main-header .navbar-search .input-group-btn .btn:before {
		color: white;
	}
	a.navbar-search-mobile-close {
		padding: 0 10px;
	}
}

@media (min-width: 992px) {
	.main-header .navbar-search .input-group-btn .btn {
		padding: 8px 10px;
	}
}

.main-header .navbar-search .input-group-btn .btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.main-header .navbar-search .form-control .btn,
.main-header .navbar-search .input-group-btn .btn {
	background-color: inherit;
}

.main-header .navbar-search .form-control .btn:hover:before,
.main-header .navbar-search .input-group-btn .btn:hover:before,
.main-header .navbar-search .form-control .btn:focus:before,
.main-header .navbar-search .input-group-btn .btn:focus:before,
.main-header .navbar-search .form-control .btn:active:before,
.main-header .navbar-search .input-group-btn .btn:active:before,
.main-header .navbar-search .form-control .btn:hover:after,
.main-header .navbar-search .input-group-btn .btn:hover:after,
.main-header .navbar-search .form-control .btn:focus:after,
.main-header .navbar-search .input-group-btn .btn:focus:after,
.main-header .navbar-search .form-control .btn:active:after,
.main-header .navbar-search .input-group-btn .btn:active:after {
	color: #ccc;
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-header .navbar-search .form-control .btn,
	.main-header .navbar-search .input-group-btn .btn {
		padding-left: 8px;
		padding-right: 10px;
	}
}

@media (min-width: 768px) {
	.main-header .navbar-search .form-control {
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.main-header .navbar-search .form-control:focus,
	.main-header .navbar-search .form-control:active {
		color: #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.main-header .navbar-search .form-control:focus + .input-group-btn > .btn{
		border-color:transparent;
	}
}

@media (max-width: 991px) {
	.main-header .navbar-search .form-control {
		font-size: 1.3em;
		color: #fff;
		padding-left: 0;
		padding-right: 0;
		height: 55px
	}
	.main-header .navbar-search .input-group-btn:first-of-type .btn,
	.main-header .navbar-search .input-group-btn:last-child .btn {
		padding-left: 12px;
		padding-right: 12px;
	}
	.main-header .navbar-search .input-group-btn:first-of-type .btn:before,
	.main-header .navbar-search .input-group-btn:last-child .btn:before,
	.main-header .navbar-search .input-group-btn:first-of-type .btn:after,
	.main-header .navbar-search .input-group-btn:last-child .btn:after {
		font-size: 1.5em;
	}
	.main-header .navbar-search.expanded .navbar-search-mobile-toggle {
		display: none;
	}
	.navbar-search-mobile-toggle {
		padding: 5px 20px!important;
	}
}

.main-header .navbar-search .form-control {
	padding-left: 16px;
	padding-right: 0;
}


@media (max-width: 991px) {
	.main-header .dropdown-menu {
		padding: 0;
		margin-top: 3px;
		border: 0;
		width: auto;
		min-width: 200px;
		max-height: 500px;
		overflow: auto;
		right: 0;
		max-width: 100%;
	}
	.main-header .dropdown-menu:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #4E4E4E;
		position: absolute;
		top: -7px;
		right: 20px;
	}
	.main-header .dropdown-menu li a:before,
	.main-header .dropdown-menu li a:after {
		display: none;
	}
	.main-header .navbar-content .dropdown-menu li.active a,
	.main-header ul li.active a{
		color: #5cb8e0;
	}
}

@media (max-width: 991px) {
	.main-header .navbar-links {
		position: absolute;
		top: 0px;
		right: 10px;
		height: 55px;
	}
	.main-header .navbar-links li a.wave-effect i.fa-caret-down{
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-header .navbar-links>ul>li>a {
		font-size: 1.4em;
		height: 100%;
		line-height: 31px;
	}
}

@media (max-width: 991px) {
	.main-header .navbar-links {
		right: 120px;
		float: right;
		top: 0px;
	}
	.main-header .navbar-links>ul>li>a {
		padding-left: 0;
		padding-right: 0;
	}
	.main-header .navbar-links>ul>li>a,
	.main-header .navbar-links>ul>li>a>small {
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0;
	}
	.main-header .navbar-links>ul>li>a .caret {
		color: #D1D1D1;
	}
	.main-header .navbar-links>ul>li>a:hover:before,
	.main-header .navbar-links>ul>li>a:focus:before,
	.main-header .navbar-links>ul>li>a:active:before,
	.main-header .navbar-links>ul>li>a:hover:after,
	.main-header .navbar-links>ul>li>a:focus:after,
	.main-header .navbar-links>ul>li>a:active:after,
	.main-header .navbar-links>ul>li>a:hover .caret,
	.main-header .navbar-links>ul>li>a:focus .caret,
	.main-header .navbar-links>ul>li>a:active .caret {
		color: #fff;
	}
	.main-header .navbar-links>ul>li>a {
		padding: 18px 10px!important;
		width: 60px;
		height: 54px;
		text-align: center;
	}
	.main-header .navbar-links>ul>li>a i:before {
		color: #fff;
	}
}

.main-header .navbar-links>ul>li+li a:before {
	margin-right: 2px;
}

@media (min-width: 992px) {
	.main-header .navbar-links>ul>li+li a:before {
		display: none;
	}
	.main-header .navbar-links {
		float: right;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-header .navbar-links>ul>li+li a:before,
	.main-header .navbar-links>ul>li+li a:after {
		margin-right: 10px;
		vertical-align: top !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-header .navbar-links>ul>li:nth-child(2):before {
		display: none;
	}
}

@media (max-width: 991px) {
	.main-header .navbar-links>ul>li:last-child>a {
		padding-right: 12px;
	}
}

.main-header .navbar-links>ul>li .dropdown-menu {
	left: auto;
	right: 0;
	margin-top: 0;
}

@media (max-width: 991px) {
	.main-header .navbar-links>ul>li .dropdown-menu:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #434343;
		position: absolute;
		top: -7px;
		right: 20px;
	}
	.main-header .dropdown-menu li a {
		text-align: center;
		font-weight: 400;
		font-size: 1.4em;
		line-height: 20px;
		background-color: #484850;
		color: #fff;
		text-align: right;
		padding: 8px 16px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.main-header .navbar-links>ul>li .dropdown-menu li a:before {
		display: none;
	}
	.main-header .navbar-links>ul>li .dropdown-menu{
		background: #2b2b31;
	}
}

.main-header .navbar-links>ul>li small {
	font-family: 'Helvetica W01 Roman', Arial, sans-serif;
	font-size: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-header .navbar-links>ul>li small {
		font-size: 1.4em;
	}
}

.navbar-title {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background-color: #f9fafc;
	padding: 20px;
	width: 100%;
	position: relative;
	left: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 9;
	border-radius: 5px 5px 0 0;
}

.navbar-title .navigation-container{
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.navbar-title .media,
.navbar-title .media-body {
	overflow: visible;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

@media (max-width: 991px) {
	.navbar-title {
		display: none;
	}
}

.navbar-title-nav {
	margin-left: 5px;
	border-radius: 2px;
}

.navbar-title-nav .dropdown a.btn-sm {
	color: white;
	font-weight: 400;
}
.navbar-title-nav.disabled{
	background: #dadada;
}
.navbar-title-nav.disabled .dropdown a.btn-sm{
	cursor: not-allowed;
	color: #797979;
}
.navbar-title .navbar-title-nav .dropdown-menu {
	right: -2px;
	top: calc( 100% + 5px);
}

.navbar-title h1 {
	position: relative;
	margin: 0;
	font-weight: 700;
	color: #2b2b31;
	text-transform: uppercase;
}

.navbar-title .back+.media-body>h1 {
	padding-left: 41px;
}

.aside-opened .navbar-title {
	position: relative;
	left: 130px;
}

.main-content {
	display: block;
}

@media (max-width: 991px) {
	.table-responsive{
		table-layout: fixed;
	}
	.table.table-responsive >tbody>tr>td:not(.menu-cell),
	.table.table-responsive>tbody>tr>th{
		overflow: hidden;
	}

	.main-content {
		padding-top: 65px;
	}
	.navbar-title-nav {
		top: 0px;
	}
	.visible-sm.visible-xs.container-nav-mobile {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		position: fixed;
		z-index: 999;
		bottom: 0px;
		left: 0;
		right: 0;
		width: 100%;
		height: 65px;
		background: #2b2b31;
		-webkit-box-shadow: 0 -1px 2px rgba(43, 43, 49, .23);
		box-shadow: 0 -1px 2px rgba(43, 43, 49, .23);
	}
	.container-nav-mobile .dropup .btn.active{
		color: #5cb8e0;
	}
	.navbar-title-nav {
		width: 150px;
		background: inherit;
		border: 0;
		border-radius: 0px;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0px!important;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: center;
		align-content: center;
	}
	.navbar-title-nav .dropup {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: center;
		align-content: center;
		height: 100%;
		width:100%;
	}
	.navbar-title-nav .dropup>a {
		padding: 12px;
		height: 100%;
		width:100%;
		color: #ffffff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.navbar-title-nav .dropup>a>i {
		padding: 5px 12px;
	}
	span.nav-btn-title {
		font-weight: 400;
		font-size: 1.1rem;
		letter-spacing: 1px;
		line-height: 1.2;
		-webkit-transition: none!important;
		transition: none!important;
	}
	.navbar-title-nav .dropup>a:hover,
	.navbar-title-nav .dropup>a:focus,
	.navbar-title-nav .dropup>a:active,
	.navbar-title-nav .dropup>a:hover:before,
	.navbar-title-nav .dropup>a:focus:before,
	.navbar-title-nav .dropup>a:active:before {
		background: #2b2b31;
	}
	.navbar-title-nav .dropup>a,
	.navbar-title-nav .dropup>a:before,
	.navbar-title-nav .dropup>a:after,
	.navbar-title-nav .dropup>a>i:after,
	.navbar-title-nav .dropup>a>i:before,
	.navbar-title-nav .dropup>a span:before,
	.navbar-title-nav .dropup>a span:after {
		-webkit-transition: none!important;
		transition: none!important;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

@media (min-width:768px) {
	.navbar-title-nav .dropup {
		position: relative;
	}
}

.main-content .container {
	position: relative;
}

.main-section {
	background-color: #fff;
	padding: 20px;
	width: 100%;
	position: relative;
	left: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 8;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
}

@media (max-width: 991px) {
	.main-section {
		padding: 13px;
		border: 1px solid #ddd;
	}
}

.aside-opened .main-section {
	left: 130px;
}

.main-section-header h1 {
	position:relative;
	margin: 0 0 20px;
	font-weight: 700;
	color: #2b2b31;
	text-transform: uppercase;
	display: inline-block;
	line-height: 26px;
}

.main-section-header h2 {
	font-size: 1.2em;
	margin: 10px 0;
	color: #525252;
}

.alt-section {
	padding-top: 130px;
	padding-bottom: 50px;
}

.main-aside {
	font-family: 'Helvetica W01 Roman', Arial, sans-serif;
	position: absolute;
	top: 20px;
	left: -30px;
	width: 40px;
	overflow: hidden;
	z-index: 5;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.aside-opened .main-aside {
	width: 180px;
}

@media (max-width: 991px) {
	.main-aside {
		display: none;
	}
}

.main-aside .nav>li>a {
	padding: 0;
	height: 34px;
	font-size: 1.4em;
	line-height: 34px;
	white-space: nowrap;
	border-radius: 5px 0 0 5px;
}

.main-aside .nav>li>a:before,
.main-aside .nav>li>a i {
	display: inline-block;
	width: 41px;
	text-align: center;
	line-height: 34px;
	vertical-align: top;
}
.main-aside .nav>li>a > img{
	margin: 0 8px;
}
.main-aside-toggle {
	position: absolute;
	bottom: 15px;
	left: -30px;
	width: 40px;
	height: 30px;
	font-family: 'Helvetica W01 Roman', Arial, sans-serif;
	line-height: 30px;
	overflow: hidden;
	z-index: 5;
	color: #fff;
}

@media (max-width: 991px) {
	.main-aside-toggle {
		display: none;
	}
}

.aside-opened .main-aside-toggle {
	width: 240px;
}

.main-aside-toggle:before {
	display: inline-block;
	width: 40px;
	text-align: center;
	line-height: 30px;
}

.main-aside-toggle:hover,
.main-aside-toggle:focus,
.main-aside-toggle:active,
.main-aside-toggle:hover:before,
.main-aside-toggle:focus:before,
.main-aside-toggle:active:before {
	color: #bfe80a;
}

.export .btn {
	min-width: inherit;
	width: 30px;
	padding-left: 0;
	padding-right: 0;
}

.filters {
	font-size: 1.2em;
	line-height: 26px;
	margin-top: -12px;
	margin-bottom: 20px;
}

.filters .select2-container {
	font-size: 1em;
}

@media (max-width: 991px) {
	.filters {
		margin-top: 0px;
	}
}

.filters-choice {
	color: #aaa;
	margin-left: 10px;
	margin-right: 10px;
}

.filters .btn-group {
	margin-left: 10px;
}

.no-picture {
	display: table-cell;
	width: 190px;
	height: 190px;
	text-align: center;
	vertical-align: middle;
}

@media (min-width: 1200px) {
	.no-picture {
		width: 240px;
		height: 240px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.no-picture {
		width: 138px;
		height: 138px;
	}
}

.text-inline {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.1;
}

.text-inline.event-url-link {
	font-size: 1.2em;
}

.text-inline-after {
	margin-left: 5px;
}

@media (max-width: 991px) {
	.text-inline-after {
		display: block;
		margin-left: 0;
		margin-top: 7px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.text-inline-after br {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.text-inline-after-sm {
		display: inline-block;
		margin-left: 5px;
		margin-top: 0;
	}
}

.square-color {
	display: block;
	width: 100%;
	height: 31px;
	border-radius: 5px;
}

.custom {
	position: relative;
	background: #1f8ceb;
	background: linear-gradient(40deg, #ffc864, #E73C7E, #23A6D5, #8fe063, #fff08c);
	background-size: 700% 200%;
	border: 1px solid #dedede;
	height: 65px;
	-webkit-animation: customColor 9s ease-in-out infinite;
	animation: customColor 9s ease-in-out infinite;
	overflow: hidden;
}

.color-template-block.custom-block .square-color.custom:before {
	content: "Click for more info";
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 15px;
	left: 0;
	opacity: 0;
	color: rgba(255, 255, 255, .9);
	font-size: 2.4em;
	-webkit-transition: all .23s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all .23s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	text-transform: uppercase;
	letter-spacing: -1px;
}

.color-template-block.custom-block:hover .square-color.custom:before {
	opacity: .75;
	letter-spacing: 0.5px;
	bottom: 18px;
}

@-webkit-keyframes customColor {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes customColor {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@media (min-width: 1200px) {
	.square-color {
		min-height: 39px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.square-color {
		margin-top: 2px;
	}
}

.separator-left {
	border-left: 4px solid #ddd;
}

.separator-right {
	border-right: 4px solid #ddd;
}

.article img {
	display: block;
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.article table tbody tr th,
.article table tbody tr td {
	vertical-align: top;
	padding: 0 10px 20px;
}

.article table tbody tr th.first-cell,
.article table tbody tr td.first-cell {
	padding-left: 0;
}

.article table tbody tr th.last-cell,
.article table tbody tr td.last-cell {
	padding-right: 0;
}

.form-table.alt {
	margin-bottom: 20px;
}
.form-table.alt:last-child {
    margin-bottom: 1rem;
}

.form-table-col:before,
.form-table-col:after {
	content: " ";
	display: table;
}

.form-table-col:after {
	clear: both;
}

.form-table-col:before,
.form-table-col:after {
	content: " ";
	display: table;
}

.form-table-col:after {
	clear: both;
}

.form-table-col+.form-table-col {
	text-align: center;
	text-align: center;
	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;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

fieldset.adjust-icons {
	width: calc(100% - 50px);
}

.col-sm-9.adjust-icons {
	width: calc(75% - 40px);
}

.col-sm-3.adjust-icons {
	width: calc(25% - 40px);
}

.col-sm-4.adjust-icons {
	width: calc(33.333333% - 40px);
}

.adjust-input-sm span.quantityAvailable {
	margin-bottom: 5px;
}

.container-icons.adjust-input-sm a {
	-ms-flex-preferred-size: 30px;
	flex-basis: 30px;
	width: 30px;
	display: block;
	line-height: 22px;
	height: 30px;
	font-size: 1.2em;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	padding: 4px 8px;
}

.adjust-input-sm a:hover {
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
}

@media (min-width: 768px) {
	.form-table-col+.form-table-col {
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.form-table-col-inside {
		padding-right: 0;
	}
}

.form-table-col-inside:last-child {
	padding-right: 10px;
}

.form-table-col-inside.sub-options {
	height: 34px;
	padding-top: 6px;
	font-size: 1.2em;
}

.form-table-line .form-table-col-inside .form-control {
	max-width: 100%;
	height: 38px;
}

.form-table-line .form-table-col-inside .form-control option {
	display: inline-block;
	background: #e4e4e4;
	margin: 2px;
}

.flex-row.flex-align-vertical>.form-table-col-inside+.form-table-col-inside {
	padding-left: 5px;
}

@media (min-width: 768px) {
	.form-table-col-inside+.form-table-col-inside {
		padding-left: 0;
		margin-left: -1px;
	}
	.form-table-col-inside+.form-table-col-inside.col-sm-1 {
		width: webkit-calc(8.33333% + 1px);
		width: calc(8.33333% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-sm-2 {
		width: webkit-calc(16.6667% + 1px);
		width: calc(16.6667% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-sm-3 {
		width: webkit-calc(25% + 1px);
		width: calc(25% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-sm-4 {
		width: webkit-calc(33.3333% + 1px);
		width: calc(33.3333% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-sm-5 {
		width: webkit-calc(41.6667% + 1px);
		width: calc(41.6667% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-sm-6 {
		width: webkit-calc(50% + 1px);
		width: calc(50% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-sm-7 {
		width: webkit-calc(58.3333% + 1px);
		width: calc(58.3333% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-sm-8 {
		width: webkit-calc(66.6667% + 1px);
		width: calc(66.6667% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-sm-9 {
		width: webkit-calc(75% + 1px);
		width: calc(75% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-sm-10 {
		width: webkit-calc(83.3333% + 1px);
		width: calc(83.3333% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-sm-11 {
		width: webkit-calc(91.6667% + 1px);
		width: calc(91.6667% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-sm-12 {
		width: webkit-calc(100% + 1px);
		width: calc(100% + 1px);
	}
}

@media (min-width: 992px) {
	.form-table-col-inside+.form-table-col-inside.col-md-1 {
		width: webkit-calc(8.33333% + 1px);
		width: calc(8.33333% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-md-2 {
		width: webkit-calc(16.6667% + 1px);
		width: calc(16.6667% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-md-3 {
		width: webkit-calc(25% + 1px);
		width: calc(25% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-md-4 {
		width: webkit-calc(33.3333% + 1px);
		width: calc(33.3333% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-md-5 {
		width: webkit-calc(41.6667% + 1px);
		width: calc(41.6667% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-md-6 {
		width: webkit-calc(50% + 1px);
		width: calc(50% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-md-7 {
		width: webkit-calc(58.3333% + 1px);
		width: calc(58.3333% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-md-8 {
		width: webkit-calc(66.6667% + 1px);
		width: calc(66.6667% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-md-9 {
		width: webkit-calc(75% + 1px);
		width: calc(75% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-md-10 {
		width: webkit-calc(83.3333% + 1px);
		width: calc(83.3333% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-md-11 {
		width: webkit-calc(91.6667% + 1px);
		width: calc(91.6667% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-md-12 {
		width: webkit-calc(100% + 1px);
		width: calc(100% + 1px);
	}
}

@media (min-width: 1200px) {
	.form-table-col-inside+.form-table-col-inside.col-lg-1 {
		width: webkit-calc(8.33333% + 1px);
		width: calc(8.33333% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-lg-2 {
		width: webkit-calc(16.6667% + 1px);
		width: calc(16.6667% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-lg-3 {
		width: webkit-calc(25% + 1px);
		width: calc(25% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-lg-4 {
		width: webkit-calc(33.3333% + 1px);
		width: calc(33.3333% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-lg-5 {
		width: webkit-calc(41.6667% + 1px);
		width: calc(41.6667% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-lg-6 {
		width: webkit-calc(50% + 1px);
		width: calc(50% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-lg-7 {
		width: webkit-calc(58.3333% + 1px);
		width: calc(58.3333% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-lg-8 {
		width: webkit-calc(66.6667% + 1px);
		width: calc(66.6667% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-lg-9 {
		width: webkit-calc(75% + 1px);
		width: calc(75% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-lg-10 {
		width: webkit-calc(83.3333% + 1px);
		width: calc(83.3333% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-lg-11 {
		width: webkit-calc(91.6667% + 1px);
		width: calc(91.6667% + 1px);
	}
	.form-table-col-inside+.form-table-col-inside.col-lg-12 {
		width: webkit-calc(100% + 1px);
		width: calc(100% + 1px);
	}
}

textarea.form-table-textarea-height2 {
	min-height: 75px;
}

.form-table-line {
	float: left;
	width: 100%;
}

@media (min-width: 768px) {
	.form-table-line+.form-table-line {
		margin-top: -1px;
	}
}

@media (max-width: 991px) {
	.color-template-block+.color-template-block {
		margin-bottom: 10px;
	}
	.row-sm+.row-sm {
		margin-top: 0px;
	}
}

.back a {
	min-width: 20px;
	/* height: 20px; */
	padding: 0 7px;
	text-transform: uppercase;
	vertical-align: top;
}

.back a>i {
	line-height: 1.42857143;
}

.back a.btn,
.back a.btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 992px) {
	.back a.btn:hover {
		color: #2cabc9;
	}
}

.back a.btn-navigation {
	border: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	.back a.btn-sm {
		float: left !important;
		margin-right: 10px;
		height:34px;
	}
}

.back a:before,
.back a:after {
	line-height: 20px;
}
ul.documents-event{
	margin: 0;
}
.list-delete ul li {
	padding: 6px 12px;
    margin-top: 12px;
	background: #fff;
	border-radius: 2px;
	line-height: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 3px #cfd3db;
    box-shadow: 0 1px 3px rgba(207, 211, 219, .6);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.list-delete ul li .media-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.list-delete ul li.media,
.list-delete ul li .media-body {
	overflow: visible;
	font-size: 1.15em;
}

.list-delete ul li.media .media-body>a,
.list-delete ul li.media .media-body>span,
.list-delete ul li .media-body input[type="checkbox"]{
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-delete ul li.media .media-body>a{
	margin:0;
}

.list-delete ul li span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	max-width: webkit-calc(100% - 30px);
	max-width: calc(100% - 30px);
}

.list-delete ul li a:hover:after,
.list-delete ul li a:focus:after,
.list-delete ul li a:active:after {
	color: #10A4BA;
}

.list-delete ul li.hover {
	color: #10A4BA;
}

.validation-btns ul {
	margin-bottom: 0;
}

.list-search {
	color: #aaa;
	font-size: 1.4em;
	padding-left: 33px;
	margin-bottom: 25px;
}

.list-search>li {
	padding-left: 10px;
}

.list-search>li+li {
	margin-top: 10px;
}

.list-search>li nav {
	display: inline;
	margin-right: 15px;
}

.list-search>li ul {
	display: inline;
	padding-left: 0;
	list-style: none;
	font-size: 0;
}

.list-search>li ul>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.list-search>li ul>li:first-child {
	padding-left: 0;
}

.list-search>li ul li {
	font-size: 1.4rem;
	color: #5c5d60;
}

.list-search>li ul li+li:before {
	content: "";
	background-color: #ddd;
	display: block;
	float: left;
	height: 16px;
	margin: 2px 8px 2px -2px;
	width: 1px;
}

.actions-table-responsive ul {
	margin-bottom: 0;
}

.actions-table-responsive ul li a {
	color: #aaa;
}

.actions-table-responsive ul li a:hover,
.actions-table-responsive ul li a:focus,
.actions-table-responsive ul li a:active {
	color: #00bde7;
}

.main-footer {
	padding: 15px 20px;
	font-weight: 600;
	font-size: 1.2em;
	line-height: 20px;
	color: #B3B3AF;
	text-shadow: 0 1px 0 #fff;
	left: 0;
	width: 100%;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.aside-opened .main-footer {
	width: 770px;
	left: 130px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.aside-opened .main-footer {
		width: 480px;
	}
	.main-footer {
		margin-bottom: 90px;
	}
}

@media (min-width: 1200px) {
	.aside-opened .main-footer {
		width: 970px;
	}
}

@media (min-width: 768px) {
	.main-footer-2 {
		text-align: right;
	}
}

.main-footer a {
	color: #B3B3AF;
}

.main-footer a:hover,
.main-footer a:focus,
.main-footer a:active {
	color: #333333;
}

.main-footer ul {
	font-size: 0;
}

.main-footer ul>li {
	font-size: 1.2rem;
	padding-left: 0;
	padding-right: 0;
}

.main-footer ul>li+li:before {
	content: '•';
	margin: 0 3px;
}

.col-no-width {
	width: inherit !important;
}

@media (min-width: 992px) {
	td[class^="date-"] {
		min-height: inherit !important;
		height: inherit !important;
	}
	.navbar-default .navbar-nav li>a.wave-effect:after {
		display: none;
	}
	.navbar-default .navbar-nav li.dropdown.open>a,
	.navbar-default .navbar-nav>li>a:hover {
		background: rgba(255, 255, 255, .09);
	}
}

.menu-list {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-bottom: 10px;
}

.menu-list-item:last-child {
	padding-bottom: 0;
	padding-top: 0;
}

.menu-list-item-active {
	background: #dedede
}

.menu-list-item:hover,
.menu-list-item-active:hover,
.menu-list-item:focus,
.menu-list-item-active:focus,
.menu-list-item:active,
.menu-list-item-active:active {
	background: #e8e8e8;
}

.menu-list-item:hover.new-item,
.menu-list-item-active:hover.new-item,
.menu-list-item:focus.new-item,
.menu-list-item-active:focus.new-item,
.menu-list-item:active.new-item,
.menu-list-item-active:active.new-item {
	background: transparent;
}

.menu-list-item+.menu-list-item {
	border-top: 1px solid #ddd;
}

.menu-list-item-table {
	display: table;
	width: 100%;
}

.menu-list-item-row {
	display: table-row;
}

.menu-list-item-cell {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
}

.menu-list-item-cell,
.menu-list-item-cell:hover,
.menu-list-item-cell:focus {
	color: #525252;
}

.menu-list-item-cell:first-child {
	width: 1%;
	display: none;
}

.menu-list-item-cell:first-child+.menu-list-item-cell {
	width: 1%;
}

.menu-list-item:hover .menu-list-item-cell:first-child,
.menu-list-item:focus .menu-list-item-cell:first-child,
.menu-list-item:active .menu-list-item-cell:first-child {
	display: table-cell;
}

.menu-list-item-cell .well {
	margin-bottom: 0;
	border: 1px solid #b5b5b5;
	border-radius: 5px;
	padding: 5px;
}

.menu-list-item-link {
	display: block;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	color: #fff;
	background-color: #99BC00;
	border-color: #86AC00;
	min-width: 130px;
}

.menu-list-item-link:hover,
.menu-list-item-link:focus,
.menu-list-item-link:active,
.menu-list-item-link.active,
.open .dropdown-toggle.menu-list-item-link {
	color: #fff;
	background-color: #86AC00;
}

.menu-list-item-link:active,
.menu-list-item-link.active,
.open .dropdown-toggle.menu-list-item-link {
	background-image: none;
}

.color-disabled > .panel-toggle,
.color-disabled {
	color: #c9c9c9!important;
	cursor: not-allowed;
}

.menu-list-item-link.disabled,
.menu-list-item-link[disabled],
fieldset[disabled] .menu-list-item-link,
.menu-list-item-link.disabled:hover,
.menu-list-item-link[disabled]:hover,
fieldset[disabled] .menu-list-item-link:hover,
.menu-list-item-link.disabled:focus,
.menu-list-item-link[disabled]:focus,
fieldset[disabled] .menu-list-item-link:focus,
.menu-list-item-link.disabled:active,
.menu-list-item-link[disabled]:active,
fieldset[disabled] .menu-list-item-link:active,
.menu-list-item-link.disabled.active,
.menu-list-item-link[disabled].active,
fieldset[disabled] .menu-list-item-link.active {
	/*
      background-color: @background;
          border-color: @border;
    */
	background-color: #86AC00;
}

.menu-list-item-link .badge {
	color: #99BC00;
	background-color: #fff;
}

.menu-list-item-link-table {
	display: table;
	width: 100%;
}

.menu-list-item-link-row {
	display: table-row;
}

.menu-list-item-link-cell {
	display: table-cell;
	vertical-align: middle;
}

.menu-list-item-link-cell:first-child {
	background-color: #fff;
	width: 90px;
	height: 60px;
	text-align: center;
	color: #99BC00;
}

.menu-list-item-link-cell+.menu-list-item-link-cell {
	padding: 0 5px 0 15px;
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.2;
	color: #fff;
}

.menu-list-item-link:hover .menu-list-item-link-cell:first-child,
.menu-list-item-link:focus .menu-list-item-link-cell:first-child {
	color: #86AC00;
}

.colorpicker-button {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background-color: #F7F7F2;
	border: 1px solid #ddd;
	padding: 4px;
	position: relative;
	border-radius: 50%
}

.colorpicker .colorpicker-button {
	margin-left: 5px;
}

.colorpicker-data {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%
}

.colorpicker-arrow {
	position: absolute;
	bottom: 1px;
	right: 0;
}

.link-box {
	border: 1px solid #ddd;
}

.link-box:hover,
.link-box:focus,
.link-box.active {
	border-color: #e3e3e6;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px rgba(195, 195, 218, 0.35);
	box-shadow: 0px 0px 10px rgba(195, 195, 218, 0.35);
}

.facture {
	border-top: 4px solid #434343;
	font-size: 16pt;
}

.facture h1 {
	font-weight: 600;
	font-size: 45pt;
	line-height: 1.2;
	text-transform: none;
	margin: 8px 0 20px;
}

.facture h1 small {
	display: block;
	font-weight: 400;
	font-size: 20pt;
	line-height: 1.2;
	color: #333333;
}

.facture h2 {
	font-weight: 600;
	font-size: 17pt;
	line-height: 1.5;
	text-transform: none;
	margin: 2px 0 4px;
}

.facture h3 {
	font-weight: 700;
	font-size: 16pt;
	line-height: 1.2;
	margin: 0 0 15px;
}

.facture address {
	line-height: 1.2;
}

.facture-header {
	background-color: #fff;
	padding: 20px;
}

.facture-header .facture-logo {
	margin-bottom: 20px;
	margin-left: 5px;
}

.facture-header .form-horizontal {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.facture-header .control-label strong {
	font-weight: 400;
	font-size: 16pt;
	padding-bottom: 8px;
	padding-top: 8px;
	background-color: rgba(241, 242, 245, .8);
}

.facture-header .form-control {
	border: 0;
	text-align: right;
	font-weight: 600;
	font-size: 16pt;
	line-height: 1.2;
	height: 22px;
}

.facture-content {
	background-color: #fff;
	padding: 20px;
}

.facture-content .table thead th,
.facture-content .table tbody th,
.facture-content .table tfoot th,
.facture-content .table thead td,
.facture-content .table tbody td,
.facture-content .table tfoot td {
	border-left: 0;
	text-transform: none;
	line-height: 1.2;
	white-space: pre-wrap;
}

.facture-content .table thead {
	background-color: #CFF0F4;
}

.facture-content .table thead th {
	font-size: 16pt;
	text-align: right;
}

.facture-content .table thead th:first-child {
	text-align: left;
}

.facture-content .table tbody td {
	border-bottom: 1px solid #ddd;
	text-align: right;
	font-size: 16pt;
	color: #525252;
	vertical-align:middle;
}

.facture-content .table tbody td:first-child {
	text-align: left;
	max-width: 500px;
}

.facture-footer {
	background-color: #fff;
}

.facture-footer .control-label strong {
	background-color: transparent;
	font-weight: 600;
	font-size: 14pt;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 13px;
	text-align: left;
}

.facture-footer .form-control {
	border: 0;
	text-align: right;
	font-weight: 600;
	font-size: 14pt;
	line-height: 1.1;
	height: 22px;
}

.facture-footer-total {
	padding: 20px;
}

.facture-footer-total .second-currency {
	font-size: 12pt;
	color: #777777;
	font-weight: 600;
	margin-right: 10px;
}

.facture-footer-total .facture-total-group .second-currency {
	font-size: 14pt;
	font-weight: 600;
	color: #666666;
	margin-right: 10px
}

.facture-footer .facture-total-group {
	border: 1px solid #f4f5fb;
	font-weight: 600;
	font-size: 16pt;
	height: 30px;
	line-height: 28px;
	border-collapse: separate;
	display: table;
	position: relative;
	width: 100%;
}

.facture-footer .facture-total-group-text {
	display: table-cell;
	width: 50%;
	padding-left: 13px;
}

.facture-footer .facture-total-group-addon {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	width: 50%;
	background-color: #f4f5fb;
	color: #000;
	text-align: right;
	padding-right: 10px;
}

.facture-footer .facture-total-text {
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-style: italic;
}

.facture-footer-text {
	text-align: center;
	padding: 20px;
	font-size: 12pt;
	line-height: 1.2;
}

.facture-footer-copyright {
	background-color: rgba(241, 242, 245, .8);
	padding: 20px;
}

.facture-footer-copyright-col {
	border-left: 1px solid #ddd;
	padding-left: 7px;
	font-weight: 400;
	font-size: 12pt;
	line-height: 1.2;
	color: #525252;
	min-height: 36px;
}

#badge-pdf {
	text-align: center;
}

#badge-pdf .badge-face {
	float: left;
}

.badge-size-table {
	display: table;
	width: 100%;
	height: 405px;
	margin-bottom: 3px;
	margin-top: 5px;
	position: relative;
	border-radius: 5px;
}

.badge-size-row {
	display: table-row;
}

.badge-size-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

.badge-size-row:first-child .badge-size-cell {
	font-size: 16px;
	color: #525252;
	font-weight: 600;
}

.badge-size-row+.badge-size-row .badge-size-cell {
	height: 137px;
}

.badge-size-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.badge-size-background-table {
	display: table;
	width: 100%;
	height: 100%;
}

.badge-size-background-row {
	display: table-row;
}

.badge-size-background-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	position: relative;
}

.badge-size-background-cell-nbr {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 20px;
	color: #fff;
}

.badge-type-1 {
	width: 324px;
	height: 285px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ddd;
	border-radius: 10px;
	display: table;
	padding-top: 40px;
	text-align: center;
}

.badge-preview-xs .badge-type-1 {
	width: 66px;
	height: 58px;
	padding-top: 7px;
	border-radius: 3px;
	margin-left: 13px;
	margin-right: 13px;
}

#badge-pdf .badge-type-1 {
	margin-top: 18.2cm;
	width: 97mm;
	height: 86mm;
	border: 0;
	border-radius: 0;
}

.badge-type-1-container {
	position: relative;
}

.badge-type-1-container:before {
	content: '';
	display: block;
	width: 76px;
	height: 12px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 10px;
	position: absolute;
	top: 22px;
	left: 50%;
	margin-left: -38px;
}

.badge-preview-xs .badge-type-1-container:before {
	width: 18px;
	height: 4px;
	top: 3px;
	margin-left: -9px;
}

#badge-pdf .badge-type-1-container:before {
	display: none;
}

.badge-type-1-content {
	display: table-cell;
	vertical-align: middle;
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;
	border-radius: 0 0 10px 10px;
}

.badge-preview-xs .badge-type-1-content {
	padding-top: 11px;
	padding-bottom: 7px;
}

.badge-type-1-background {
	position: absolute;
	top: -40px;
	left: 0;
	width: 322px;
}

.badge-preview-xs .badge-type-1-background {
	width: 64px;
}

.badge-type-1-background img {
	display: block;
	max-width: 100%;
	height: auto;
}

.badge-type-1-name {
	position: relative;
}

.badge-type-1-first-name,
.badge-type-1-last-name {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
	color: #525252;
}

.badge-preview-xs .badge-type-1-first-name,
.badge-preview-xs .badge-type-1-last-name {
	font-size: 6px;
}

.badge-type-1-fields {
	position: relative;
	margin-top: 15px;
}

.badge-preview-xs .badge-type-1-fields {
	margin-top: 3px;
}

.badge-type-1-field-1,
.badge-type-1-field-2 {
	font-weight: 600;
	line-height: 1.2;
	color: #525252;
}

.badge-preview-xs .badge-type-1-field-1,
.badge-preview-xs .badge-type-1-field-2 {
	font-size: 4px;
}

.badge-type-1-field-1 {
	font-size: 18px;
}

.badge-type-1-field-2 {
	font-size: 15px;
	margin-top: 5px;
}

.badge-preview-xs .badge-type-1-field-2 {
	margin-top: 1px;
}

.badge-type-2 {
	width: 241px;
	height: 148px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ddd;
	border-radius: 10px;
	display: table;
	text-align: center;
}

.badge-preview-xs .badge-type-2 {
	width: 66px;
	height: 40px;
	border-radius: 3px;
	margin-left: 13px;
	margin-right: 13px;
}

#badge-pdf .badge-type-2 {
	width: 85mm;
	height: 55mm;
	border: 0;
	border-radius: 0;
}

.badge-type-2-container {
	position: relative;
}

.badge-type-2-content {
	display: table-cell;
	vertical-align: middle;
	padding-top: 30px;
	padding-bottom: 40px;
	position: relative;
	border-radius: 10px;
}

.badge-preview-xs .badge-type-2-content {
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 3px;
}

.badge-type-2-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.badge-preview-xs .badge-type-2-background {
	border-radius: 3px;
}

.badge-type-2-background img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.badge-preview-xs .badge-type-2-background img {
	border-radius: 3px;
}

.badge-type-2-name {
	position: relative;
}

.badge-type-2-first-name,
.badge-type-2-last-name {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	color: #525252;
}

.badge-preview-xs .badge-type-2-first-name,
.badge-preview-xs .badge-type-2-last-name {
	font-size: 5px;
}

.badge-type-2-fields {
	position: relative;
	margin-top: 5px;
}

.badge-preview-xs .badge-type-2-fields {
	margin-top: 1px;
}

.badge-type-2-field-1 {
	font-weight: 600;
	line-height: 1.2;
	color: #525252;
}

.badge-preview-xs .badge-type-2-field-1 {
	font-size: 4px;
}

.badge-type-2-field-1 {
	font-size: 15px;
}

#list-badges-only .badge-type-1-background {
	top: -8px;
}

.col-md-6 #list-badges-only {
	overflow: hidden;
}


/*** Toggle button on/off ***/

.container-togglebtn {
	float: right;
}

.container-togglebtn#container-toggleEventSlider {
	position: absolute;
	top: 22px;
	right: 0;
}

.panel-default.with-tgl-btn {
	position: relative;
}
.container-togglebtn.on-collapse {
	position: absolute;
	right: 8px;
	top: 6px;
	float: none;
}
.panel-default .container-togglebtn + a[data-toggle="collapse"] {
	width: calc(100% - 130px);
	display: block;
}
.container-togglebtn.on-collapse .toggle.btn {
	min-height: 25px;
}

.container-togglebtn.on-collapse .btn {
	padding: 3px 10px 3px 5px!important;
}

.container-togglebtn.public-private .toggle.btn {
	width: 100%!important;
}

.toggle-group .btn.toggle-on,
.toggle-group .btn.toggle-off {
	position: absolute;
	line-height: 20px;
}
.toggle.btn .btn {
  font-size: 1.2rem;
  line-height: 2.4rem;
}
.container-togglebtn.checkin .toggle-group label.btn {
	line-height: 24px;
}

.toggle-group .btn-default {
	background: #fff;
}
.toggle-group .btn-default.active {
	background: #ccc;
}

.container-togglebtn .toggle.btn {
	min-width: 92px;
	min-height: 30px;
	border: none;
	-webkit-box-shadow: 0px 1px 3px rgb(214, 221, 230);
    box-shadow: 0px 1px 3px rgb(214, 221, 230);
	border-radius: 2px;
}

.container-togglebtn .toggle-on.btn {
	padding-right: 15px;
}

.container-togglebtn .toggle-off.btn {
	padding-left: 18px;
}

.container-togglebtn .btn-primary {
	min-width: 0px;
}

.container-togglebtn .btn {
	padding: 5px 10px!important;
	font-weight: 400!important;
	border-radius: 0px;
}

.btn-default.toggle-handle {
	background: #fff;
	padding: 3px 10px 3px 5px!important;
}


/* events listing toogle */

#container-events-listing,
#container-events-listing .toggle {
	width: 100%!important;
}


/* checkin toggle*/

.form-group.flex-col.flex-align-vertical {
	text-align: center;
}

.container-togglebtn.checkin {
	float: none;
}

.container-togglebtn.checkin .btn.active.toggle-off {
	background-color: #F39C12;
	color: #fff;
}

.container-togglebtn.checkin .toggle.btn {
	min-height: 34px;
	line-height: 24px;
	min-width: 100%;
}

.container-togglebtn.checkin .toggle.btn .toggle-group .toggle-on {
	padding-right: 16px!important;
}

.container-togglebtn.checkin .toggle.btn .toggle-group .toggle-off {
	padding-left: 16px!important;
}

.panel-heading.success {
	background: rgba(57, 170, 52, .08);
	padding: 10px;
}

.panel-heading.success .panel-title {
	color: #4eb34a;
}

.panel-heading.warning {
	background: rgba(247, 145, 29, 0.08);
	padding: 10px;
}

.panel-heading.warning .panel-title {
	color: #f7931d;
}

.panel-heading.danger {
	background: rgba(225, 9, 24, 0.08);
	padding: 10px;
}

.panel-heading.danger .panel-title {
	color: #e00916;
}

#qr-scanner {
	position: relative;
}

#qr-scanner>.js-switch-cameras {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
}

#qr-scanner>.js-switch-cameras>i {
	color: #fff;
	font-size: 18px;
}

div#qr-scanner:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../../images/manager/qr_code180x184.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100px;
	position: absolute;
	opacity: .2;
	top: 0;
	left: 0;
}

#qr-scanner div {
	line-height: 0;
}

#qr-scanner video {
	width: 300px;
	margin: 5px;
	border: 3px solid #ccc;
	border-radius: 3px;
}
.valid_grp .wrapper-2row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.valid_grp .wrapper-2row .details-row {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	padding-right:12px;
}
.valid_grp .details-row.flex-content > span:first-of-type{
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	width:100%;
}
.valid_grp .details-row.flex-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.valid_grp .details-row .btn-icon{
	padding:0;
	font-size: 1.1rem;
	text-align: center;
	width: 24px;
	height: 24px;
	margin: 4px 2px;
	border-radius:4px!important;
	line-height: 1.2rem;
}
.valid_grp .details-row {
	line-height: 18px;
	margin-top: 2em;
}

.valid_grp .details-row:last-of-type {
	margin-bottom: 0px;
}

.valid_grp .details-row span {
	display: block;
}
.checkin-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin:0 10px;
}
.checkin-content > .well {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
}
.checkin-content > .well + .well {
    border-left:1px solid #dedede;
}
.checkin-wrapper > .well:first-child{
    margin-left: 10px;
}
.checkin-wrapper > .well:first-child{
    margin-right: 10px;
}
.checkin-content > .well:nth-child(odd):before {
    border-radius: 5px 0 0 5px;
}
.checkin-content > .well:nth-child(even):before {
    border-radius: 0 5px 5px 0;
}
.checkin-wrapper > .well:first-child{
    margin-bottom: 10px;
}
.checkin-wrapper .checkin-search{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    margin: 0;
}
.checkin-wrapper .checkin-search .input-group{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
	margin-right: 16px;
	width: auto;
}
.checkin-wrapper .checkin-search .input-group + a{
    margin-right: 8px;
}
.checkin-wrapper .checkin-search > a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}

.wave-effect {
	position: relative;
}

i.wave-effect {
	overflow: visible;
}

.navbar-icon {
	position: absolute;
	top: .5em;
	right: 1em;
}

.font-icon-after {
	margin-left: 5px;
}

.navbar-icon a.wave-effect {
	display: inline-block;
	font-size: 1.4em;
	height: 30px;
	width: 30px;
	margin: 0 4px;
}

.navbar-icon a.wave-effect i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #a0a3ab;
}

.wrapper-input-icon {
	position: relative;
}

.wrapper-input-icon textarea {
	padding-right: 45px;
}
.wrapper-input-icon.comment{
	font-size: 1.2em;
    font-weight: 600;
    margin-top: .25em;
}
.input-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 22px;
    z-index: 9;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
	padding: 0;
	border-radius: 50%;
}


/*** Subscription page ***/

.subscription-table.container-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	text-align: center;
	padding: 20px 0;
}

.subscription-table .pricing-box:hover .header-pricing h3 {
	background: rgba(74, 124, 197, 0.18);
}

.subscription-table .pricing-box.currentplan:hover:after {
	background: #67ccf8;
}

.subscription-table .pricing-box {
	background: white;
	border: 1px solid #f3f3f3;
	max-width: 250px;
	width: 250px;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.subscription-table .pricing-box .light-paid-events {
	font-weight: bold;
	text-align: center;
}

.subscription-table .pricing-box.currentplan:after {
	content: 'Your plan';
	display: block;
	height: 30px;
	width: 200px;
	background-color: #5cb8e0;
	font-weight: 600;
	color: #fff;
	word-break: break-all;
	line-height: 30px;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
	position: absolute;
	top: 10px;
	left: -60px;
	-webkit-box-shadow: 0 1px 3px rgba(138, 142, 153, .6);
	        box-shadow: 0 1px 3px rgba(138, 142, 153, .6);
}

.subscription-table .subtitle-header {
	font-size: 1.2em;
	padding: 5px 0;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	color: #676767;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 50px;
}

.subscription-table .list-pricing ul {
	padding: 0;
	margin: 0;
	text-align:left;
}
.subscription-table .list-pricing ul .select-css{
    margin-right: -1px;
    margin-left: -1px;
    border-color: #f4f4f4;
    width: calc(100% + 2px);
	max-width: none;
	font-size: 1.4em;
	padding-left: 35px;
}

.subscription-table .list-pricing li {
	font-size: 1.2em;
	list-style: none;
    padding: 8px 12px;
	border-bottom: 1px solid #f4f4f4;
}
.subscription-table .list-pricing li > i {
 margin-right: 10px;
}

.subscription-table .list-pricing ul>i {
	position: absolute;
	z-index: 99;
	left: 35px;
	top: 10px;
}

.subscription-table .list-pricing li:last-child {
	border-bottom: none;
}

.subscription-table .header-pricing h3 {
	font-size: 24px;
	padding: 25px 0;
	background: rgba(241, 243, 245, 0.3);
	margin: 0;
	color: #2b2b31;
}

.subscription-table .price-box {
	border-bottom: 1px solid #f4f4f4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.subscription-table .price-box>span {
	font-size: 54px;
	font-weight: bold;
	color: #535367;
}

.subscription-table .price-box .container-symbol {
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 1.4em;
	font-weight: 600;
	color: #8a8e99;
}

.subscription .footer-pricing {
	padding: 30px 0;
	border-top: 1px solid #f4f4f4;
}

.subscription .footer-pricing .btn-actions {
	margin-bottom: 15px;
}

.subscription .box-flex-bottom {
	margin-top: auto;
}

.subscription .features-prv-plan i {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.subscription .features-prv-plan {
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 10px;
	color: #2b2b31;
	background: rgba(244, 244, 244, .3);
	border-bottom: 1px solid #f4f4f4;
}

.subscription .subtitle-footer {
	font-size: 1.2em;
	color: #888888;
}

@media screen and (max-width: 1200px) {
	.subscription-table.container-flex {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.subscription-table .pricing-box {
		background: white;
		border: 1px solid #f3f3f3;
		max-width: none;
		min-width: auto;
		-ms-flex-preferred-size: 45%;
		flex-basis: 45%;
		margin: 0 15px 30px 15px;
	}
	.subscription-table .subtitle-header {
		padding: 5px 10px;
	}
}

@media screen and (max-width: 650px) {
	.subscription-table .pricing-box {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

.container-profile-settings div {
	margin-right: 5px;
}

.list-items .form-group .form-table>.row {
	margin-bottom: 20px;
}

.list-items .form-group .form-table>.row:last-child {
	margin-bottom: 0px;
}

.list-items .form-group .form-table>.row:first-child {
	margin-top: 40px;
}

.panel>.list-items:last-child {
	margin-top: 40px;
}
.modal-body .form-group .date-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.modal-body .form-group .date-row > div:first-of-type{
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
    padding-right: 0;
}
.modal-body .form-group .date-row > div > select:first-of-type{
	margin-right: 4px;
}
.modal-body .form-group .date-row > div > select:nth-of-type(2){
	margin-left: 4px;
}
.modal-body .form-group .date-row > div:nth-of-type(2){
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.modal-body .form-group .date-row .input-group.date {
	width: 100%!important;
}
.modal-body .form-group .date-row.row-price-currency > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.modal-body .form-group .date-row.row-price-currency > div > div:last-of-type{
	width: 50%;
    padding-left: 10px;
}
@media (max-width: 768px){
	.modal-body .form-group .date-row > div:nth-of-type(2){
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
	.modal-body .form-group .date-row.row-price-currency > div > div:first-of-type{
		width: 50%;
	}
	.modal-body .form-group .row-price-currency > div:nth-of-type(2){
		display:none;
	}
	.modal-body .form-group .date-row.row-price-currency > div:first-of-type{
		padding-right: 10px;
	}
	.modal-body .form-group .date-row.row-price-currency:nth-of-type(2){
		margin-left: 0px;
	}
}
/*** flex ***/

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-100{
	-ms-flex-preferred-size:100%!important;
	    flex-basis:100%!important;
}
.flex-50{
	-ms-flex-preferred-size:50%!important;
	    flex-basis:50%!important;
}
.space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-align-vertical {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex-col.flex-align-vertical {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.flex-stats-box {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	min-width: 200px;
	margin-bottom: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width:991px) {
	.flex-stats-box {
		padding: 4px;
	}
}

.flex-stats-box .flex-item-container {
	margin-bottom: 10px;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 150px;
}

.flex-stats-box .flex-items {
	padding: 10px 15px;
	-webkit-box-shadow: 0 2px 10px #ecebf3;
	box-shadow: 0 2px 10px #ecebf3;
	border-radius: 5px;
	background: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 5px 0 10px;
	position: relative;
}

.flex-stats-box .flex-items>i {
	font-size: 3em;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 0;
	color: #f1f1f1;
}

.flex-stats-box .flex-item-container.map {
	min-width: 100%;
	max-width: 100%;
	margin-right: 0;
}

.flex-item-container.double {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-item-container.double>.flex-items {
	width: 40%;
}

@media (max-width: 1200px) {
	.flex-item-container.double>.flex-items {
		width: 100%;
		margin-bottom: 25px;
	}
}

.flex-stats-box .stat-content {
	text-align: right;
	position: relative;
}

.flex-stats-box .flex-items .stat-content span {
	color: #767a90;
	font-size: 20px;
	font-weight: 600;
}

.flex-stats-box .stat-title {
	font-size: 1.2em;
	color: #b1b2bc;
	margin: 0;
	text-transform: inherit;
	font-weight: 400;
}
.flex-stats-box .flex-item-container:nth-child(1n+5) .stat-title{
  padding-bottom: 10px;
}

.welcome-msg {
	margin: auto;
	display: block;
	width: 500px;
	max-width: 100%;
	position: relative;
}

.welcome-msg>img {
	display: block;
	margin: auto;
	max-width: 100%;
	border-radius: 15px;
}

.welcome-msg>.box-msg {
	position: absolute;
	max-width: 100%;
	width: 100%;
	margin: auto;
}

.welcome-msg>.box-msg>.content {
	width: 450px;
	max-width: 100%;
	margin: auto;
	position: relative;
	border-radius: 15px;
}

.welcome-msg>.box-msg>.content>.btn {
	float: right;
	margin-top: 15px;
	-webkit-box-shadow: 0 0 15px #396f9c;
	box-shadow: 0 0 15px #396f9c;
	margin-top: 70px;
}

.welcome-msg>.box-msg>.content.msg {
	border: 5px solid rgba(255, 255, 255, .9);
	margin-top: 15px;
	padding: 15px;
	background: rgba(255, 255, 255, .97);
	-webkit-box-shadow: 0 0 15px #396f9c;
	box-shadow: 0 0 15px #396f9c;
	font-size: 1.2em;
}

.welcome-msg>.box-msg>.content.msg:before {
	display: block;
	bottom: -31px;
	left: 50px;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	z-index: 0;
	border-top: 26px solid #fefeff;
	border-right: 26px solid transparent;
	border-left: 13px solid transparent;
}

[data-field="total_price"] {
	text-align: right;
}

[data-field="check_in"] {
	padding: 10px 5px!important;
}


/** Statistics **/

.dashboard .panel-default {
	padding: 5px 10px 0;
	border: 1px solid #f3f3f8;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px rgba(163, 177, 198, 0.6), -1px -1px 2px rgba(255, 255, 255, 0.6);
	box-shadow: 1px 1px 2px rgba(163, 177, 198, 0.6), -1px -1px 2px rgba(255, 255, 255, 0.6);
}

.dashboard .panel-body {
	border: 0;
	padding: 0;
}

.dashboard .panel-heading {
	font-weight: bold;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.dashboard .panel-heading h3{
	margin: 0;
}
.dashboard .panel-body > div:first-of-type{
  margin-bottom: 40px;
}
.dashboard table{
  border-collapse: separate;
}
.dashboard table td.no-padding{
  text-align:center;
}
.dashboard td a.table-btn, .dataTable td a.table-btn, .dashboard td button.table-btn {
  border: 1px solid #409eff;
  padding: 4px 6px;
  border-radius: 3px;
  color: #409eff;
  background-color: transparent;
  text-align: center;
  margin: auto;
  font-size: 11px;
  display: inline-block;
  line-height: 14px;
}
a.table-btn:hover {
  background-color: #409eff !important;
  color: #fff!important;
}

button.table-btn:hover {
  color: #409eff!important;
}

.body-right{
  text-align:right;
}

/** SELECT CSS **/
/* class applies to select element itself, not a wrapper element */

.select-css {
	width: 100%;
	max-width: 100%;
	/* useful when width is set to anything other than 100% */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	border: 1px solid #ddd;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	/* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient.
    for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
  */
	background-image: url('/../../images/manager/arrow-down.svg');
	background-color: #fff;
	background-repeat: no-repeat, repeat;
	/* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
	background-position: right .7em top 50%, 0 0;
	/* icon size, then gradient */
	background-size: .65em auto, 100%;
	/* remove firefox default arrow*/
	text-indent: 0.01px;
	text-overflow: "";
	color: #555;
	padding-right: 20px;
	padding-left: 8px;
	border-radius: 2px;
}


/* Hide arrow icon in IE browsers */

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

/* Focus style */
/* Set options to normal weight */

.select-css option {
	font-weight: normal;
}

/** FILE INPUT **/

.fileinput-button {
	position: relative;
	overflow: hidden;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}


/** DATEPICKER **/
.flatpickr-calendar{
	padding: 20px;
	width:auto;
}
.flatpickr-day {
	border: none;
}
/** Selected days **/
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
	background: #5cb8e0;
}

/* colors between 2 day */
.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover .flatpickr-day.inRange {
    background: #5cb8e0;
    border-color: #5cb8e0;
    color: #fff;
}

.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange {
    -webkit-box-shadow: -5px 0 0 #b1dcee, 5px 0 0 #b1dcee !important;
            box-shadow: -5px 0 0 #b1dcee, 5px 0 0 #b1dcee !important;
    background: #b1dcee;
    color: #67a8c3;
}
.flatpickr-day.inRange{
	-webkit-box-shadow: -5px 0 0 #5cb8e0, 5px 0 0 #5cb8e0;
	box-shadow: -5px 0 0 #5cb8e0, 5px 0 0 #5cb8e0;
}
.flatpickr-day.prevMonthDay.selected,
.flatpickr-day.nextMonthDay.inRange.selected {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #b1dcee;
    color: #67a8c3;
}
.flatpickr-day.nextMonthDay.today,
.flatpickr-day.today{
	background: #e6e9ed;
	border-color:#e6e9ed;
}
.flatpickr-day.nextMonthDay.today.inRange{
	-webkit-box-shadow: -5px 0 0 #81c9e7, 5px 0 0 #81c9e7!important;
	        box-shadow: -5px 0 0 #81c9e7, 5px 0 0 #81c9e7!important;
	background: #81c9e7!important;
}
.flatpickr-day.today.inRange{
	background: #3f90b4!important;
    -webkit-box-shadow: -5px 0 0 #3f90b3, 5px 0 0 #3f90b3!important;
            box-shadow: -5px 0 0 #3f90b3, 5px 0 0 #3f90b3!important;
    z-index: 1;
}
.flatpickr-months .flatpickr-month{
	margin-bottom: 4px;
	height: 42px;
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
	height: 40px;
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{
    left:20px;
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{
	right:20px;
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{
    top: 20px;
    border-radius: 5px;
    background: #f9fafc;
}
.flatpickr-current-month {
	padding: 0;
	left:11%;
	height: auto;
}
.numInputWrapper span.arrowUp:after{
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(57,57,57,0.6);
}
.numInputWrapper span.arrowDown:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(57,57,57,0.6);
}
.numInputWrapper span {
	opacity: 1;
	right: -6px;
	border: none;
	width: 20px;
	padding: 0;
}
.numInputWrapper span:after{
	left: 50%;
    margin-left: -5px;
}

.flatpickr-current-month input.cur-year {
	margin: 0 0 0 .5ch;
	padding-right: 15px;
	border-radius:3px
}

.flatpickr-current-month .numInputWrapper {
	width: 7ch;
}

.flatpickr-current-month span.cur-month:hover,
.numInputWrapper:hover {
	background: rgba(0, 0, 0, 0);
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.numInputWrapper input.cur-year {
	background: #f9fafc;
	height: 40px;
	border-radius: 4px;
	padding: 0 10px;
	text-align:left;
	font-size: 1.7rem;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover,
.numInputWrapper:hover input.cur-year {
	background: rgb(233, 233, 238);
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
	fill: #000;
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
	background: #f2f5f8;
}

.form-control.date[readonly],
.flatpickr-input[readonly] {
	cursor: pointer!important;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #5cb8e0;
    box-shadow: -10px 0 0 #5cb8e0;
}
.flatpickr-day.prevMonthDay.selected.endRange{
	-webkit-box-shadow: -10px 0 0 #b1dcee!important;
	        box-shadow: -10px 0 0 #b1dcee!important;
}
.flatpickr-day.nextMonthDay.selected.endRange{
	-webkit-box-shadow: 10px 0 0 #b1dcee!important;
	        box-shadow: 10px 0 0 #b1dcee!important;
}
.flatpickr-day.nextMonthDay.selected.startRange.endRange,
.flatpickr-day.prevMonthDay.selected.startRange.endRange{
	-webkit-box-shadow:none!important;
	        box-shadow:none!important;
}
/* Select2 */

.select2-container {
	width: 100%!important;
	max-width: 100%;
	font-size: 1.2em;
}

.select2-container .select2-selection--multiple {
	min-height: 38px;
	line-height: initial!important;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	line-height: 20px;
	word-break: break-word;
	white-space: pre-wrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
	font-size: 2rem;
    width: 33px;
	text-align: center;
	margin:0;
	position:relative;
	margin-top: 5px;
    line-height: 22px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	display: inline-block;
	height: 22px;
    margin-right: 12px;
    font-size: 1.8rem;
    line-height: 20px;
	vertical-align: middle;
	margin-right: 8px;
}

.select2-container .select2-selection__rendered>*:first-child.select2-search--inline {
	width: 100% !important;
}

.select2-container .select2-selection__rendered>*:first-child.select2-search--inline .select2-search__field {
	width: 100% !important;
}

.select2-container .select2-selection--single {
	height: 38px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-search--inline .select2-search__field {
	margin-top: 7px;
	line-height: 24px;
}

.select2-dropdown {
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 12px 16px rgba(36, 47, 87, 0.25);
	box-shadow: 0px 12px 16px rgba(36, 47, 87, 0.25);
}

.select2-results__option {
	font-size: 1em;
	padding: 8px 12px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding-left:8px!important;
	padding-right:0px!important;
	padding-bottom: 5px;
	font-size: 1.2rem;
	display: block;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
	padding-right: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px;
	width: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #5b5b5b transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #5b5b5b;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	border: 1px solid #ddd;
}
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--multiple:hover {
	border-color:#b2b2b2;
}
.select2-container--open .select2-selection{
    -webkit-box-shadow: 0 0px 0px 0.125rem #545460;
    box-shadow: 0 0px 0px 0.125rem #545460;
	outline: 0;
    border-color: transparent;
}
.select2-container--open .select2-selection:hover{
    border-color: transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #f3f5f8;
	border: 1px solid #f2f5f8;
	border-radius: 3px;
	margin-right: 6px;
	margin-top: 5px;
	padding: 0px 10px;
	line-height: 20px;
	color: #535353;
	font-size: 1.2rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #ddd 1px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 0;
	border-radius: 25px;
	padding: 4px 12px;
    background: #f6f6f8;
	height: 38px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ebecf0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
	font-size: 2rem;
	width: 33px;
    text-align: center;
    border-right: 1px solid #f1f1f1;
}

/** DATATABLE **/
table.dataTable{
  table-layout: fixed;
  word-wrap: break-word;
  border-collapse: collapse;
}
table.dataTable tr th{
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  white-space: nowrap;
  padding-right: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}
table.dataTable textarea{
  line-height:1.5;
}

.table .table-body .table-row,
table.dataTable tr {
	border-bottom: 1px solid #f4f5fa;
	background: #fff;
}
.table .table-body .table-row:last-child{
	border-bottom:none;
}
table.dataTable tbody tr.parent {
	background: rgba(248, 248, 252, .8);
}
table.dataTable>tbody tr.child>td.child {
	background-color: #f8f8fc;
	border-bottom: 2px solid #dcdce4;
}

.parent-wrapper>.table-row:first-of-type {
	border-top: 1px solid #f4f5fa;
}

.parent-wrapper>.table-row:last-of-type {
	border-bottom: 0;
}

table.dataTable.no-footer {
	border-bottom: 2px solid #dcdce4;
}

.dataTables_wrapper {
	min-height: 50vh;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.menu-cell,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox,
table.dataTable tr th.select-checkbox {
	position: relative;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after,
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
	content: none;
	display: none;
}

.select2-selection__clear:after,
.select2-container--default .select2-selection--single .select2-selection__clear:after,
.btn-default:after,
.btn:after,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:after,
.dataTables_paginate .paginate_button:after,
.wave-effect:after,
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(125, 125, 141, 0.18);
	pointer-events: none;
	-webkit-transition: all .42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all .42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.select2-selection__clear:hover:after,
.select2-container--default .select2-selection--single .select2-selection__clear:hover:after,
.sortable-ghost>.menu-cell>div>a.wave-effect.grab:after,
.sortable-chosen>.menu-cell>div>a.wave-effect.grab:after,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:after,
.dataTables_paginate .paginate_button:hover:after,
tr.parent .control .wave-effect:after,
.wave-effect:hover:after,
.navbar-content button.btn.wave-effect:hover:after,
table.dataTable tbody td.select-checkbox:hover:after,
table.dataTable tbody th.select-checkbox:hover:after {
	width: 34px;
	height: 34px;
}

.btn-default:hover:after,
.btn:hover:after,
.dataTables_paginate>.paginate_button:hover:after,
tr.parent .control .wave-lg:after,
.btn.toggle:hover:after,
.wave-lg:hover:after {
	width: 180px;
	height: 180px;
}

.public-private .btn.toggle:hover:after,
.wave-xl:hover:after,
.btn.fileinput-button:hover:after {
	width: 300px;
	height: 300px;
}

.navbar-content .wave-effect:after,
.navbar-search-bar .wave-effect:after,
.btn:not(.btn-default):after {
	background: rgba(255, 255, 255, 0.18);
}

.wave-xl:after,
.btn.fileinput-button:after,
.btn.toggle:after {
	-webkit-transition: all .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn.toggle:hover .btn:after {
	display: none!important;
}

table.dataTable tr th.select-checkbox span:after,
table.dataTable tr td.select-checkbox span:after,
table.dataTable tr th.select-checkbox span:after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	top: 50%;
	left: 50%;
	height: auto!important;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	text-shadow: none!important;
	margin: 0;
	font-size: 0.82em;
	color: #fff;
	-webkit-transition: -webkit-transform .25s ease-out;
	transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

table.dataTable tr th.select-checkbox.selected span:after,
table.dataTable tr.selected td.select-checkbox span:after,
table.dataTable tr.selected th.select-checkbox span:after {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

table.dataTable tbody td.select-checkbox span:before,
table.dataTable tbody th.select-checkbox span:before,
table.dataTable thead td.select-checkbox span:before,
table.dataTable thead th.select-checkbox span:before {
	content: ' ';
	border: 2px solid #82858e;
	background:#fff;
	margin: 0;
	border-radius: 3px;
	width: 18px;
	height: 18px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

table.dataTable tbody tr.selected td.select-checkbox span:before,
table.dataTable tbody tr.selected th.select-checkbox span:before,
table.dataTable thead tr td.select-checkbox.selected span:before,
table.dataTable thead tr th.select-checkbox.selected span:before {
	background: #3491fa;
	border-color: #3491fa;
}

table.dataTable thead td.select-checkbox span:before,
table.dataTable thead td.select-checkbox span:after,
table.dataTable thead th.select-checkbox span:before,
table.dataTable thead th.select-checkbox span:after,
table.dataTable tbody td.select-checkbox span:before,
table.dataTable tbody td.select-checkbox span:after,
table.dataTable tbody th.select-checkbox span:before,
table.dataTable tbody th.select-checkbox span:after {
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
	background-image: none;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #6f7482;
	font-size: 1.2em;
}

table.dataTable thead .sorting_desc:after {
	content: "\f0d7";
}

table.dataTable thead .sorting_asc:after {
	content: "\f0d8";
}

table.dataTable tbody tr.selected,
table.dataTable tbody tr>.selected {
	background-color: #f6f6f9;
}

table.dataTable thead th,
table.dataTable thead td {
	border-bottom: none;
}
table.dataTable tbody td{
	padding-right:20px;
}

table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
    border-bottom: 1px solid #3292f9;
    background-color: rgba(127, 127, 129, 0.12);
}
table.dataTable thead td.sorting:hover,
table.dataTable thead th.sorting:hover {
    background-color: rgba(127, 127, 129, 0.12);
}
table.dataTable thead th.sorting_disabled:hover,
table.dataTable thead th.no-padding:hover {
	border-bottom: none;
}

table.dataTable thead th.sorting_disabled:hover:after{
	display:none;
}

table.dataTable .select-checkbox {
	cursor: pointer;
}

.table>tbody>tr>td.menu-cell .dropdown,
.table>tbody>tr>td.menu-cell {
	margin: 0;
}

.table>tbody>tr>td.menu-cel {
	padding: 4px;
}

.menu-cell>div>a.wave-effect {
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	border-radius: 50%;
	text-align: center;
	margin: auto;
	padding: 0;
	display: inline-block;
	position: relative;
}

.menu-cell>div>a.wave-effect.grab {
	cursor: -webkit-grab;
    cursor: grab;
}

.sortable-ghost .menu-cell>div>a.wave-effect.grab,
.sortable-chosen .menu-cell>div>a.wave-effect.grab {
	cursor: -webkit-grabbing !important;
    cursor: -webkit-grab !important;
    cursor: grab !important;
}

/* .table-body .table-row[draggable="false"] {
	-webkit-transform: none!important;
	transform: none!important;
} */

.menu-cell>div>a.wave-effect.grab>i {
	color: #d3d5da;
}

.table>tbody>tr>td.icon-btn i,
.menu-cell>div>a.wave-effect>i {
	font-size: 2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #a0a3ab;
	pointer-events: none;
}

table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
	content: none;
	display: none;
}

table.dataTable>tbody>tr.child ul.dtr-details {
	display: block;
	padding: 1em 30px;
}
ul.dtr-details .dtr-data>i {
	padding: 0 5px;
}

table.dataTable>tbody>tr.child span.dtr-title {
	display: inline-block;
	min-width: 90px;
	font-weight: bold;
	margin-right: 10px;
	line-height: 22px;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
	border-bottom: none;
	line-height: 1;
	padding-top: 1em;
	padding-bottom:0;
}
table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
    padding: 0;
}

.table .table-body .parent-row.sortable-chosen .table-row {
	background: #f9f9fb;
}

.sortable-ghost,
.sortable-chosen {
    background: #eaecee!important;
    -webkit-box-shadow: 0px 12px 20px -12px rgba(28, 31, 41, 0.12), 13px 15px 20px -10px rgba(50, 57, 79, 0.12);
    box-shadow: -10px 5px 18px 0px rgba(28, 31, 41, 0.12), 13px 15px 16px -12px rgba(50, 57, 79, 0.12);
    z-index: 1;
    position: relative;
    border:1px solid #e2e4e7!important;
    transform: rotate(-.8deg)!important;
    border-radius: 8px;
}
.sortable-ghost a.wave-effect.grab>i,
.sortable-chosen a.wave-effect.grab>i{
	color:#727681!important;
}

.sortable-chosen .control-label strong,
.sortable-chosen .table-cell label {
	font-weight: bold!important;
	color: #575757!important;
}

.sortable-drag {
	opacity: 0!important;
}

.sortable-disabled .grab i {
	display: none;
}

.sortable-disabled .grab {
	cursor: default!important;
}

.sortable-disabled .grab.wave-effect:after {
	display: none!important;
}

.table .table-body .table-row.button-row {
	border: 0;
	padding-bottom: 10px;
}


/* DataTable Pagination */

.dataTables_wrapper .dataTables_paginate .paginate_button {
	position: relative;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	font-weight: bold;
	color: #333;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	color: #3292f9!important;
	cursor: default;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:after {
	background: rgba(51, 145, 249, .12);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
	font-weight: 400;
	color: #9999a5 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: not-allowed;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #333!important;
}

.dataTables_wrapper .dataTables_paginate>.paginate_button.next,
.dataTables_wrapper .dataTables_paginate>.paginate_button.previous {
	vertical-align: middle;
	border: 2px solid #3292f9;
	color: #3292f9!important;
	position: relative;
	overflow: hidden;
}

.dataTables_wrapper .dataTables_paginate>.paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate>.paginate_button.next.disabled,
.dataTables_wrapper .dataTables_paginate>.paginate_button.previous.disabled {
	border: 2px solid transparent!important;
	color: #9999a5 !important;
}

.dataTables_wrapper .dataTables_paginate>.paginate_button.next:hover:after,
.dataTables_wrapper .dataTables_paginate>.paginate_button.previous:hover:after {
	width: 120px;
	height: 120px;
	background: rgba(51, 145, 249, .12);
}

.dataTables_wrapper .dataTables_paginate>.paginate_button.disabled:hover:after {
	width: 0;
	height: 0;
	background: none;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
	display: inline-block;
}

.dataTables_length,
.dataTables_wrapper .dataTables_paginate {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.dataTables_length .select-css {
	margin: 0 10px;
	width: 60px;
}

table.dataTable tbody tr.parent .fa-plus-square:before {
	content: "\f146";
}

.dataTables_wrapper .dataTables_processing {
	position: fixed;
	top: 45vh;
	left: 50%;
	z-index: 1;
	width: 150px;
	height: auto;
	margin-left: 0;
	padding: 15px!important;
	border-radius: 25px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: .95em;
	font-weight: bold;
	color: #3292f9!important;
	border: 2px solid #ecf5ff!important;
	-webkit-box-shadow: 0px 20px 16px rgba(51, 145, 249, .08), 6px 1px 20px rgba(51, 145, 249, .06);
	box-shadow: 0px 20px 16px rgba(51, 145, 249, .08), 6px 1px 20px rgba(51, 145, 249, .06);
	background: #fff!important;
}

.loader {
	position: relative;
	margin: 0px auto 10px;
	width: 35px;
	height: 35px;
}

.loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.circle-loader {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	height: 100%;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
}

.circle-path {
	stroke-dasharray: 150, 200;
	stroke-dashoffset: -10;
	-webkit-animation: dash 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	animation: dash 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	stroke-linecap: round;
	stroke-width: 4;
	stroke: #3391f9;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124;
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124;
	}
}


/**Table Drag and drop **/

.table-header>div {
	display: inline-block;
}

.table.table-sortable .table-body .table-cell,
.table.table-sortable .table-body .menu-cell {
	display: inline-block;
	white-space: normal;
}

.table .table-body .table-cell:nth-child(4),
.table .table-body .table-cell:nth-child(5),
.table .table-body .menu-cell {
	vertical-align: top;
}

.table .table-body .table-cell label {
	margin: 0;
	color: #727681;
	font-weight: 400;
}

.header-icons {
	cursor: pointer;
	padding: 2px 10px;
}

.header-icons.active {
	color: #3a88fd;
}

.table-row span.icons {
	padding: 2px 6px;
	background: #f6f6f9;
	color: #727681;
	border-radius: 3px;
	margin-right: 2px;
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 25px;
}

.table-body .table-row.active>.table-cell .icons {
	background: rgba(58, 136, 253, .09);
	color: #3a88fd;
}

.table-body .table-row.highlight .table-cell>label {
	color: #9298a0;
}

.table-body .table-row.highlight.active .table-cell label,
.table-row.title-row .table-cell label,
.table-row.parent-row .table-cell:nth-child(3) label {
	color: #3f4045;
}

.table-row.title-row .table-cell label {
	font-weight: bold;
	vertical-align: middle;
}

.table-row.title-row .table-cell label .title {
	text-transform: uppercase;
}

.table-row.parent-row .table-row {
	padding-left: 32px;
}

.table .table-body .table-row .menu-cell {
	width: 30px!important;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.table .table-body .table-row .menu-cell>div {
	text-align: center;
	height: 100%;
	width: 30px;
}

.table-header>div:nth-child(3),
.table-row>.table-cell:nth-child(3) {
	width: calc(100% - 320px);
}
.table .table-row .table-cell.group-name,
.table .table-row .table-cell.option-name,
.table-header>div.group-name,
.table-header>div.option-name{
	width: calc(50% - 80px)!important;
    max-width: 320px;
}

.table-header .checkboxes,
.table-row .table-cell.checkboxes {
	width: 120px;
	padding:0 8px;
	font-size: 1.2rem;
	margin:0;
}
.table-header .checkboxes {
	padding: 1.15rem 8px;
}
.header-icons {
	color: #727681;
	background: #ececec;
	padding: 4px;
	border-radius: 3px;
}
.table-header .checkboxes input[type='checkbox'] + .label-wrapper{
	margin-top: 4px;
}
.table-header .checkboxes label {
	margin-bottom: 0;
	cursor: pointer;
}

.row-chkx {
	display: inline-block;
}

.table .table-row .table-cell.icon-list{
	text-align: right;
}
.table .table-row .table-cell.icon-list > * {
    padding: 0 4px;
}
.table .table-row .table-cell .collapse.in.inline-b{
	display: inline-block!important
}
.table .table-row .table-cell.cell-name{
	max-width: calc(100% - 230px);
}

/* table double row */
.table-double-row .table-header,
.table-double-row .table-body .table-row{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
			align-items: center;
	padding-left:4px;
}
.table.table-double-row  .table-header .main-cell,
.table.table-double-row  .table-body .main-cell{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex:1;
	    -ms-flex-positive:1;
	        flex-grow:1;
	max-width:100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 10px 8px;
	width:auto;
}
.table-double-row .table-header .main-cell > div:last-of-type,
.table-double-row .table-body .table-row .main-cell > label:last-of-type{
	padding-right:0px!important;
}
.table-double-row .table-body .table-row .main-cell .row-group-cat > div:first-of-type,
.table-double-row .table-body .table-row .main-cell .option-name > div:first-of-type,
.table-double-row .table-body .table-row .main-cell .item-name > div:first-of-type{
	font-weight: 600;
	font-size:1.35rem;
}
.table-double-row .table-body .table-row .main-cell .row-group-cat > div:nth-of-type(2),
.table-double-row .table-body .table-row .main-cell .item-name > div:nth-of-type(2){
	font-size: 1.2rem;
	color:#666;
}
.table-double-row .table-body .table-row .main-cell .row-group-cat > div:not(.tooltip),
.table-double-row .table-body .table-row .main-cell .option-name > div:not(.tooltip),
.table-double-row .table-body .table-row .main-cell .item-name > div:not(.tooltip){
	overflow: hidden;
    text-overflow: ellipsis;
}
.text-overflow-ellipsis{
	overflow: hidden;
    text-overflow: ellipsis;
}
.table-double-row .table-body .table-cell{
	height: 58px;
}
.table-double-row .table-body .table-cell label{
    height: auto;
	line-height: 1.55;
	font-size: 1.25rem;
}
.table-double-row .table-body .table-cell label .label-price .more-info-active.eb-price-tooltip ~ span{
	margin-right:8px;
}
.table-double-row .table-body .table-cell label .label-price .eb-price-tooltip ~ span{
	margin-right:0px;
}
.table-double-row .table-body .table-cell label .label-price .more-info-active.eb-price-tooltip{
	position: absolute;
	width: calc(100% - 24px);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.table-double-row .table-body .table-cell label .label-price .more-info-active.eb-price-tooltip:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 2px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #3392fa;
    border-radius: 50%;
}
/* cell width and alignement */
.table-double-row .row-right{
	text-align: right;
}
.table-double-row .row-tooltip{
	position: relative;
	overflow: visible!important;
}
.table-double-row .row-90{
	width: 90px;
}
.table-double-row .row-120{
	width: 120px;
}
.table-double-row .row-170{
	width: 170px;
}
.table-double-row .row-200{
	width: 200px;
}
.table-double-row .row-280{
	width: 280px;
}
.table-double-row .row-2lines{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-height: 38px;
}

.table-double-row .table-header div,
.table-double-row .table-body .table-row .main-cell label{
	padding-right:2rem;
}
.table-double-row .item-name{
	max-width: 370px!important;
    width: 100%!important;
}
.table-double-row .item-group-name{
	max-width: calc(100% - 160px)!important;
    width: 100%!important;
}
.table-double-row .row-group-cat,
.table-double-row .option-name{
	width: 250px;
}
.table-double-row .row-group-cat .boxed-label{
	max-width: 250px;
}
.table-double-row .coupon-name{
	width: 150px;
}
.table-double-row .coupon-name .boxed-label{
	max-width: 150px;
}
.table-double-row .coupon-name .boxed-label > span{
	font-size: 1.25rem;
    font-weight: bold;
    color: #8b8b9e;
    margin-right: .5rem;
}
.table-double-row .coupon-name .boxed-label strong:hover{
	opacity:.8;
}
.table-double-row .coupon-applied-item{
	width: 170px;
}
.table-double-row .coupon-discount{
	width: 200px;
}
.table-double-row .row-price{
	width: 110px;
	text-align:right;
	position: relative;
	overflow: visible!important;
}
.table-double-row .row-price .boxed-label{
	max-width: 110px;
}
.table-double-row .row-date{
	width: 135px;
}
.table-double-row .row-location{
	width: 180px;
}
.table-double-row .row-quantity{
	width: 110px;
	text-align: right;
}
.table-double-row .row-checkboxes{
    width: 120px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.table-double-row .row-checkboxes i{
	margin:0 8px;
}
.table-double-row .row-quantity .quantityAvailable{
	margin: 0;
	padding:0;
}

.table-double-row .row-group-cat .js-option-location,
.table-double-row .js-coupon-expires-at,
#tableOptions .table-header .row-group-cat{
	margin-left:8px;
}
.table-double-row .table-header .row-price,
.table-double-row .table-header .row-quantity{
	margin-right:8px;
}
@media (max-width: 1200px){
	.table-double-row .row-group-cat,
	.table-double-row .option-name{
		width: 180px;
	}
	.table-double-row .row-group-cat .boxed-label{
		max-width: 180px;
	}
}
@media (max-width: 960px){
	.table-double-row .item-name{
		max-width: 220px!important;
		width: 100%!important;
	}
	.table-double-row .row-group-cat,
	.table-double-row .option-name{
		width: 180px;
	}
	.table-double-row .row-group-cat .boxed-label{
		max-width: 180px;
	}
}


/** Drag and drop **/

.sortable-wrapper .menu-cell {
	position: absolute;
	height: 30px;
	top: 5px;
}


/** Flag icon **/

.flag-icon {
	-webkit-box-shadow: 0 0 2px #ccc;
	box-shadow: 0 0 2px #ccc;
	background-size: cover;
}


/** Announcement **/

.announcement-box {
	background: #f5b041;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
}

.announcement-box div p {
	margin: 0;
}

.announcement-box>.container>div {
	padding: 5px;
}

.announcement-box h4 {
	color: #fff;
	text-transform: initial;
	margin: 0;
	font-size: 1.2em;
}

@media (max-width:991px) {
	.announcement-box {
		margin-top: 55px;
		margin-bottom: -55px;
	}
}


/** Fix Table **/

.modal-open .fr-popup.fr-active {
	z-index: 10002!important;
}

.modal-open.fr-fullscreen .fr-popup.fr-active {
	z-index: 2147483645!important;
}

.modal-open .pac-container {
	z-index: 2147483645!important;
}

.fr-box {
	border: 1px solid #ccc;
}

.second-toolbar,
.fr-box.fr-basic .fr-wrapper,
.fr-toolbar {
	border: none;
}

.fr-box.fr-basic,
.fr-toolbar.fr-top,
.second-toolbar {
	border-radius: 0;
}

iframe.fr-iframe {
	padding: 15px 15px 0 15px!important;
}

.fr-placeholder {
	z-index: 3!important;
	pointer-events: none;
	position: absolute!important;
	;
	margin-top: 0!important;
	padding: 15px!important;
}

.fr-iframe {
	min-height: 300px;
}
.fr-dropdown-list{
	max-width: 300px;
}
.fr-dropdown-list li a{
	white-space: normal!important;
}
.tutorial-section a,
.tutorial-section ul li,
.tutorial-section ol li,
.tutorial-section p {
	font-size: 1.4rem;
}

.tutorial-section img {
	border: 2px solid #ccc;
	border-radius: 3px;
}

.tutorial-section ul+img {
	margin-left: 24px;
	max-width: calc(100% - 30px);
}

.tutorial-section ul ul {
	margin-top: 2px;
	margin-bottom: 12px;
}

.help-text {
	display: block;
	font-size: 1.1em;
	line-height: 1.4;
	margin-top: 2px;
	color: #737373;
}


/** CUSTOM CHECKBOX AND RADIO BUTTONS **/

.checkboxes input[type='checkbox'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'],
.radio input[type='radio'],
.radio-inline input[type='radio'] {
	display: none;
}

#formEditGuest .radio.cust-check-disabled input[type='radio'] {
	display: block;
}

#formEditGuest .radio.cust-check-disabled {
	padding-left: 20px;
}

#formEditGuest .cust-check-disabled label{
	cursor:default;
}

.radio,
.checkbox,
.radio-inline,
.checkbox-inline {
	position: relative;
	padding-left: 0;
}

.modal-body label.checkbox-inline {
	padding-left: 10px;
}

.checkboxes input[type='checkbox']+.label-wrapper {
	margin-top: 2px;
}

input[type="radio"]+.label-wrapper,
input[type="checkbox"]+.label-wrapper {
	position: relative;
	display: block;
	float: left;
	margin-right: 8px;
	width: 16px;
	height: 16px;
	border: 2px solid #686a72;
	border-radius: 2px;
	-webkit-tap-highlight-color: transparent;
}

input[type="radio"]+.label-wrapper {
	border-radius: 50%;
}

input[type="radio"]+.label-wrapper:after,
input[type="checkbox"]+.label-wrapper:after {
	content: '';
	position: absolute;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-webkit-transform: scale(0);
	transform: scale(0);
	text-shadow: none!important;
	margin: 0;
	font-size: 0.65em;
	color: #fff;
	line-height: 12px;
	width: 100%;
	text-align: center;
	pointer-events: none;
}

input[type="checkbox"]:checked+.label-wrapper,
input[type="radio"]:checked+.label-wrapper {
	border-color: #3493f9;
}

input[type="radio"]:checked+.label-wrapper {
	background-color: #3493f9;
}

.color-disabled input[type=radio]+.label-wrapper,
.color-disabled input[type="radio"]:checked+.label-wrapper:before {
	background: #fff;
}

.color-disabled input[type=radio]:checked+.label-wrapper {
	background: #d3d3d3;
}

.color-disabled input[type="checkbox"]+.label-wrapper:after {
	background: #d3d3d3;
}

.trigger-modal input[type=radio]+.label-wrapper,
.color-disabled input[type=radio]+.label-wrapper,
.trigger-modal input[type="checkbox"]+.label-wrapper,
.color-disabled input[type="checkbox"]+.label-wrapper {
	border-color: #d3d3d3;
}

input[type="radio"]+.label-wrapper:before,
.checkboxes .label-wrapper:before,
input[type="checkbox"]+.label-wrapper:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #3493f9;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}

input[type="radio"]:checked+.label-wrapper:before,
input[type="checkbox"]:checked+.label-wrapper:before {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	transition: -webkit-transform 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	transition: transform 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	transition: transform 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9), -webkit-transform 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}

input[type="checkbox"]:checked+.label-wrapper:after {
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	transition: -webkit-transform 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	transition: transform 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	transition: transform 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9), -webkit-transform 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

input[type="radio"]:checked+.label-wrapper:before {
	-webkit-transform: scale(.5);
	transform: scale(.5);
	border-radius: 50%;
	background: #fff;
}

#formEditGuest .option-group .checkbox {
	padding-left: 21px;
}

#formEditGuest .total {
	font-size: 1.2em;
}
/* INTERCOM */
.intercom-launcher-frame{
	z-index: 1030!important;
}

/* FROALA */

condition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin: 8px 0px;
}
condition::before,
condition::after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}
conditioninner {
    display: block;
    min-width: 26px;
}
conditioninner:empty {
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

/* ONLINE PORTAL */
#modalOnlinePortalEdit .modal-content {
	width: 100%;
}
#modalOnlinePortalEdit .modal-dialog {
	width: 100%;
	height: 100%;

	display: flex;
    align-items: center;
    justify-content: center;
}
#modalOnlinePortalEdit .modal-body {
    height: 100vh;
}

#onlinePortalBuilder h3 {
	margin-top: 0;
}

#modalOnlinePortalEdit .left-panel {
	height: 100%;
}

#onlinePortalBuilder .components-container {
	margin-bottom: 2rem;
}
#onlinePortalBuilder .components-container:last-child {
	margin-bottom: 0rem;
}
#onlinePortalBuilder .components-container .component:hover {
	cursor: -webkit-grab;
}
.draggable--is-dragging:hover{
	cursor: -webkit-grabbing;
}
#onlinePortalBuilder .component, #onlinePortalBuilder .display {
	margin-bottom: 1rem;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	padding: 1.5rem;
    background: #fff;
    border: 1px solid #f1f1f1;
	border-radius: .5rem;
	cursor: pointer;
}
#onlinePortalBuilder .component{
	border: 1px dashed #808080;
}
#onlinePortalBuilder .component:hover,
#onlinePortalBuilder .display:hover {
	background: rgba(49, 175, 213, .12);
	border-color: rgba(49, 175, 213, .2);
}
#onlinePortalBuilder .component {
	z-index:2;
}
#onlinePortalBuilder .component small.help-text{
    font-size: 1.1rem;
	line-height: 1.2;
	margin: 0;
}
#onlinePortalBuilder .component.selected, #onlinePortalBuilder .display.selected {
	border: 1px solid #5cb8e0;
	background: rgba(49, 175, 213, .06);
	color: #5cb8e0;
}
#onlinePortalBuilder .component.selected, #onlinePortalBuilder .display.selected svg{
	stroke: #5cb8e0;
}
#onlinePortalBuilder .display-check.highlight {
	border: 1px solid #feb049;
	background: rgba(254, 176, 73, .06);
	color: #feb049;
}
#onlinePortalBuilder .display.highlight svg{
	stroke: #feb049;
}
#onlinePortalBuilder .component span, #onlinePortalBuilder .display span {
	padding-left: 1rem;
}
#onlinePortalBuilder .component:last-child, #onlinePortalBuilder .display:last-child {
	margin-bottom: 0;
}

#onlinePortalBuilder .displays {
	margin-top:.4rem;
	margin-right: 3rem;
	margin-bottom:.4rem;
}

#onlinePortalBuilder .displays-container {
	display: flex;
	flex-wrap: wrap;
}
#onlinePortalBuilder .displays-container .display {
	margin: .5rem 1rem .5rem 0;
}
#onlinePortalBuilder .displays-container .display:last-child {
	margin-right: 0;
}
#onlinePortalBuilder .preview-item-container {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
}
#onlinePortalBuilder .iframe-container {
	height: 100%;
}
#onlinePortalBuilder .iframe-container iframe{
	width: 100%;
	height: 100%;
	min-height: 0px!important;
	min-width:0px!important;
}

#onlinePortalBuilder .dropzone.selected {
	border: 2px solid #5cb8e0;
	background: #edf5f8;
}
#onlinePortalBuilder .dropzone.invalid {
	border: 2px solid #e15955;
	background: #f9f4f6;
}
#onlinePortalBuilder .dropzone.selected:after ,
#onlinePortalBuilder .dropzone.invalid:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#onlinePortalBuilder .dropzone.invalid:after {
	content: "\f05e";
    color: rgba(225, 89, 85, .5);
}
#onlinePortalBuilder .dropzone.selected:after {
    content: "\f067";
    color: rgba(92, 184, 224, .5);
}
#onlinePortalBuilder .preview-item {
    background: #fff;
	min-height: 30vh;
	padding: 1rem;
	position: relative;
	border: 2px dashed gray;
}
#onlinePortalBuilder .preview-item-footer{
	background: #fff;
	min-height: 25vh;
	padding: 1rem;
	margin-top: 1.5rem;

	display: flex;
}
@media (max-width: 991px){
	#onlinePortalBuilder .preview-item,
	#onlinePortalBuilder .preview-item-footer{
		height: 20vh;
	}
}
#onlinePortalBuilder .preview-item-footer .iframe-container{
	height: auto;
	width: 100%;
	display: flex;
}
#onlinePortalBuilder .preview-item-footer .iframe-container .session{
	background-color: rgb(34 36 88 / 8%);
    width: 28vh;
    max-width: 100%;
    height: 100%;
    margin-right: 1rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 2rem;
}
#onlinePortalBuilder .preview-item-footer .iframe-container .session > span:first-child,
#onlinePortalBuilder .preview-item-footer .iframe-container .session > span:nth-child(2),
#onlinePortalBuilder .preview-item-footer .iframe-container .session > span:last-child{
	background: #d9d9de;
    width: 100%;
    border-radius: 2px;
}
#onlinePortalBuilder .preview-item-footer .iframe-container .session > span:first-child{
    height: 28px;
}
#onlinePortalBuilder .preview-item-footer .iframe-container .session > span:last-child{
	height: 38px;
	margin-top: auto;
    margin-bottom: 0;
}
#onlinePortalBuilder .preview-item-footer .iframe-container .session > span:nth-child(2){
	border-radius: 2px;
	width: 75%;
	height: 14px;
	margin-top:1rem;
}
#onlinePortalBuilder .full-width .preview-item {
    width: 100%;
}

/* TO FIX  / CLEAN */
#onlinePortalBuilder .right-sidebar .preview-item[data-display="main"],
#onlinePortalBuilder .left-sidebar .preview-item[data-display="main"]{
	width: 70%;
}
/* TO FIX */
#onlinePortalBuilder .left-sidebar .preview-item[data-display="aside"],
#onlinePortalBuilder .right-sidebar .preview-item[data-display="aside"]{
	width: 30%;
}
/* TO FIX */
#onlinePortalBuilder .left-sidebar .preview-item[data-display="aside"],
#onlinePortalBuilder .left-sidebar .preview-item[data-display="aside"]{
	order:0;
	margin-right: .8rem;
}
/* TO FIX */
#onlinePortalBuilder .right-sidebar .preview-item[data-display="aside"],
#onlinePortalBuilder .right-sidebar .preview-item[data-display="aside"]{
	order:2;
	margin-left: .8rem;
}

#onlinePortalBuilder .half-width .preview-item{
    width: 50%;
}

#onlinePortalBuilder .half-width .preview-item:first-child {
	margin-right: .8rem;
}
#onlinePortalBuilder .half-width .preview-item:last-child {
	margin-left: .8rem;
}
#onlinePortalBuilder .preview-item-overlayer {
    background: #f1f1f1;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
	width: 300px;
	max-width: 75%;
	height: 168px;
	min-height: 30%;
	border: 2px dashed gray;
}

#onlinePortalBuilder .overlayer {
	padding: 5px;
	margin: 10px;
}

#onlinePortalBuilder .preview-buttons {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}

#onlinePortalBuilder .preview-item:hover > .preview-buttons, #onlinePortalBuilder .preview-item-overlayer:hover > .preview-buttons {
	visibility: visible;
	opacity: 1;
}

#onlinePortalBuilder .preview-buttons {
	display:flex;
    position: absolute;
    top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	margin: 15px;
	padding: 15px 0px;
	border-radius: 5px;
	background: rgb(255, 255, 255, 1);
	box-shadow: 0 1px 3px #cfd3db;
}
#onlinePortalBuilder .preview-buttons a {
	padding: 0px 15px;
}
#onlinePortalBuilder .preview-buttons .edit-component {
	border-right: 1px solid #cfd3db;
}
#onlinePortalBuilder .preview-buttons:empty{
	background: transparent;
}

#onlinePortalBuilder .agenda-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#onlinePortalBuilder .agenda-container span i {
	font-size: 15em;
	opacity: 0.50;
}

#onlinePortalBuilder .agenda-container {
	margin: 50px;
}
/* ONLINE PORTAL RESPONSIVE */
@media (max-width: 991px){
	#onlinePortalBuilder .preview-item,
	#onlinePortalBuilder .preview-item-footer{
		height: 20vh;
	}
}

@media (max-width: 991px){
	#modalOnlinePortalEdit .left-panel {
		display: flex;
		flex-direction: column;
	}
	#modalOnlinePortalEdit .left-panel .well:first-child{
		order:2;
	}
	#onlinePortalBuilder .component,
	#onlinePortalBuilder .display{
		padding: 1rem;
	}
}
