@charset "UTF-8";

html {
	position: relative;
	min-height: 100%;
	overflow-x: hidden;
}

/* body {
	padding-top: 51px;
	margin-bottom: 70px !important;
} */
.navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

.logo-default {
	margin-top: 3px;
}

/* .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #f5f5f5;
  padding-top: 15px;
} */

body>.page-container {
	padding: 70px 15px 15px 15px;
}

.dd-user-avatar {
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}

.carousel-caption p {
	color: #fff;
	text-align: center;
}

a.user-nickname-img {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	line-height: 30px !important;
}

a.user-nickname-img img {
	height: 32px;
	border-radius: 50%;
	margin-right: 3px;
}

/* AJAX FORMS */
.form-msg {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.form-state-error .form-msg {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.form-state-success .form-msg {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.form-state-info .form-msg {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

/***

Portlets

***/

/* Full Screen portlet mode */

.page-portlet-fullscreen {
	overflow: hidden;
}

/* Basic portlet */

.portlet {
	margin-top: 0px;
	margin-bottom: 25px;
	padding: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.portlet.portlet-fullscreen {
	z-index: 10060;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.portlet.portlet-fullscreen>.portlet-body {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 10px;
}

.portlet.portlet-fullscreen>.portlet-title {
	padding: 0 10px;
}

.portlet>.portlet-title {
	border-bottom: 1px solid #eee;
	padding: 0;
	margin-bottom: 10px;
	min-height: 41px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.portlet>.portlet-title:before,
.portlet>.portlet-title:after {
	content: " ";
	display: table;
}

.portlet>.portlet-title:after {
	clear: both;
}

.portlet>.portlet-title>.caption {
	float: left;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	padding: 10px 0;
}

.portlet>.portlet-title>.caption.bold {
	font-weight: 400;
}

.portlet>.portlet-title>.caption>i {
	float: left;
	margin-top: 4px;
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
	color: #666;
}

.portlet>.portlet-title>.caption>i.glyphicon {
	margin-top: 2px;
}

.portlet>.portlet-title>.caption>.caption-helper {
	padding: 0;
	margin: 0;
	line-height: 13px;
	color: #9eacb4;
	font-size: 13px;
	font-weight: 400;
}

.portlet>.portlet-title>.actions {
	float: right;
	display: inline-block;
	padding: 6px 0;
}

.portlet>.portlet-title>.actions>.dropdown-menu i {
	color: #555555;
}

.portlet>.portlet-title>.actions>.btn,
.portlet>.portlet-title>.actions>.btn.btn-sm,
.portlet>.portlet-title>.actions>.btn-group>.btn,
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 1.5;
}

.portlet>.portlet-title>.actions>.btn.btn-default,
.portlet>.portlet-title>.actions>.btn.btn-sm.btn-default,
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-default,
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm.btn-default {
	padding: 3px 9px;
}

.portlet>.portlet-title>.actions>.btn>i,
.portlet>.portlet-title>.actions>.btn.btn-sm>i,
.portlet>.portlet-title>.actions>.btn-group>.btn>i,
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm>i {
	font-size: 13px;
}

.portlet>.portlet-title>.actions .btn-icon-only {
	padding: 5px 7px 3px 7px;
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default {
	padding: 4px 6px 2px 6px;
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default>i {
	font-size: 14px;
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen {
	font-family: FontAwesome;
	color: #a0a0a0;
	padding-top: 3px;
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen.btn-sm {
	padding: 3px 3px !important;
	height: 27px;
	width: 27px;
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen:before {
	content: "\f065";
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen.on:before {
	content: "\f066";
}

.portlet>.portlet-title>.tools {
	float: right;
	display: inline-block;
	padding: 12px 0 8px 0;
}

.portlet>.portlet-title>.tools>a {
	display: inline-block;
	height: 16px;
	margin-left: 5px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.portlet>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon.png);
	background-repeat: no-repeat;
	width: 11px;
}

.portlet>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon.png);
	background-repeat: no-repeat;
	width: 12px;
}

.portlet>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon.png);
	width: 13px;
}

.portlet>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon.png);
	width: 14px;
	visibility: visible;
}

.portlet>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon.png);
	width: 14px;
	visibility: visible;
}

.portlet>.portlet-title>.tools>a.fullscreen {
	display: inline-block;
	top: -3px;
	position: relative;
	font-size: 13px;
	font-family: FontAwesome;
	color: #ACACAC;
}

.portlet>.portlet-title>.tools>a.fullscreen:before {
	content: "\f065";
}

.portlet>.portlet-title>.tools>a.fullscreen.on:before {
	content: "\f066";
}

.portlet>.portlet-title>.tools>a:hover {
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.portlet>.portlet-title>.pagination {
	float: right;
	display: inline-block;
	margin: 2px 0 0 0;
	border: 0;
	padding: 4px 0;
}

.portlet>.portlet-title>.nav-tabs {
	background: none;
	margin: 0;
	float: right;
	display: inline-block;
	border: 0;
}

.portlet>.portlet-title>.nav-tabs>li {
	background: none;
	margin: 0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 2px solid transparent;
}

.portlet>.portlet-title>.nav-tabs>li.active {
	border-bottom: 2px solid #D9EDF7;
}

.portlet>.portlet-title>.nav-tabs>li>a {
	background: none;
	margin: 5px 0 0 1px;
	border: 0;
	padding: 8px 10px;
	color: #fff;
}

.portlet>.portlet-title>.nav-tabs>li.active>a,
.portlet>.portlet-title>.nav-tabs>li:hover>a {
	color: #333;
	background: #fff;
	border: 0;
}

.portlet>.portlet-body {
	clear: both;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.portlet>.portlet-empty {
	min-height: 125px;
}

.portlet.full-height-content {
	margin-bottom: 0;
}

/* Portlet background colors */

/* Side bordered portlet */

.portlet.bordered {
	border-left: 2px solid #e6e9ec !important;
}

.portlet.bordered>.portlet-title {
	border-bottom: 0;
}

/* Solid colored portlet */

.portlet.solid {
	padding: 0 10px 10px 10px;
	border: 0px;
}

.portlet.solid>.portlet-title {
	border-bottom: 0;
	margin-bottom: 10px;
}

.portlet.solid>.portlet-title>.caption {
	padding: 16px 0 2px 0;
}

.portlet.solid>.portlet-title>.actions {
	padding: 12px 0 6px 0;
}

.portlet.solid>.portlet-title>.tools {
	padding: 14px 0 6px 0;
}

/* Solid bordered portlet */

.portlet.solid.bordered>.portlet-title {
	margin-bottom: 10px;
}

/* Box portlet */

.portlet.box {
	padding: 0px !important;
}

.portlet.box>.portlet-title {
	border-bottom: 0;
	padding: 0 10px;
	margin-bottom: 0;
	color: #fff;
}

.portlet.box>.portlet-title>.caption {
	padding: 11px 0 9px 0;
}

.portlet.box>.portlet-title>.tools>a.remove {
	background-image: url(../img/portlet-remove-icon-white.png);
}

.portlet.box>.portlet-title>.tools>a.config {
	background-image: url(../img/portlet-config-icon-white.png);
}

.portlet.box>.portlet-title>.tools>a.reload {
	background-image: url(../img/portlet-reload-icon-white.png);
}

.portlet.box>.portlet-title>.tools>a.expand {
	background-image: url(../img/portlet-expand-icon-white.png);
}

.portlet.box>.portlet-title>.tools>a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png);
}

.portlet.box>.portlet-title>.tools>a.fullscreen {
	color: #fdfdfd;
}

.portlet.box>.portlet-title>.actions {
	padding: 7px 0 5px 0;
}

.portlet.box>.portlet-body {
	background-color: #fff;
	padding: 10px;
}

.portlet.box.portlet-fullscreen>.portlet-body {
	padding: 10px;
}

/* Light Portlet */

.portlet.light {
	padding: 12px 20px 15px 20px;
	background-color: #fff;
}

.portlet.light.bordered {
	border: 1px solid #e1e1e1 !important;
}

.portlet.light.bordered>.portlet-title {
	border-bottom: 1px solid #eee;
}

.portlet.light.bg-inverse {
	background: #F7F7F7;
}

.portlet.light>.portlet-title {
	padding: 0;
	min-height: 46px;
}

.portlet.light>.portlet-title>.caption {
	color: #666;
	padding: 10px 0;
}

.portlet.light>.portlet-title>.caption>.caption-subject {
	font-size: 16px;
}

.portlet.light>.portlet-title>.caption>i {
	color: #777;
	font-size: 15px;
	font-weight: 300;
	margin-top: 3px;
}

.portlet.light>.portlet-title>.caption.caption-md>.caption-subject {
	font-size: 15px;
}

.portlet.light>.portlet-title>.caption.caption-md>i {
	font-size: 14px;
}

.portlet.light>.portlet-title>.actions {
	padding: 6px 0 14px 0;
}

.portlet.light>.portlet-title>.actions .btn-default {
	color: #666;
}

.portlet.light>.portlet-title>.actions .btn-icon-only {
	height: 27px;
	width: 27px;
}

.portlet.light>.portlet-title>.actions .dropdown-menu li>a {
	color: #555;
}

.portlet.light>.portlet-title>.inputs {
	float: right;
	display: inline-block;
	padding: 4px 0;
}

.portlet.light>.portlet-title>.inputs>.portlet-input .input-icon>i {
	font-size: 14px;
	margin-top: 9px;
}

.portlet.light>.portlet-title>.inputs>.portlet-input .input-icon>.form-control {
	height: 30px;
	padding: 2px 26px 3px 10px;
	font-size: 13px;
}

.portlet.light>.portlet-title>.inputs>.portlet-input>.form-control {
	height: 30px;
	padding: 3px 10px;
	font-size: 13px;
}

.portlet.light>.portlet-title>.pagination {
	padding: 2px 0 13px 0;
}

.portlet.light>.portlet-title>.tools {
	padding: 10px 0 13px 0;
	margin-top: 2px;
}

.portlet.light>.portlet-title>.nav-tabs>li {
	margin: 0;
	padding: 0;
}

.portlet.light>.portlet-title>.nav-tabs>li>a {
	margin: 0;
	padding: 12px 13px 13px 13px;
	font-size: 13px;
	color: #666;
}

.portlet.light>.portlet-title>.nav-tabs>li.active>a,
.portlet.light>.portlet-title>.nav-tabs>li:hover>a {
	margin: 0;
	background: none;
	color: #333;
}

.portlet.light.form-fit {
	padding: 0;
}

.portlet.light.form-fit>.portlet-title {
	padding: 17px 20px 10px 20px;
	margin-bottom: 0;
}

.portlet.light .portlet-body {
	padding-top: 8px;
}

.portlet.light.portlet-fullscreen>.portlet-body {
	padding: 8px 0;
}

.tab-pane>p:last-child {
	margin-bottom: 0px;
}

/* Reverse aligned tabs */

.tabs-reversed>li {
	float: right;
	margin-right: 0;
}

.tabs-reversed>li>a {
	margin-right: 0;
}

/* jQuery UI Draggable Portlets */

.portlet-sortable:not(.portlet-fullscreen)>.portlet-title {
	cursor: move;
}

.portlet-sortable-placeholder {
	border: 2px dashed #eee;
	margin-bottom: 25px;
}

.portlet-sortable-empty {
	height: 45px;
}

.portlet.calendar .fc-button .fc-icon {
	height: 28px;
	top: -5px;
}

.portlet.calendar .fc-left h2,
.portlet.cal .fc-left h2 {
	text-transform: capitalize;
}

.portlet.cal.light .portlet-title>.nav-tabs>li>a {
	border-bottom: 2px solid transparent;
	/*padding-bottom: 15px;
	margin-left:2px;*/
	padding: 11px 10px 16px 10px;
}

.portlet.cal.light .portlet-title>.nav-tabs>li.active>a,
.portlet.cal.light .portlet-title>.nav-tabs>li:hover>a {
	border-bottom: 2px solid #5B9BD1;
}

.portlet.cal.light .portlet-title>.nav-tabs>li.disabled>a {
	color: #999 !important;
}

.portlet.cal.light .portlet-title>.nav-tabs>li.disabled>a:hover {
	border-bottom: 2px solid transparent;
	color: #999 !important;
}

/***

Select2 Plugin

***/
.form-control .select2-choice {
	border: 1px solid #e5e5e5;
	background-color: #fff;
	background-image: none;
	filter: none;
	height: 34px;
	padding: 3px 0 0px 12px;
}

.select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #e5e5e5;
	background-color: #fff;
	background-image: none;
	filter: none;
}

.select2-drop {
	border: 1px solid #e5e5e5;
	background-color: #fff;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: none;
	border-top: 0;
}

.select2-drop-auto-width {
	border-top: 1px solid #e5e5e5;
}

.select2-drop.select2-drop-above {
	border-top: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.select2-drop-active {
	border: 1px solid #999999;
	border-top: 0;
}

.select2-container .select2-choice .select2-arrow {
	background-image: none;
	background-color: #fff;
	filter: none;
	border-left: 1px solid #e5e5e5;
}

.select2-container.select2-container-active .select2-arrow,
.select2-container.select2-dropdown-open .select2-arrow {
	border-left: 0 !important;
}

.select2-container .select2-choice .select2-arrow b {
	background-position: 0 1px;
}

.select2-search input {
	border: 1px solid #e5e5e5;
	background-color: #fff !important;
	filter: none;
	margin: 0;
	outline: 0;
	border: 1px solid #e5e5e5;
	webkit-appearance: none !important;
	color: #333333;
	outline: 0;
	box-shadow: none;
	height: auto !important;
	min-height: 26px;
	padding: 6px 6px !important;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 5px;
}

.form-control.select2-container {
	border: 0;
	height: auto !important;
	padding: 0px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	border: 1px solid #999999 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.select2-dropdown-open .select2-choice {
	border-bottom: 0 !important;
	background-image: none;
	background-color: #fff;
	filter: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
	border: 1px solid #999999 !important;
	border-top: 0 !important;
	background-image: none;
	background-color: #fff;
	filter: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.select2-drop.select2-drop-above.select2-drop-active {
	border: 1px solid #999999 !important;
	border-bottom: 0 !important;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -18px 1px;
}

.select2-results {
	margin: 5px 0;
}

.select2-results .select2-highlighted {
	background: #eee;
	color: #333;
}

.select2-results li em {
	background: #feffde;
	font-style: normal;
}

.select2-results .select2-highlighted em {
	background: transparent;
}

.select2-results .select2-highlighted ul {
	background: #fff;
	color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
	padding: 3px 7px 4px;
	background: #f4f4f4;
	display: list-item;
}

.select2-container-multi {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.select2-container-multi .select2-choices {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.select2-container-multi.select2-dropdown-open {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.select2-container-multi.select2-dropdown-open .select2-choices {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.select2-container-multi.select2-dropdown-open.select2-drop-above {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.select2-container-multi.select2-dropdown-open.select2-drop-above .select2-choices {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.select2-container-multi .select2-choices {
	padding-left: 6px;
	min-height: 34px;
	border: 1px solid #e5e5e5;
	background-image: none;
	background-color: #fff;
	filter: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #999 !important;
	background-image: none;
	background-color: #fff;
	filter: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 18px;
	margin: 5px 0 3px 5px;
	border: 1px solid #e5e5e5;
	background-image: none;
	background-color: #fff;
	filter: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.has-error .form-control .select2-choice {
	border: 1px solid #a94442;
}

/***
Forms
***/
/* Input placeholder font color */
.form-control::-moz-placeholder {
	color: #b3b3b3;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #b3b3b3;
}

.form-control::-webkit-input-placeholder {
	color: #b3b3b3;
}

/* Form inputs */

.form-control {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-color: white;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #999999;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
}

.form-control.height-auto {
	height: auto;
}

.form-control.form-control-solid {
	background-color: #F1F3F8;
	border-color: #F1F3F8;
	color: #A6B2BA;
}

.form-control.form-control-solid:focus {
	border-color: #e3e7f1;
}

.form-control.form-control-solid::-moz-placeholder {
	color: #acb7be;
	opacity: 1;
}

.form-control.form-control-solid:-ms-input-placeholder {
	color: #acb7be;
}

.form-control.form-control-solid::-webkit-input-placeholder {
	color: #acb7be;
}

/* Form uneditable input */

.uneditable-input {
	padding: 6px 12px;
	min-width: 206px;
	font-size: 14px;
	font-weight: normal;
	height: 34px;
	color: #333333;
	background-color: white;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* Form input sizing */

.input-mini {
	width: 45px !important;
}

.input-xsmall {
	width: 80px !important;
}

.input-small {
	width: 145px !important;
}

.input-medium {
	width: 240px !important;
}

.input-large {
	width: 320px !important;
}

.input-xlarge {
	width: 420px !important;
}

.input-inline {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.form-group .input-inline {
	margin-right: 5px;
}

.input-sm {
	height: 28px;
	padding: 5px 10px;
	font-size: 13px;
}

select.input-sm {
	height: 28px;
	line-height: 28px;
	padding: 2px 10px;
}

.cal-source {
	padding-right: 5px;
}

.cal-source i {
	position: absolute;
	right: 5px;
	display: none;
}

.cal-source.checked i {
	display: inline-block;
}

.container-flex,
.form-flex {
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
}

.container-flex .thumbnail,
.form-flex .form-group {
	height: 100%;
}

.container-flex>div {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	li[data-hover="dropdown"]:hover>.dropdown-menu {
		display: block !important;
	}
}

@media (max-width: 768px) {
	#topnavbar .dropdown-menu {
		position: relative;
		width: 100%;
	}
}

.text-help {
	margin-left: 15px;
	margin-top: 5px;
	color: #0a1737;
}

.card-cover {
	margin: -100px -35px -100px -23px;
	position: relative;
}

.card-cover-2 {
	margin: 0 0 -100px -48px;
	position: relative;
}

.card-cover h1 {
	font-family: 'eurostilebold';
	max-width: 430px;
	width: 30%;
	margin: 0;
	font-size: 32px;
	color: #fff;
	line-height: 22px;
	position: absolute;
	top: 60%;
	left: 40px;
}

.card-cover-2 h1 {
	left: 70px;
}

.card-cover a {
	background: #0a1737;
	width: 64px;
	height: 64px;
	margin: 0 0 0 -32px;
	text-align: center;
	line-height: 64px;
	border-radius: 100%;
	display: inline-block;
	position: absolute;
	bottom: -22px;
	left: 50%;
}

.card-cover+.article-full {
	margin: 0 0 120px;
	padding-top: 100px;
	padding-bottom: 0;
	overflow: inherit;
}

.transcard {}

.transcard>* {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateX(-10%);
	-moz-transform: translateX(-10%);
	transform: translateX(-10%);
}

.transcard>*:nth-child(2n) {
	-webkit-transform: translateX(10%);
	-moz-transform: translateX(10%);
	transform: translateX(10%);
}

.transcard>*.animate {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

.transcard h1 {
	font-family: eurostilemedium;
	font-size: 46px;
	color: #042c47;
}

.transcard h1 span {
	color: #00b4f4;
}

.transcard h2 {
	font-family: eurostilemedium;
	margin: 40px 0 20px;
	font-size: 30px;
	color: #00b4f4;
}

.transcard h2.mt-0 {
	margin-top: 0 !important;
}

.transcard h3 {
	font-family: eurostilemedium;
	margin: 40px 0 70px;
	font-size: 32px;
	color: #042c47;
}

.blue-title {
	color: #00b4f4 !important;
}

.blue-text {
	color: #00b4f4 !important;
}

.purple-text {
	color: #652776 !important;
}

.intro-text h2 span.purple-text {
	font-size: 30px;
}

.transcard .card-benefit {}

.transcard .card-benefit figure {
	background: none;
	margin: 0;
}

.transcard .card-benefit .text {
	background: #fff;
	max-width: 284px;
	margin: -70px auto 50px;
	padding: 90px 30px 47px;
	font-size: 22px;
	color: #06a9e8;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

.transcard .card-benefit .text.less-padding {
	padding: 90px 30px 17px;
}

.transcard ul {
	margin: 50px 0;
}

.transcard ul li {
	padding: 0 0 0 70px;
	font-size: 16px;
	color: #06a9e8;
	position: relative;
}

.transcard ul li:before {
	content: '';
	background: #00b4f4;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 8px;
	left: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.transcard ul li span {
	color: #1f0e46;
	font-weight: 700;
	display: block;
}

.transcard .full-width {
	display: block;
}

.transcard .full-width img {
	width: 100%;
	max-width: none;
}

.transcard form {}

.transcard form input {
	background: #fff;
	width: 100%;
	height: 52px;
	padding: 0 40px;
	border: 1px solid #85dcf8;
	border-radius: 50px;
}

.transcard form button {
	background: #f22b3a;
	width: auto;
	margin: 0;
	padding: 16px 55px;
	border-radius: 50px;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	transform: translateY(50%);
}

.transcard form button.btn-link {
	font-family: 'eurostilemedium';
	background: #34c6f4;
	padding: 19px 56px 18px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 30px;
	display: inline-block;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.transcard form button.btn-link:hover {
	background: #0e1130;
	color: #fff;
	text-decoration: none;
}

.overflow-visible {
	overflow: inherit;
}

.benefits-list {
	margin: 0 0 0;
}

.benefits-list .benefit-entry-box {
	margin: -82px auto 120px;
	padding: 0 25px 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.benefits-list .benefit-entry-box:before {
	content: '';
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	position: absolute;
	top: 82px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.benefits-list .benefit-entry-box figure {
	background: #3dd5ff;
	background-image: none;
	width: 144px;
	height: 144px;
	margin: 0 auto;
	line-height: 130px;
	border-radius: 100%;
}

.benefits-list .benefit-entry-box figure img {
	max-width: 80%;
}

.benefits-list .benefit-entry-box .figure {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01b2f2+0,234f87+100 */
	background: #01b2f2;
	/* Old browsers */
	background: -moz-linear-gradient(left, #01b2f2 0%, #234f87 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #01b2f2 0%, #234f87 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #01b2f2 0%, #234f87 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01b2f2', endColorstr='#234f87', GradientType=1);
	/* IE6-9 */
	width: 144px;
	height: 144px;
	margin: 0 auto;
	font-size: 60px;
	color: #fff;
	line-height: 144px;
	border-radius: 100%;
}

.benefits-list .benefit-entry-box .figure img {
	margin: -20px 0 0;
}

.benefits-list .benefit-entry-box .figure span {
	width: 174px;
	height: 174px;
	margin: 0 0 0 -87px;
	border: 1px solid #39c7f3;
	border-radius: 100%;
	position: absolute;
	top: -15px;
	left: 50%;
	z-index: -2;
}

.benefits-list .benefit-entry-box h3 {
	margin: 25px 0 20px;
	font-size: 25px;
	color: #31dbff;
	text-transform: uppercase;
}

.benefits-list .benefit-entry-box.offer-entry h3 strong {
	display: block;
}

.benefits-list .benefit-entry-box p {
	font-size: 15px;
	color: #08122c;
	line-height: 17px;
}

.benefits-list .benefit-entry-box ul li {
	margin: 0 0 20px;
}

.benefits-list .benefit-entry-box ul li:before {
	left: 20px;
}

.benefits-list .benefit-entry-box .info-list {}

.benefits-list .benefit-entry-box .info-list li {
	margin: 0 6px;
	padding: 0 6px;
	font-size: 14px;
	color: #08122c;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.benefits-list .benefit-entry-box .info-list.blue-info li {
	color: #34c6f4;
}

.benefits-list .benefit-entry-box .info-list li+li:before {
	content: '';
	background: #08122c;
	width: 1px;
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: -6px;
}

.benefits-list .benefit-entry-box .info-list.blue-info li+li:before {
	background: #34c6f4;
}

.benefits-list .benefit-entry-box .info-list li a {
	color: #08122c;
}

.benefits-list .benefit-entry-box .product-gallery {}

.benefits-list .benefit-entry-box .product-gallery li {
	margin: 0 4px;
	display: inline-block;
	vertical-align: middle;
}

.benefits-list .benefit-entry-box .product-gallery li a {
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 100%;
	overflow: hidden;
}

.benefits-list .benefit-entry-box .price-box {
	font-size: 35px;
	color: #042c47;
	font-weight: 700;
}

.dot-text {
	padding: 50px 20px 60px;
	position: relative;
}

.dot-text:before {
	content: '';
	background: #00b4f4;
	width: 15px;
	height: 15px;
	margin: 0 0 0 -7px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.dot-text.no-square:before {
	display: none;
}

.dot-text.orange:before {
	background: #eb9900;
}

.dot-text figure {
	background: none;
	margin: 0;
}

.dot-text h3 {
	font-family: 'eurostilebold';
	margin: 0 0 30px;
	font-size: 22px;
	color: #1f0e46;
}

.dot-text p {
	font-size: 14px;
	color: #06a9e8;
	line-height: 26px;
}

hr.purple-line {
	border-top: 1px solid #e8baff;
}

.lines-box {
	margin: 0 0 120px;
	position: relative;
}

.lines-box:before {
	content: '';
	background-image: url(../img/promo/lines.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
}

.lines-box>* {
	position: relative;
	z-index: 1;
}

.lines-box h3 {
	max-width: 500px;
	margin: 0 auto 100px;
	font-size: 32px;
	color: #042c47;
}

.link-btn {
	background: #34c6f4;
	width: auto;
	margin: 0;
	padding: 16px 55px;
	font-size: 24px;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
	border: none;
}

.link-btn.btn-small {
	padding: 10px 25px;
	font-size: 18px;
}

.arrow-down {
	margin: 10px 0;
	font-size: 24px;
	color: #34c6f4;
	display: inline-block;
	position: relative;
}

.arrow-down:before {
	content: '';
	background-image: url(../img/promo/arrow-down-blue.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 18px;
	height: 10px;
	margin: -4px 20px 0 0;
	position: absolute;
	top: 50%;
	right: 100%;
}

.accordion .panel {
	background: none;
	box-shadow: none;
	border: none;
}

.accordion .panel-heading {
	background: none;
	padding: 16px 0 20px 20px;
	box-shadow: none;
	border: none;
	border-bottom: 4px solid #ffa800;
	position: relative;
}

.accordion .panel-heading:after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f078';
	font-size: 20px;
	font-weight: 700;
	color: #ffa800;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.accordion .panel-heading h4 a {
	padding: 0 50px 0 0;
	font-size: 22px;
	color: #ffa800;
	font-weight: 700;
	display: block;
}

.accordion .panel-body {
	padding: 20px;
	font-size: 16px;
	font-weight: 600;
}

.custom-accordion .panel {
	background: none;
	box-shadow: none;
	border: none;
}

.custom-accordion .panel-heading {
	background: none;
	box-shadow: none;
	border: none;
}

.logo-list {
	text-align: center;
}

.logo-list figure {
	background: none;
	margin: 0 20px 10px;
	display: inline-block;
	vertical-align: middle;
}

.logo-list figure a {
	display: block;
	line-height: 0;
}

.logo-list figure img {
	max-height: 80px;
}

.mining-cover {
	margin: 0 0 -100px 0;
}

.mining-text {
	max-width: 940px;
	margin: 0 auto;
	padding: 100px 0;
	font-size: 18px;
	color: #132e52;
}

.mining-text .title-with-icon {
	margin: 0 0 20px 20px;
	padding: 38px 0 16px 43px;
	border-bottom: 4px solid #ffa800;
	position: relative;
}

.mining-text .title-with-icon h3 {
	margin: 0;
	font-size: 25px;
	color: #ffa800;
}

.mining-text .title-with-icon figure {
	background: #ffa800;
	width: 54px;
	height: 54px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	position: absolute;
	left: -25px;
	bottom: -7px;
}

.mining-text .title-with-icon figure:before {
	content: '';
	background: #ffa800;
	width: 4px;
	height: 10px;
	margin: 0 0 0 -2px;
	position: absolute;
	top: 100%;
	left: 50%;
}

.mining-text .title-with-icon figure img {
	max-width: 90%;
	display: inline-block;
}

.mining-text .border-text {
	margin: 60px 0;
	border: 4px solid #ffa800;
	text-align: center;
}

.mining-text .border-text p {
	background: #fff;
	max-width: 80%;
	margin: -20px auto 10px;
	font-size: 25px;
	color: #ffa800;
}

.mining-text .border-text .mining-btn-box {
	background: #fff;
	margin: 0 auto;
	padding: 5px 20px;
	display: inline-block;
	transform: translateY(50%);
}

.mining-text .border-text a {
	background: #fff;
	padding: 7px 20px 9px;
	font-size: 16px;
	color: #ffa800;
	display: inline-block;
	vertical-align: middle;
	border: 4px solid #ffa800;
	position: relative;
}

.mining-text .border-text a:before {
	content: '';
	background: #fff;
	width: 4px;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: -4px;
}

.mining-text .border-text a:after {
	content: '';
	background: #ffa800;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	display: inline-block;
	position: absolute;
	left: -7px;
	bottom: 8px;
	z-index: 1;
}

.mining-text .border-text a span:before {
	content: '';
	background: #fff;
	width: 4px;
	height: 10px;
	position: absolute;
	top: 0;
	right: -4px;
}

.mining-text .border-text a span:after {
	content: '';
	background: #ffa800;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	display: inline-block;
	position: absolute;
	top: 8px;
	right: -7px;
	z-index: 1;
}

.defi-logo-content {
	width: 250px;
	margin: -150px auto 0;
	position: relative;
	z-index: 1;
}

.offset-icons-top {
	width: 100%;
	margin: -200px 0 0;
	display: inline-block;
	vertical-align: middle;
}

@media all and (min-width: 768px) {
	.transcard ul li {
		font-size: 22px;
	}

	.card-cover {
		margin: -100px -240px -100px -180px;
	}

	.card-cover-2 {
		margin: -100px -50px -100px -180px;
	}

	.card-cover h1 {
		width: auto;
		font-size: 82px;
		line-height: 70px;
		top: 50%;
		left: 240px;
		-webkit-transform: translateY(-5%);
		-moz-transform: translateY(-5%);
		transform: translateY(-5%);
	}

	.card-cover-2 h1 {
		left: 240px;
	}

	.benefits-list {
		margin: 0 -70px 0;
	}

	.benefits-list.no-margin-sides {
		margin: 0;
	}

	.benefits-list .benefit-entry-box {
		margin: -82px auto 120px;
	}

	.transcard {
		margin: 0 100px;
	}

	.transcard .offset-img {
		max-width: 120%;
		margin: 0 0 0 -70px;
	}

	.transcard .full-width {
		margin: 0 -100px;
	}

	.transcard h2 {
		margin: 80px 0 40px;
		font-size: 46px;
	}

	.intro-text h2 span.purple-text {
		font-size: 46px;
	}

	.mining-cover {
		margin: -100px 0 -100px 0;
	}

	.mining-text .title-with-icon {
		margin: 0 0 20px -43px;
	}
}

.dt-button.buttons-html5,
.dt-button.buttons-print,
.dt-button.buttons-html5:hover,
.dt-button.buttons-print:hover {
	background: #00b4f4 !important;
	margin: 5px;
	padding: 10px 10px;
	font-size: 14px;
	color: #fff;
	border: none !important;
	text-transform: uppercase;
	border-radius: 0;
}

.grey-bgr {
	background-color: #efefef;
}

.bank-detail-acc {
	background-color: #efefef;
	margin: 0 0 25px;
	padding: 25px;
	border-radius: 20px;
}

.charity-img-fluid {
	margin-top: 50px !important;
}

.charity-img-w6a {
	margin-right: 50px !important;
}

@media (max-width: 768px) {
	.charity-btn-blue {
		width: 186px !important;
	}

	.charity-btn-yellow {
		width: 140px !important;
	}

	.charity-img-w6 {
		margin-top: 0px !important;
		margin-left: 0px !important;
	}

	.charity-w6 {
		margin-top: 0px !important;
		margin-left: 0px !important;
	}

	.charity-qr {
		display: none !important;
	}

	.charity-qr .qr-code-img {
		width: 100%;
		max-width: 250px;
	}
}

.custom-public-table-head {
	width: 100px !important;
}

.custom-transactions {
	width: 80% !important;
}

.custom-transactions thead tr th {
	color: #000;
	padding: 10px 2px !important;
}

.custom-transactions tr td {
	width: 50px !important;
	padding: 10px 2px !important;
}

/* home slider */
.home-slider {
	position: relative;
	max-width: 100%;
	overflow: hidden;
	text-align: center;
}

.home-slider-content {
	/* display: flex;
	justify-content: center;
	align-items: center; */
}

.home-slider-item img {
	/* height: 100px; */
	border-radius: 5px;
}

.home-slider-control-prev,
.home-slider-control-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2rem;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 2;
	color: white;
}

.home-slider-control-prev {
	left: 10px;
}

.home-slider-control-next {
	right: 10px;
}

.home-slider-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
}

.home-slider-indicators .indicator {
	width: 10px;
	height: 10px;
	background: gray;
	border-radius: 50%;
	border: none;
	cursor: pointer;
}

.home-slider-indicators .indicator.active {
	background: white;
}

.home-slider-wrapper {
	width: 350px;
	float: right;
}

@media (max-width: 767px) {
	.home-slider-wrapper {
		float: none;
		margin: 0 auto 50px;
	}
}


.my-box {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: 15px;
	min-height: 300px;

	display: flex;
	flex-direction: column;
	justify-content: flex-end;

	text-align: center;
	color: #fff;
	padding: 20px;

	word-wrap: break-word;
	white-space: normal;
	overflow: hidden;
}

@media (max-width: 576px) {
	.my-box {
		width: 300px;
		margin: 0 auto;
	}
}

.my-box.step1 {
	background-image: url('/img/step1.png');
}

.my-box.step2 {
	background-image: url('/img/step2.png');
}

.my-box.step3 {
	background-image: url('/img/step3.png');
}


.heading-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}


.viewImgPc {
	display: block;
}

.viewImgMob {
	display: none;
}

@media (max-width: 768px) {

	.viewImgPc {
		display: none;
	}

	.viewImgMob {
		display: block;
	}

	.heading-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}

	.heading-icon {
		margin-top: 10px;
	}
}


.white-button {
	background-color: #fff;
	color: #000;
	border: none;
	border-radius: 50px;
	padding: 10px 20px;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}

@media (max-width: 768px) {
	.white-button {
		font-size: 20px;
	}
}

.cardBackground {
	background-color: transparent !important
}

.heading-style {
	margin: 0;
	font-weight: bold;
	font-family: "Apparat", sans-serif;
	font-size: 38.6px;
	line-height: 1.2;
	color: #fff !important;
	text-transform: none !important;
	margin-top: 0px!important;
}

.cards-banner {
	width: 500px;
}

@media (max-width: 768px) {
	.cards-banner {
		width: 390px;
	}
}
/* home slider */


.colorblack {
	color: #000!important;
}

#main-menu {
  visibility: none;
}

#main-menu.menu-open {
  visibility: visible;
}

.small, small {
    font-size: 85%;
	color: #fff!important;
}

.text-right {
	color: #fff!important;
}

@media (max-width: 768px) {
	.hide-m {
		display: none;
	}
}

