/* -------------------------------- */

/* COLORS */

/* -------------------------------- */

/*
Green:  #43cb00
Red:    #e60000
Orange: #ec6608
Blue:   #0077ab | #00a4eb
Gray:   #4f5c62 | #a7adb0 | #ced2d5 | #e6e8ea | #eff3f6
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4f5c62;
	direction: ltr;
	background: #E7F8FF url(../img/bg.png?ver=1) repeat;
}
::selection {
	color: white;
	background: #00a4eb;
}
::-moz-selection {
	color: white;
	background: #00a4eb;
}
select::-ms-expand {
	display: none;
}
/*
.textpile {
	width: 960px;
	margin: 0 auto;
}
*/

.widget-container {
	/* Attention: this className / id is used in javascript. */
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 500px;
	height: 500px;
	max-width: 98%;
	max-height: 97%;
	resize: both;
	z-index: 10001;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4f5c62;
	direction: ltr;
	-webkit-box-shadow: 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px rgba(0, 0, 0, 0.15);
	/*
	-webkit-transition: all .4s .2s ease-in-out;
	-moz-transition: all .4s .2s ease-in-out;
	-ms-transition: all .4s .2s ease-in-out;
	-o-transition: all .4s .2s ease-in-out;
	transition: all .4s .2s ease-in-out;
	*/
}
.widget-container.close {
	/* Attention: this className / id is used in javascript. */
	top: -100%;
	bottom: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.widget-container div {
	/* Attention: this className / id is used in javascript. */
	resize: none;
}
.hit-bg {
	/* Attention: this className / id is used in javascript. */
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 10000;
	/*
	background: #1f2224;
    */
	background: url(../img/bg.jpg?ver=1) no-repeat;
	background-size: cover;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;
	/*
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	*/
}
.hit-bg.close {
	/* Attention: this className / id is used in javascript. */
	bottom: -100%;
	top: 100%;
	-webkit-transition: all .4s .2s ease-in-out;
	-moz-transition: all .4s .2s ease-in-out;
	-ms-transition: all .4s .2s ease-in-out;
	-o-transition: all .4s .2s ease-in-out;
	transition: all .4s .2s ease-in-out;
}
.reject-element + .widget-container {
	/* Attention: this className / id is used in javascript. */
	-webkit-animation: reject .3s ease-in-out;
	-moz-animation: reject .3s ease-in-out;
	-o-animation: reject .3s ease-in-out;
	animation: reject .3s ease-in-out;
}
.widget-header {
	height: 65px;
	width: 100%;
	border-bottom: 1px solid #aaa;
	-webkit-box-shadow: 0 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px rgba(0, 0, 0, 0.05);
	z-index: 20;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.widget-close {
	height: 48px;
	width: 48px;
	float: right;
	cursor: pointer;
	background: url(../img/temp-icon.png?ver=1) no-repeat center center;
	border-radius: 50%;
	margin: 9px;
}
.widget-close:hover {
	background-color: #f6f6f6;
}
.widget-close:active,
.widget-close:focus {
	background-color: #efefef;
	outline: none;
}
[disabled].widget-close {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}
.widget-logo {
	height: 65px;
	width: 165px;
	background: url(../img/centili-logo.png?ver=1) no-repeat 0 center;
	background-size: contain;
	float: left;
	margin: 0 0 0 10px;
}
.widget-body {
	padding: 75px 15px 10px 80px;
}
.widget-sidebar {
	/* Attention: this className / id is used in javascript. */
	width: 65px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 10;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.widget-sidebar.open {
	/* Attention: this className / id is used in javascript. */
	width: 200px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.sidebar-bg {
	background: #4f5c62;
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
}
.sidebar-footer-menu {
	bottom: 0;
	position: absolute;
	width: 100%;
}
.sidebar-menu-btn {
	width: 100%;
	/* width: 200px; */
	height: 65px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	padding: 0 40px 0 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.sidebar-menu-btn:active,
.sidebar-menu-btn:focus {
	outline: none;
	background: #a7adb0;
}
.sidebar-menu-btn.open {
	/* background: #69777d; */
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	background: #fff;
	font-weight: bold;
	color: #00a4eb;
	cursor: default;
}
.sidebar-menu-btn.open .icon {
	background: url(../img/temp-icon.png?ver=1) no-repeat center center;
}
.sidebar-menu-btn.selected {
	background: #fff;
	font-weight: bold;
	color: #00a4eb;
	cursor: default;
}
.sidebar-menu-btn .icon,
.sidebar-menu-btn.selected .icon {
	background: url(../img/temp-icon-2.png?ver=1) no-repeat center center;
	width: 65px;
	height: 65px;
	display: inline-block;
	vertical-align: middle;
}
.sidebar-menu-btn.selected .icon {
	background: url(../img/temp-icon.png?ver=1) no-repeat center center;
}
.widget-dropdown {
	display: block;
	margin: 10px 0;
	padding: 0 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: 100%;
	height: 50px;
	border: 1px solid #aaa;
	border-radius: 3px;
	color: #4f5c62;
	cursor: pointer;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.widget-dropdown:hover,
.widget-dropdown:active,
.widget-dropdown:focus {
	-webkit-box-shadow: 0 4px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 4px rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px rgba(0, 0, 0, 0.05);
	color: #000;
	outline: none;
}
.widget-input {
	width: 100%;
	height: 50px;
	padding: 10px;
	margin: 0;
	border: 1px solid #aaa;
	background: #f6f6f6;
	border-radius: 3px;
	color: #4f5c62;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	font-size: 14px;
	-webkit-box-shadow: inset 0 4px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 4px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 4px rgba(0, 0, 0, 0.05);
}
.widget-input:hover,
.widget-input:active,
.widget-input:focus {
	color: #000;
	outline: none;
	background: #fff;
}
.widegt-btn {
	width: 100%;
	height: 50px;
	padding: 17px 10px 17px 10px;
	margin: 10px 0;
	background: #00a4eb;
	border-radius: 3px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-box-shadow: 0 3px #0077ab;
	-moz-box-shadow: 0 3px #0077ab;
	box-shadow: 0 3px #0077ab;
	-webkit-transition: all .02s ease-in-out;
	-moz-transition: all .02s ease-in-out;
	-ms-transition: all .02s ease-in-out;
	-o-transition: all .02s ease-in-out;
	transition: all .02s ease-in-out;
}
.widegt-btn:hover {
	margin-top: 12px;
	-webkit-box-shadow: 0 1px #0077ab;
	-moz-box-shadow: 0 1px #0077ab;
	box-shadow: 0 1px #0077ab;
}
.widegt-btn:active {
	margin-top: 13px;
	-webkit-box-shadow: inset 0 3px #0077ab;
	-moz-box-shadow: inset 0 3px #0077ab;
	box-shadow: inset 0 3px #0077ab;
}
[disabled].widegt-btn,
[disabled].widegt-btn:hover,
[disabled].widegt-btn:active {
	color: #ced2d5;
	border: 1px solid #ced2d5;
	background: #fff;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.start-btn-outer {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 50px;
	width: 200px;
}
.sidebar-menu-lvl2 {
	background: #fff;
	top: 65px;
	left: 200px;
	right: 0;
	bottom: 0;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 15;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
#sidebar-wallets-menu,
#sidebar-cards-menu,
#sidebar-languages-menu,
#sidebar-help-menu {
	/* Attention: this className / id is used in javascript. */
	left: 100%;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
#sidebar-wallets-menu.open,
#sidebar-cards-menu.open,
#sidebar-languages-menu.open,
#sidebar-help-menu.open {
	/* Attention: this className / id is used in javascript. */
	left: 65px;
}
#sidebar-languages-menu .sidebar-menu-lvl2-item {
	/* Attention: this className / id is used in javascript. */
	padding: 25px 40px 25px 20px;
}
#sidebar-help-menu {
	/* Attention: this className / id is used in javascript. */
	padding: 15px;
}
.sidebar-menu-lvl2-item {
	width: 100%;
	height: 65px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #4f5c62;
	cursor: pointer;
	padding: 0 40px 0 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.sidebar-menu-lvl2-item:hover {
	/* background: #eff3f6; */
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	box-shadow: inset -5px 0 #00a4eb;
	color: #00a4eb;
}
.sidebar-menu-lvl2-item:active,
.sidebar-menu-lvl2-item:hover {
	background: #fff;
	color: #00a4eb;
	outline: none;
}
.sidebar-menu-lvl2-item .icon {
	width: 65px;
	height: 65px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.sidebar-menu-lvl2-item .icon img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/* -------------------------------- */

/* ANIMATIONS */

/* -------------------------------- */

@-webkit-keyframes reject {
	0% {
		left: 10px;
	}
	25% {
		left: -20px;
	}
	50% {
		left: 20px;
	}
	75% {
		left: -10px;
	}
	100% {
		left: 0;
	}
}
@-moz-keyframes reject {
	0% {
		left: 10px;
	}
	25% {
		left: -20px;
	}
	50% {
		left: 20px;
	}
	75% {
		left: -10px;
	}
	100% {
		left: 0;
	}
}
@-o-keyframes reject {
	0% {
		left: 10px;
	}
	25% {
		left: -20px;
	}
	50% {
		left: 20px;
	}
	75% {
		left: -10px;
	}
	100% {
		left: 0;
	}
}
@keyframes reject {
	0% {
		left: 10px;
	}
	25% {
		left: -20px;
	}
	50% {
		left: 20px;
	}
	75% {
		left: -10px;
	}
	100% {
		left: 0;
	}
}
/* Made by Centili - www.centili.com */