﻿/****/
* {
	margin: 0;
	padding: 0;
}
/****/
html, body {
	background: rgba(41,83,144,0.6);
	width: 100%;
	background-image: linear-gradient(to top, rgba(245,246,252,0.52), rgba(41,83,144,0.73)), url('/img/prelogin.jpg');
	background-size: cover;
}
body {
	color: rgba(255,255,255);
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 18px;
	margin: 0;
	font-size: 13px;
	overflow-x: hidden;
	overflow-y: auto;
}
.inner-wrapper {
	display: table;
	min-height: 100vh;
	padding-top: 60px;
	table-layout: fixed;
	overflow: hidden;
	width: 100%;
}
.content-body {
	display: table-cell;
	padding-top: 40px;
	position: relative;
	vertical-align: top;
}
.content-body > .row + .row {
	padding-top: 10px;
}
.sidebar-left {
	background: #1d2127;
	box-shadow: -5px 0 0 #2f3139 inset;
	color: #777777;
	display: table-cell;
	position: relative;
	vertical-align: top;
	width: 200px;
	z-index: 1010;
}
.content-body > [cus-div=activity] > p {
	margin-left: 30px;
	margin-top: -15px;
	padding-bottom: 20px;
}
[cus-cal=total_you] > .val {
	color: #e53a35;
}
[cus-cal=total_rs] > .val {
	color: #04B404;
}
.mobile-clear {
	clear: none;
}
.mobile-display-inline {
	display: none;
}
.val.mobile-display-inline {
	display: block;
}
.mobile-float-left {
	float: none;
}
.show-desktop {
	display: block;
}
.show-mobile {
	display: none;
}
[cus-cal=button] {
}
.newLineMobile {
	display: none;
}
.spacesDesktop {
	display: inline-block;
}
.pr-none {
	padding-right: 0 !important;
}
.pr-xs {
	padding-right: 5px !important;
}
.pr-sm {
	padding-right: 10px !important;
}
.pr-md {
	padding-right: 15px !important;
}
.pr-lg {
	padding-right: 20px !important;
}
.pr-xl {
	padding-right: 25px !important;
}
.pr-xlg {
	padding-right: 30px !important;
}
.ib {
	display: inline-block;
	vertical-align: top;
}
.va-middle {
	vertical-align: middle;
}
.ws-nowrap {
	white-space: nowrap;
}
.ws-normal {
	white-space: normal;
}
.bg-default {
	background: #ebebeb;
	color: #777777;
}
.bg-primary {
	background: #cccccc;
	color: white;
}
.mt-sm {
	margin-top: 10px;
}
.mt-md {
	margin-top: 20px;
}
.mt-lg {
	margin-top: 30px;
}
input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], textarea {
	-webkit-appearance: none;
}
.form-control::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #bdbdbd;
}
.form-control::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder {
	color: #bdbdbd;
}
.form-control:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #bdbdbd;
}
.form-control:focus {
	border-color: rgba(41,83,144);;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
html.dark .form-control {
	background-color: #282d36;
	border-color: #282d36;
	color: #EEE;
}
html.dark .form-control[disabled], html.dark .form-control[readonly], html.dark fieldset[disabled] .form-control {
	background-color: #21262d;
}
html.dark .input-group-addon {
	background-color: #21262d;
	border-color: #21262d;
	color: #EEE;
}
.btn-lg, .btn-group-lg > .btn {
	line-height: 1.334;
}
select.input-sm, select.input-lg {
	line-height: 1;
}
.required {
	display: inline-block;
	color: #d2322d;
	font-size: 0.8em;
	font-weight: bold;
	position: relative;
	top: -0.2em;
}
label.error {
	color: #B94A48;
	margin-top: 2px;
}
.form-group:after {
	clear: both;
	display: block;
	content: '';
}
.form-group:last-child, .form-group:last-of-type {
	margin-bottom: 0;
}
.form-bordered .form-group {
	border-bottom: 1px solid #eff2f7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.form-bordered .form-group:last-child, .form-bordered .form-group:last-of-type {
	border-bottom: none !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
html.dark .form-bordered .form-group {
	border-bottom: 1px solid #242830;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.form-group-vertical {
	position: relative;
	white-space: nowrap;
}
.form-group-vertical .form-control {
	border-radius: 0;
	margin-top: -1px;
	z-index: 1;
}
.form-group-vertical .form-control:first-child, .form-group-vertical .form-control:first-of-type {
	border-radius: 4px 4px 4px 4px;
}
.form-group-vertical .form-control:last-child, .form-group-vertical .form-control:last-of-type {
	border-radius: 4px 4px 4px 4px;
}
.form-group-vertical .form-control:focus {
	position: relative;
	z-index: 2;
}
.form-group-vertical .input-group {
	margin-top: -1px;
}
.form-group-vertical .input-group .form-control {
	margin-top: 0;
}
.form-group-vertical .input-group:first-child .input-group-addon, .form-group-vertical .input-group:first-of-type .input-group-addon {
	border-radius: 4px 0 0 0;
}
.form-group-vertical .input-group:first-child .form-control, .form-group-vertical .input-group:first-of-type .form-control {
	border-radius: 0 4px 0 0;
}
.form-group-vertical .input-group:last-child .input-group-addon, .form-group-vertical .input-group:last-of-type .input-group-addon {
	border-radius: 4px 0 0 4px;
}
.form-group-vertical .input-group:last-child .form-control, .form-group-vertical .input-group:last-of-type .form-control {
	border-radius: 0 4px 4px 0;
}
.form-group-vertical .input-group.input-group-icon:first-child .input-group-addon, .form-group-vertical .input-group.input-group-icon:first-of-type .input-group-addon {
	border-radius: 4px 4px 0 0;
}
.form-group-vertical .input-group.input-group-icon:first-child .form-control, .form-group-vertical .input-group.input-group-icon:first-of-type .form-control {
	border-radius: 4px 4px 0 0;
}
.form-group-vertical .input-group.input-group-icon:last-child .input-group-addon, .form-group-vertical .input-group.input-group-icon:last-of-type .input-group-addon {
	border-radius: 0 0 4px 4px;
}
.form-group-vertical .input-group.input-group-icon:last-child .form-control, .form-group-vertical .input-group.input-group-icon:last-of-type .form-control {
	border-radius: 0 0 4px 4px;
}
.input-lg {
	border-radius: 4px;
}
.input-group-icon, .input-search {
	width: 100%;
	table-layout: fixed;
}
.input-group-icon input.form-control, .input-search input.form-control {
	font-size: 14px;
	font-size: 1.4rem;
	padding-right: 36px;
}
.input-group-icon input.form-control:first-child, .input-group-icon input.form-control:last-child, .input-search input.form-control:first-child, .input-search input.form-control:last-child {
	border-radius: 4px;
}
.input-group-icon .input-group-btn, .input-search .input-group-btn {
	border-radius: 500px;
	width: 0;
}
.input-group-icon .input-group-btn:first-child, .input-group-icon .input-group-btn:last-child, .input-search .input-group-btn:first-child, .input-search .input-group-btn:last-child {
	border-radius: 500px;
}
.input-group-icon .input-group-btn button, .input-search .input-group-btn button {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border: 0;
	z-index: 3;
	background: transparent;
}
.input-group-icon .input-group-btn button:active, .input-search .input-group-btn button:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-group-icon .input-group-btn:last-child button, .input-search .input-group-btn:last-child button {
	left: auto;
	right: 0;
}
.input-group-icon .input-group-btn + input.form-control, .input-search .input-group-btn + input.form-control {
	padding-right: 12px;
	padding-left: 36px;
}
.input-group-icon .input-group-addon, .input-search .input-group-addon {
	position: relative;
	padding: 0;
	border: 0 none;
	width: 0;
}
.input-group-icon .input-group-addon span.icon, .input-search .input-group-addon span.icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border: 0;
	z-index: 3;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 6px 12px;
	background: transparent;
	line-height: 1.42857143;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	pointer-events: none;
}
.input-group-icon .input-group-addon span.icon.icon-lg, .input-search .input-group-addon span.icon.icon-lg {
	padding: 6px 14px;
	font-size: 18px;
}
.input-group-icon .input-group-addon:last-child span.icon, .input-search .input-group-addon:last-child span.icon {
	left: auto;
	right: 0;
	color: #cccccc;
}
.input-group-icon .input-group-addon + input.form-control, .input-search .input-group-addon + input.form-control {
	padding-right: 12px;
	padding-left: 36px;
}
.input-search {
	width: 100%;
}
.input-search input.form-control:focus {
	border-color: #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-search .input-group-btn {
	color: #ccc;
}
.input-search .input-group-btn .btn {
	padding-left: 15px;
}
.input-search .input-group-btn .btn-default {
	color: #ccc;
}
.input-search {
	width: 100%;
}
.input-search input.form-control:focus {
	border-color: #1d2127;
}
.input-search .input-group-btn .btn {
	background: transparent !important;
}
input.input-rounded {
	-webkit-border-radius: 500px;
	border-radius: 500px;
}
.input-group-rounded input.form-control, .input-search input.form-control {
	-webkit-border-radius: 500px;
	border-radius: 500px;
}
.input-group-rounded input.form-control:first-child, .input-group-rounded input.form-control:last-child, .input-search input.form-control:first-child, .input-search input.form-control:last-child {
	border-radius: 500px;
}
.input-group-rounded .input-group-addon:first-child, .input-search .input-group-addon:first-child {
	border-radius: 500px 0 0 500px;
}
.input-group-rounded .input-group-addon:last-child, .input-search .input-group-addon:last-child {
	border-radius: 0 500px 500px 0;
}
.checkbox-custom {
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 7px;
	margin-top: 0;
}
.checkbox-custom.checkbox-inline {
	display: inline-block;
	vertical-align: middle;
}
.form-group .checkbox-custom.checkbox-inline {
	margin-top: 7px;
	padding-top: 0;
}
.checkbox-custom:last-child, .checkbox-custom:last-of-type {
	margin-bottom: 0;
}
.checkbox-custom input[type=checkbox] {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 3px;
	margin: -6px 0 0 0;
	z-index: 2;
	cursor: pointer;
}
.checkbox-custom input[type=checkbox]:checked + label:after {
	position: absolute;
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\F00C';
	top: 50%;
	left: 4px;
	margin-top: -5px;
	font-size: 11px;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #333;
}
.checkbox-custom input[type=checkbox]:disabled {
	cursor: not-allowed;
}
.checkbox-custom input[type=checkbox]:disabled:checked + label:after {
	color: #999;
}
.checkbox-custom input[type=checkbox]:disabled + label {
	cursor: not-allowed;
}
.checkbox-custom input[type=checkbox]:disabled + label:before {
	background-color: #eee;
}
.checkbox-custom label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.2;
}
.checkbox-custom label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 19px;
	height: 18px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #bbb;
	background: #fff;
}
.checkbox-custom label + label.error {
	display: block;
}
div.validation-message ul {
	display: none;
	list-style: none;
	margin: -15px -15px 15px -15px;
	padding: 15px;
	border-bottom: 1px solid #FFCBCB;
	background: #FFEFEF;
}
div.validation-message ul label.error {
	display: block;
	padding-left: 22px;
	position: relative;
}
div.validation-message ul label.error:before {
	font-family: 'FontAwesome';
	content: '\f00d';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	color: #D9534F;
	display: inline-block;
}
.select2-drop-mask {
	z-index: 10010;
}
.select2-drop {
	z-index: 10011;
}
.select2-search {
	z-index: 10012;
}
html.dark .fileupload .uneditable-input {
	background-color: #282d36;
	border-color: #282d36;
}
html.dark .fileupload-new .input-append .btn-file {
	border-color: #21262d;
}
.social-icons-list {
	display: block;
	margin: 0;
	padding: 0;
}
.social-icons-list a {
	background: #cccccc;
	border-radius: 25px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
.social-icons-list a:hover {
	text-decoration: none;
}
.social-icons-list a span {
	display: none;
}
.social-icons-list a i {
	font-size: 13.5px;
	font-size: 1.35rem;
	color: #FFF;
	font-weight: normal;
}
.form-group-invisible {
	position: relative;
}
.form-group-invisible.focus .control-label-invisible {
	color: rgba(41,83,144);
}
.form-group-invisible .control-label-invisible {
	bottom: 0;
	display: block;
	float: none;
	left: 0;
	line-height: 64px;
	margin: 0;
	padding-left: 50px;
	position: absolute;
	right: 0;
	top: -15px;
	-webkit-transition: color ease-in-out 0.15s;
	-moz-transition: color ease-in-out 0.15s;
	transition: color ease-in-out 0.15s;
	width: auto;
}
.form-group-invisible .form-control-invisible, .form-group-invisible .form-control-invisible:focus, .form-group-invisible .form-control-invisible:active, .form-group-invisible .form-control-invisible + .bootstrap-tagsinput {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
}
.form-group-invisible .form-control-invisible + .bootstrap-tagsinput {
	margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
.form-group-invisible {
	padding-top: 30px;
}
.form-group-invisible .control-label-invisible {
	padding-left: 27px;
}
}
html.dark .invoice header {
	border-bottom-color: #282d36;
}
html.dark .invoice table.table > thead:first-child > tr > th {
	background-color: #282d36;
	border-bottom-color: #282d36;
	border-top-color: #282d36;
}
html.dark .invoice table.table > tbody tr > td {
	border-color: #282d36;
}
.body-error {
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
}
.body-error.error-outside {
	display: table;
	height: 100vh;
}
.body-error.error-outside .center-error {
	display: table-cell;
	vertical-align: middle;
}
.body-error.error-inside {
	margin-top: 150px;
}
.body-error .error-header {
	border-bottom: 1px solid #DADADA;
	margin-bottom: 50px;
	padding-bottom: 15px;
}
.body-error .error-header .form {
	margin-top: 12px;
}
.body-sign {
	display: table;
	height: 100vh;
	margin: 0 auto;
	max-width: 400px;
	padding: 0 15px;
	width: 100%;
}
ul, ol {
	margin-bottom: 0;
	padding-left: 27px;
}
.body-sign p {
	font-size: 12px;
	font-size: 1.2rem;
}
.body-sign h2, .h2 {
	font-size: 10px;
	font-size: 1.1rem;
	color: rgba(41,83,144);
	margin-top: 10px;
	margin-bottom: 10px;
}
.body-sign h5, .h5 {
	color: rgba(41,83,144);
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 auto;
}
.body-action {
	display: table;
	height: 100vh;
	margin: 0 auto;
	max-width: 700px;
	padding: 0 15px;
	width: 100%;
}
.body-sign .center-sign {
	display: table-cell;
	padding-top: 0px;
	vertical-align: middle;
}
.body-action .center-action {
	display: table-cell;
	padding-top: 0px;
	vertical-align: middle;
}
.body-sign .panel-sign {
	background: fff;
}
.body-action .panel-action {
	background: fff;
}
.body-sign .panel-sign .panel-title-sign .title {
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
	line-height: 2rem;
	padding: 13px 17px;
	vertical-align: bottom;
}
.body-action .panel-action .panel-title-action .title {
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
	line-height: 2rem;
	padding: 13px 17px;
	vertical-align: bottom;
}
.body-sign .panel-sign .panel-body {
	background: #fff;
	border-top: 5px solid #fff;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 23px 33px 15px 33px;
}
.body-action .panel-action .panel-body {
	background: fff;
	border-top: 5px solid #fff;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 15px;
}
.body-sign .input-group-icon .input-group-addon i {
	width: 14px;
}
.body-action .input-group-icon .input-group-addon i {
	width: 14px;
}
.body-sign .checkbox-custom {
	margin-top: 8px;
}
.body-action .checkbox-custom {
	margin-top: 8px;
}
.text-center {
	text-align: center;
}
p {
	margin: 10px 0 10px 0;
}
.body-sign .line-thru {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
}
.body-action .line-thru {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
}
.body-sign .line-thru span {
	color: #CCC;
	position: relative;
	z-index: 3;
	line-height: 36px;
}
.body-action .line-thru span {
	color: #CCC;
	position: relative;
	z-index: 3;
}
.body-sign .line-thru:before {
	background-color: #FFF;
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	margin: -5px 0 0 -20px;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.body-action .line-thru:before {
	background-color: #FFF;
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	margin: -5px 0 0 -20px;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.body-sign .line-thru:after {
	border-bottom: 1px solid #DADADA;
	content: '';
	display: block;
	left: 10%;
	position: absolute;
	top: 47%;
	width: 81%;
	z-index: 1;
}
.body-action .line-thru:after {
	border-bottom: 1px solid #DADADA;
	content: '';
	display: block;
	left: 10%;
	position: absolute;
	top: 47%;
	width: 81%;
	z-index: 1;
}
.body-locked {
	background: url(../images/patterns/noisy_net.png) repeat;
	max-width: none;
	min-height: 400px;
}
.body-locked.body-locked-inline {
	background: none;
	bottom: 0;
	height: 100%;
	left: 0;
	min-height: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}
.body-locked .panel-sign {
	margin: 0 auto;
	max-width: 400px;
	padding-top: 40px;
}
.body-locked .panel-sign .panel-body {
	border-radius: 5px;
	position: relative;
}
.body-locked .current-user {
	margin-top: 60px;
	margin-bottom: 35px;
}
.body-locked .current-user .user-image {
	border: 5px solid #cccccc;
	border-radius: 150px;
	height: 150px;
	left: 50%;
	position: absolute;
	margin-left: -75px;
	top: -75px;
	width: 150px;
}
.body-locked .current-user .user-name {
	font-size: 30px;
	font-size: 3rem;
	line-height: 36px;
	line-height: 3.6rem;
}
.body-locked .current-user .user-email {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 14px;
	line-height: 1.4rem;
}
label.inputs {
	line-height: 33px;
	position: absolute;
	right: 120px;
	top: 0;
	bottom: 0;
	-moz-transition: 0.3s right ease;
	-ms-transition: 0.3s right ease;
	-o-transition: 0.3s right ease;
	-webkit-transition: 0.3s right ease;
	transition: 0.3s right ease;
	z-index: 0;
}
input {
	color: transparent;
	font-size: 12px;
	height: 35px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
input[type=email], input[type=text], input[type=password] {
	border: 1px solid #ccc;
	height: 35px;
	padding: 0 10px;
	position: relative;
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.06);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.06);
	box-shadow: inset 0 0 10px rgba(0,0,0,.06);
	z-index: 2;
}
input[type=email], input[type=text], input[type=daterange] {
	border: 1px solid #ccc;
	height: 35px;
	padding: 0 10px;
	position: relative;
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.06);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.06);
	box-shadow: inset 0 0 10px rgba(0,0,0,.06);
	z-index: 2;
}
input[type=email] {
	color: #333333;
}
input[type=text] {
	color: #333333;
}
input[type=password] {
	color: #333333;
}
input[type=daterange] {
	color: #333333;
}
input[type=text]:-moz-placeholder {
	color: rgba(47,130,194,.6);
}
input[type=text]:-ms-input-placeholder {
	color: rgba(47,130,194,.6);
}
input[type=text]::-webkit-input-placeholder {
	color: rgba(47,130,194,.6);
}
input[type=email]:-moz-placeholder {
	color: rgba(47,130,194,.6);
}
input[type=email]:-ms-input-placeholder {
	color: rgba(47,130,194,.6);
}
input[type=email]::-webkit-input-placeholder {
	color: rgba(47,130,194,.6);
}
input[type=password]:-moz-placeholder {
	color: rgba(47,130,194,1);
}
input[type=password]:-ms-input-placeholder {
	color: rgba(47,130,194,1);
}
input[type=password]::-webkit-input-placeholder {
	color: rgba(47,130,194,1);
}
input[type=email] + label.inputs {
	color: rgba(47,130,194,1);
}
input[type=text] + label.inputs {
	color: rgba(47,130,194,1);
}
input[type=password] + label.inputs {
	color: rgba(47,130,194,1);
}
input:focus + label.inputs {
	right: 10px;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
	background-color: rgba(255,255,255,.5);
}
h1, h2, h3, .h1, .h2, .h3 {
	letter-spacing: 0px;
}
h1, .h1 {
	font-size: 36px;
	font-size: 3.6rem;
}
h2, .h2 {
	font-size: 26px;
	font-size: 2.6rem;
	color: rgba(41,83,144);
}
h3, .h3 {
	font-size: 24px;
	font-size: 2.4rem;
	color: rgba(41,83,144);
	margin-bottom: 5px;
	margin-top: 5px;
}
h4, .h4 {
	font-size: 18px;
	font-size: 1.8rem;
	color: rgba(41,83,144);
	margin-bottom: 5px;
	margin-top: 15px;
}
h5, .h5 {
	font-size: 14px;
	font-size: 1.4rem;
	color: rgba(41,83,144);
	margin-top: 0px;
	margin-bottom: 5px;
}
h6, .h6 {
	font-size: 22px;
	font-size: 2.2rem;
	color: rgba(41,83,144);
	margin-top: 0px;
	margin-bottom: 15px;
}
/****/
.alternative-font {
	color: #282828;
	font-family: "Shadows Into Light", cursive;
	font-size: 22px;
	font-size: 2.2em;
	font-weight: 600;
}
.highlight {
	background-color: #cccccc;
	color: #FFF;
	padding: 3px 6px;
}
.label.valid {
	display: inline-block;
	text-indent: -9999px;
}
.label.error {
	color: #C10000;
	font-size: 0.9em;
	margin-top: -5px;
	padding: 0;
}
a {
	color: rgba(41,83,144);
	text-decoration: none !important;
}
a:hover, a:focus {
	color: #010101;
}
a:active {
	color: #bfbfbf;
}
.links {
	color: rgba(41,83,144);
	cursor: pointer;
}
.links:hover, a:focus {
	color: #182732;
}
/****/
.reportssource_loader {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	background: linear-gradient(to top, rgba(245,246,252,0.52), rgba(41,83,144));
	display: none;
	z-index: 999999;
}
.reportssource_loader .loader-text {
	text-align: center;
	font-size: 28px;
	color: rgba(255,255,255);
	margin-top: 4%;
}
.body {
	width: 100%;
	min-height: 100vh;
	background: #ecedf0;
}
.copy-right {
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #282828 !important;
}
.privacy {
	color: #010101;
	line-height: 8px;
	margin: 0 10px 10px 10px;
	text-align: left;
	letter-spacing: normal;
	font-family: "Open Sans", Arial, sans-serif;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6.5px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #333;
	text-decoration: none;
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-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.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}
/****/
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: rgba(41,83,144) !important;
	border-color: rgba(41,83,144) !important;
}
/****/
.btn-primary {
	color: #fff;
	background-color: rgba(41,83,144) !important;
	border-color: rgba(41,83,144) !important;
}
/****/
.btn-primary:hover {
	color: #fff;
	background-color: rgba(41,83,144,0.8) !important;
	border-color: rgba(41,83,144,0.8) !important;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: rgba(41,83,144) !important;
	border-color: rgba(41,83,144) !important;
}
/****/
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: rgba(41,83,144) !important;
	border-color: rgba(41,83,144) !important;
}
/****/
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
	background-color: rgba(41,83,144,0.8)!important;
	border-color: rgba(41,83,144,0.8)!important;
}
/****/
.btn-primary:not(.btn-outline) {
  background-color: rgba(41,83,144);
  color: #FFF;
}
.btn-gradient:not(.btn-outline):hover,
.btn-gradient:not(.btn-outline).hover {
  background: linear-gradient(135deg, #007cba 0%, #006ba1 80%) !important;
  color: #FFF;
}
.btn-gradient:not(.btn-outline):focus,
.btn-gradient:not(.btn-outline).focus {
   box-shadow: 0 0 0 3px rgba(106, 104, 148, 0.5) !important;
}
.btn-gradient.btn-outline:focus, .btn-gradient.btn-outline.focus {
	box-shadow: 0 0 0 3px rgba(52, 103, 239, 0.5);
}
.btn-gradient.btn-outline.disabled, .btn-gradient.btn-outline:disabled {
	-o-border-image: linear-gradient(135deg, #3467ef 0%, #0e152f 80%);
	border-image: linear-gradient(135deg, #3467ef 0%, #0e152f 80%);
}
.btn-gradient.btn-outline:active, .btn-gradient.btn-outline.active {
	-o-border-image: linear-gradient(135deg, #124dea 0%, #050812 80%) !important;
	border-image: linear-gradient(135deg, #124dea 0%, #050812 80%) !important;
	color: #124dea;
}
/****/
}