@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');


@media screen and (max-width: 1024px) {

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

html {
	box-sizing: border-box;
	height: 100%;
}
*, *:before, *:after {
	box-sizing: inherit;
	text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
body {
	margin: 0px;
	background-color: #ececec;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	min-height: 100%;
	position: relative;
	padding-bottom: 185px;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control::placeholder {
  color: #ccc;
  opacity: 1;
}

.header {
	height: 82px;
	width: 100%;
	background-color: #fff;
	position: relative;
}
.header .wert_logo {
	width: 145.84px;
    height: 22.35px;
	position: absolute;
	left: 20px;
	top: 30px;
	background-image: url(/public/images/Wert14_Logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.header .menu {
	position: absolute;
	right: 35px;
	top: 32px;
	font-size: 15px;
	color: #131719;
	line-height: 0px;
}
.header .menu .inlineblo {
	display: inline-block;
	vertical-align: middle;
}
.header .menu img {
	margin-right: 8px;
	padding-bottom: 3px;
	display: inline-block;
	vertical-align: middle;
/*	transition:all 0.2s ease;*/
}
.header .menu .subtxt {
	display: block;
	font-size: 12px;
	color: #989a99;
	padding-top: 12px;
}
.header .menu a {
	display: inline-block;
	color: #777777;
	text-decoration: none;
	margin-left: 65px;
	vertical-align: middle;
}
.header .menu a:hover {
	color: #000;
}
.header .menu a:hover img {
	opacity: 1;
}
.header .dropdown-menu {
	width: 191px;
	background-color: #fff;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	color: #606060;
	position: absolute;
	right: 0px;
	top: 35px;
    box-shadow: 0px 2px 5px 0px #ccc;
	z-index: 99;
	display: none;
	border: 1px solid #dddddd;
	margin-top: .45rem;
}

.header .dropdown-menu:before {
  position: absolute;
  top: -6px;
  right: 12px;
  display: inline-block;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #dddddd;
  border-left: 5px solid transparent;
  border-bottom-color: #dddddd;
  content: '';
}
.header .dropdown-menu:after {
  position: absolute;
  top: -5px;
  right: 12px;
  display: inline-block;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  content: '';
}
.header .dropdown-menu a {
	font-size: 15px;
	color: #606060;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
/*	transition:all 0.2s ease;*/
	line-height: 30px;
}
.header .dropdown-menu a:hover {
	background-color: #f4f4f4;
	color: #000;
}
.header .dropdown-menu img {
	margin-right: 13px;
	margin-left: 15px;
	padding-bottom: 3px;
	display: inline-block;
	vertical-align: middle;
}
.page_title {
	height: 51px;
	width: 100%;
	background-color: #a3060a;
	position: relative;
	background-image: url(/public/images/nl/page_title_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 51px;
	color: #fff;
	font-size: 19.5px;
	padding-left: 30px;

}
.main_content {
	background-color: #ececec;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 60px;
	position: relative;
}
.main_content .blue_notification {
	background-color: #dae5f5;
	border: 1px solid #b3c4dd;
	width: 59.83%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	font-size: 15px;
	color: #24426c;
	position: relative;
	border-radius: 3px;
	margin-bottom: 20px;
}
.main_content .blue_notification .marg {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	float: left;
}
.main_content .blue_notification .marg:last-of-type {
	overflow: hidden;
}
.main_content .blue_notification .close {
	position: absolute;
	right: 10px;
	top: 10px;
}
.main_content .red_notification {
	background-color: #f5d2d2;
	border: 1px solid #dfadac;
	width: 59.83%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	font-size: 15px;
	color: #6b1110;
	position: relative;
	border-radius: 3px;
	margin-bottom: 20px;
}
.main_content .red_notification .marg {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
.main_content .red_notification .marg:first-of-type {
	margin-right: 15px;
	float: left;
}
.main_content .red_notification .marg:last-of-type {
	overflow: hidden;
}
.main_content .red_notification .marg a {
	color: #467fcf;
}
.main_content .red_notification .close {
	position: absolute;
	right: 10px;
	top: 10px;
}
.main_content .green_notification {
	background-color: #dff1cc;
	border: 1px solid #bfdba5;
	width: 59.83%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	font-size: 15px;
	color: #316100;
	position: relative;
	border-radius: 3px;
	margin-bottom: 20px;
}
.main_content .green_notification .marg:first-of-type {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	float: left;
}
.main_content .green_notification .marg:last-of-type {
	overflow: hidden;
}
.main_content .green_notification .close {
	position: absolute;
	right: 10px;
	top: 10px;
}
.main_content .blue_notification_small {
	background-color: #dae5f5;
	border: 1px solid #b3c4dd;
	width: 41.5%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	font-size: 15px;
	color: #24426c;
	position: relative;
	border-radius: 3px;
	margin-bottom: 20px;
}
.main_content .blue_notification_small .marg:first-of-type {
	margin-right: 15px;
	float: left;
}
.main_content .blue_notification_small .marg:last-of-type {
	overflow: hidden;
}
.main_content .blue_notification_small .marg a {
	text-decoration: underline;
	color: #0194d2;
}
.main_content .blue_notification_small .marg a:hover {
	text-decoration: none;
	color: #0194d2;
}
.main_content .blue_notification_small .close {
	position: absolute;
	right: 10px;
	top: 10px;
}


/*MainTablesCss*/

.main_content .files_list {
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 88.6%;
}
.main_content .files_list a {
	color: inherit;
	text-decoration: none;
	/*transition:all 0.2s ease;*/
}

.main_content .files_list .drop_list {
	position: absolute;
	font-size: 13.5px;
	color: #919392;
	left: 40px;
	bottom: -38px;
}
.main_content .files_list .drop_list select {
	margin-left: 20px;
	width: 62px;
	height: 30px;
	border: 0px none;
	padding-left: 10px;
	font-size: 13.5px;
	color: #919392;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 3px;
	background-image: url(/public/images/nl/down-triangular.svg);
	background-repeat: no-repeat;
	background-position: 34px center;
}
.main_content .files_list .search {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #919392;
}
.main_content .files_list .search input {
	border: 1px solid #dddddd;
	border-radius: 3px;
	height: 28px;
	width: 227px;
	background-image: url(/public/images/nl/search.svg);
	background-repeat: no-repeat;
	background-position: right center;
	color: #323638;
	font-size: 13.5px;
	padding-left: 8px;
}
.main_content .files_list .title {
	font-size: 19.5px;
	color: #080c0e;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
}

/*MainTablesCss*/


/*UploadPage*/

.main_content .files_list .t_head {
	font-size: 13.5px;
	color: #919392;
	text-transform: uppercase;

}
.main_content .files_list .t_head td {
	border-bottom: 1px solid #dddddd;
	border-top:1px solid #dddddd;
	height: 38px;
}

.main_content .files_list .t_body {
	font-size: 15px;
	color: #323638;
}
.main_content .files_list .t_body td {
	height: 30px;
}
.main_content .files_list .light {
	color: #a2a4a3;
}
.main_content .upload_box {
	background-color: #fff;
	border: 1px solid #dddddd;
	width: 59.83%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	margin-bottom: 20px;
}
.main_content .upload_box .box_title {
	text-align: center;
	font-size: 30px;
	color: #080c0e;
	margin-bottom: 20px;
}
.main_content .upload_box .upload .upimage {
	background-image: url(/public/images/nl/upload-cloud.svg);
	background-repeat: no-repeat;
	width: 67px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.main_content .upload_box .upload {
/*	background-color: #f7f7f7;
	border:1px dashed #d8d8d8;
	padding: 0px;
	text-align: center;
	color: #707677;
	font-size: 19.5px;
	font-weight: 400;
	margin-bottom: 20px;
	transition:all 0.2s ease;*/
}
.main_content .upload_box .upload:hover {
/*	transform: scale(.95);
	border:1px solid #d8d8d8;
	background-color: #eee;*/
}
.main_content .upload_box .clickto {
	text-decoration: none;
	color: #467fcf;
	font-size: 19.5px;
	font-weight: 400;
	/*transition:all 0.2s ease;*/
	cursor: pointer;
}
.main_content .upload_box .clickto:hover {
	color: #295a9f;
	text-decoration: underline;
}
.main_content .upload_box .upload a {
	text-decoration: none;
	color: #467fcf;
	font-size: 19.5px;
	font-weight: 400;
	/*transition:all 0.2s ease;*/
	cursor: pointer;
}
.main_content .upload_box .upload a:hover {
	color: #295a9f;
	text-decoration: underline;
}
.main_content .upload_box .upload img {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.main_content .upload_box .weblink {
	font-size: 15px;
	color: #080c0e;
	text-align: center;
}
.main_content .upload_box .weblink a {
	color: #467fcf;
	text-decoration: none;
	/*transition:all 0.2s ease;*/
}
.main_content .upload_box .weblink a:hover {
	color: #295a9f;
	text-decoration: underline;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.chart-circle {
  display: block;
  height: 8rem;
  width: 8rem;
  position: relative;
}
.chart-circle canvas {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.chart-circle-xs {
  height: 1.6rem;
  width: 1.6rem;
  font-size: .6rem;

}
.chart-circle-sm {
  height: 4rem;
  width: 4rem;
  font-size: .8rem;
}

.chart-circle-lg {
  height: 10rem;
  width: 10rem;
  font-size: .8rem;
}
.chart-circle-value {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
}

.chart-circle-value small {
  display: block;
  color: #9aa0ac;
  font-size: 0.9375rem;
}
.files_list .dropdown-menu {
	width: 191px;
	background-color: #fff;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	color: #919392;
	position: absolute;
	right: 15px;
	top: 20px;
	z-index: 99;
	display: none;
    box-shadow: 0px 2px 5px 0px #ccc;
	border: 1px solid #dddddd;
	margin-top: .25rem;
}
.files_list .dropdown-menu a {
	font-size: 15px;
	color: #919392;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
	/*transition:all 0.2s ease;*/
	line-height: 30px;
}
.files_list .t_body .dropdown-menu a:hover {
	background-color: #f4f4f4;
	color: #000;
}
.files_list .dropdown-menu img {
	margin-right: 13px;
	margin-left: 15px;
	padding-bottom: 3px;
	display: inline-block;
	vertical-align: middle;
	opacity: .5;
	/*transition:all 0.2s ease;*/
}
.files_list .dropdown-menu a:hover img {
	opacity: 1;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu.show {
  display: block;
}
.main_content .files_list .num {
	color: #919392;
}

.main_content .files_list .file_name {

}
.main_content .files_list .file_name a {
	color: #323638;
	font-weight: 600;
}
.main_content .files_list .file_name a:hover {
	color: #295a9f;
	text-decoration: underline
}
.main_content .files_list .light .file_name a {
	color: #a2a4a3;
}
.main_content .files_list .light .file_name a:hover {
	color: #a2a4a3;
}
.main_content .files_list .date {

}
.main_content .files_list .dat {
	padding-left: 10px;
}
.main_content .files_list .address {

}
.main_content .files_list .green {

}
.main_content .files_list .red {
	width: 9%;
}
.main_content .files_list .adre {
	padding-left: 10px;
}
.main_content .files_list .gree {
	color: #5eba00;
	padding-left: 10px;
}
.main_content .files_list .re {
	color: #cd201f;
	padding-left: 10px;
}
.main_content .files_list .meter {
	color: #919392;
	width: 6%;
}
.main_content .files_list .view {
	color: #919392;
}
.main_content .files_list .view a {
	color: #919392;
	text-decoration: none;
	/*transition:all 0.2s ease;*/
}
.main_content .files_list .view a:hover {
	color: #323638;
	text-decoration: none;
}
.main_content .files_list .view img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	opacity: .5;
	/*transition:all 0.2s ease;*/
}
.main_content .files_list .view a:hover img {
	opacity: 1;
}
.main_content .files_list .delete {
	color: #919392;
}
.main_content .files_list .delete a {
	color: #919392;
}
.main_content .files_list .delete a:hover {
	color: #323638;
}
.main_content .files_list .delete img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	opacity: .5;
	/*transition:all 0.2s ease;*/
}
.main_content .files_list .delete a:hover img {
	opacity: 1;
}
.main_content .files_list .more {
	color: #919392;
	position: relative;
	cursor: pointer;
	padding-right: 10px;
}
.main_content .files_list .more img {
	display: inline-block;
	vertical-align: middle;
}
.main_content .files_list .padd {
	padding-left: 10px;
}
#left_upload {
	width: 50px;
	background-color: #ddd;
	position: absolute;
	left: -50px;
	top: 50px;
	z-index: 98;
	cursor: pointer;
	height: 38px;
block	background: url(/public/images/nl/chevron-left.svg) center center no-repeat,linear-gradient(0deg, #f5f5f5, #fff );
	display: block;

/*	box-shadow: -2px 0px 5px 0px #ADADAD;*/
}
#left_upload:hover {
	background: url(/public/images/nl/chevron-left.svg) center center no-repeat,linear-gradient(0deg, #fff, #f5f5f5 );
}
#right_upload {
	width: 50px;
	background-color: #ddd;
	position: absolute;
	right: -50px;
	top: 50px;
	z-index: 99;
	cursor: pointer;
	height: 38px;
    background: url(/public/images/nl/chevron-right.svg) center center no-repeat,linear-gradient(0deg, #f5f5f5, #fff );
	display: block;
/*	box-shadow: 2px 0px 5px 0px #ADADAD;*/
}
#right_upload:hover {
	background: url(/public/images/nl/chevron-right.svg) center center no-repeat,linear-gradient(0deg, #fff, #f5f5f5 );
}

/*UploadPage*/


/*ImportPage*/
#left {
	width: 50px;
	background-color: #ddd;
	position: absolute;
	left: -50px;
	top: 50px;
	z-index: 98;
	cursor: pointer;
	height: 38px;
	background: url(/public/images/nl/chevron-left.svg) center center no-repeat,linear-gradient(0deg, #f5f5f5, #fff );

/*	box-shadow: -2px 0px 5px 0px #ADADAD;*/
}
#left:hover {
	background: url(/public/images/nl/chevron-left.svg) center center no-repeat,linear-gradient(0deg, #fff, #f5f5f5 );
}
#right {
	width: 50px;
	background-color: #ddd;
	position: absolute;
	right: -50px;
	top: 50px;
	z-index: 99;
	cursor: pointer;
	height: 38px;
    background: url(/public/images/nl/chevron-right.svg) center center no-repeat,linear-gradient(0deg, #f5f5f5, #fff );
/*	box-shadow: 2px 0px 5px 0px #ADADAD;*/
}
#right:hover {
	background: url(/public/images/nl/chevron-right.svg) center center no-repeat,linear-gradient(0deg, #fff, #f5f5f5 );
}
.main_content .files_list .t_head_import {
	font-size: 12px;
	color: #919392;
}
.main_content .files_list .t_head_import td {
	background-color: #ddd;
	height: 38px;
	min-width: 129px;
}
.main_content .files_list .t_head_import .dropdown2 {
	height: 29px;
	line-height: 29px;
	background-color: transparent;
	font-size: 12px;
	color: #c62026;
	position: relative;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
	text-align: left;
	width: 110px;
}
.main_content .files_list .t_head_import .dropdown2:after {
	content: "";
	position: absolute;
	right: 30px;
	top: 13px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #c62026;
}
.main_content .files_list .t_head_import .dropdown2_red {
	height: 29px;
	line-height: 29px;
	background-color: #fff;;
	font-size: 12px;
	color: #c62026;
	position: relative;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
	text-align: left;
	border: 1px solid #d8504f;
	width: 110px;
	padding-left: 15px;
}
.main_content .files_list .t_head_import .dropdown2_red:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 13px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #c62026;
}
.main_content .files_list .t_head_import .dropdown2_blue {
	height: 29px;
	line-height: 29px;
	background-color: #467fcf;
	font-size: 12px;
	color: #fff;
	position: relative;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
	text-align: left;
	width: 110px;
	padding-left: 15px;
	border: 0px none;
}
.main_content .files_list .t_head_import .dropdown2_blue:after {
	content: "";
	position: absolute;
	right: 11px;
	top: 8px;
	width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.files_list .t_head_import .dropdown-menu {
	width: 168px;
	background-color: #fff;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 15px;
	color: #919392;
	position: absolute;
	right: 15px;
	top: 20px;
	z-index: 99;
	display: none;
    box-shadow: 0px 2px 5px 0px #ccc;
	border: 1px solid #dddddd;
	margin-top: 0rem;
}
.files_list .t_head_import .dropdown-menu a {
	font-size: 15px;
	color: #919392;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
	/*transition:all 0.2s ease;*/
	line-height: 30px;
}
.files_list .t_head_import .dropdown-menu a:hover {
	background-color: #f4f4f4;
	color: #467fcf;
}
.files_list .t_head_import .dropdown-menu img {
	margin-right: 13px;
	margin-left: 15px;
	padding-bottom: 3px;
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	/*transition:all 0.2s ease;*/
}
.files_list .t_head_import .dropdown-menu a:hover img {
	opacity: 1;
}
.files_list .t_head_import .dropdown-menu.show {
  display: block;
}
.main_content .files_list .t_head_import .blue {
	width: 97px;
	height: 29px;
	border: 0px none;
	font-size: 12px;
	color: #fff;
	background-color: #467fcf;
	border-radius: 3px;
	padding-left: 10px;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.main_content .files_list .t_head_import .blue option {
	border: 0px none;
	color: #919392;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 15px;
	background-color: #fff;
	display: block;
}
.main_content .files_list .t_head_import .blue option:hover {
	color: #467fcf;
}
.main_content .files_list .t_body_import {
	font-size: 15px;
	color: #323638;
}
.main_content .files_list .t_body_import td {
	height: 38px;
}
.main_content .files_list .t_body_import a:hover {
	color: #323638;
	text-decoration: none;
}
.main_content .files_list .lighter {
	color: #ddd;
}

.main_content .files_list .darkbg {
	background-color: #f8f8f8;
}
.buttons_container {
	width: 90%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align: right;
	margin-top: 50px;
	}
.main_content .buttons_container .page_back {
	position: absolute;
	font-size: 15px;
	color: #919392;
	left: 0px;
	bottom: 0px;
}
.main_content .buttons_container .page_back a {
	text-decoration: none;
	font-size: 15px;
	color: #919392;
}
.main_content .files_list .page_back a:hover {
	color: #323638;
}
.main_content .files_list .delete_import {
	color: #c62026;
	padding-left: 30px;
	font-size: 12px;
}
.main_content .files_list .delete_import a {
	font-size: 12px;
	display: block;
	background-image: url(/public/images/nl/trash-2.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	height: 15px;
	width: 0px;
	overflow: hidden;
	opacity: .5;
}
.main_content .files_list .delete_import a:hover {
	color: #c62026;
	opacity: 1;
}
.main_content .files_list .lighter a {
	color: #c62026;
	background-image: url(/public/images/nl/trash-4.svg);
	font-size: 12px;
	width: 60px;
	opacity: 1;
}
.main_content .buttons_container .btns {
	position: static;
	right: 10px;
	bottom: -46px;
	margin-bottom: 10px;
}
.main_content .buttons_container .btns .reset_btn {
	border: 1px solid #ababab;
	border-radius: 3px;
	background-color: #fff;
	width: 126px;
	height: 36px;
	cursor: pointer;
	font-size: 15px;
	color: #a5aaaf;
	font-family: 'Source Sans Pro', sans-serif;
}
.main_content .buttons_container .btns .reset_btn:hover {
	background-color: #eee;
	color: #909497;
}
.main_content .buttons_container .btns .nxt_btn {
	border: 1px solid #ababab;
	border-radius: 3px;
	background-color: #fff;
	width: 126px;
	height: 36px;
	cursor: pointer;
	font-size: 15px;
	color: #a5aaaf;
	margin-left: 18px;
	font-family: 'Source Sans Pro', sans-serif;
}
.main_content .buttons_container .btns .nxt_btn:hover {
	background-color: #eee;
	color: #909497;
}
.main_content .buttons_container .btns_ok {
	position: static;
	right: 10px;
	bottom: -138px;
	margin-bottom: 10px;
}
.main_content .buttons_container .btns_ok .nxt_btn_blue {
	border: 0px none;
	border-radius: 3px;
	background-color: #467fcf;
	width: 126px;
	height: 36px;
	cursor: pointer;
	font-size: 15px;
	color: #fff;
	margin-left: 18px;
	font-family: 'Source Sans Pro', sans-serif;
}
.main_content .buttons_container .btns_ok .nxt_btn_blue:hover {
	background-color: #4379c5;
}
.main_content .buttons_container .btns_ok .ok {
	display: inline-block;
	color: #919392;
	font-size: 12px;
}
.main_content .buttons_container .btns_error {
	position: static;
	right: 10px;
	bottom: -92px;
	margin-bottom: 10px;
}
.main_content .buttons_container .btns_error .nxt_btn_red {
	border: 1px solid #c62026;
	border-radius: 3px;
	background-color: #fff;
	width: 126px;
	height: 36px;
	cursor: pointer;
	font-size: 15px;
	color: #d00008;
	margin-left: 18px;
	font-family: 'Source Sans Pro', sans-serif;
}
.main_content .buttons_container .btns_error .nxt_btn_red:hover {
	background-color: #eee;
	color: #c62026;
}
.main_content .buttons_container .btns_error .alrert {
	display: inline-block;
	color: #919392;
	font-size: 13.5px;
}
.main_content .buttons_container .btns_error .alrert img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}

.main_content .files_list .delete_confirm {
	position: fixed; /* Sit on top of the page content */
	/* Hidden by default */
	padding: 20px;
	background-color: rgba(255,255,255,1); /* Black background with opacity */
	z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 12px 2px #ddd;
	border: 1px solid #bebebe;
	font-size: 10.5px;
	color: #919392;
	text-align: left;
	width: 40%;
	display: none;
}
.main_content .files_list .delete_confirm .notfound {
	margin-bottom: 5px;
	font-size: 15px;
	color: #c62026;
}
.main_content .files_list .delete_confirm .notfound img {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}

.main_content .files_list .delete_confirm .done {
	border-radius: 3px;
	background-color: #d74d4c;
	color: #fff;
	font-size: 10.5px;
	width: 65px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	right: 14px;
	top: 18px;
	text-align: center;
}
.main_content .files_list .delete_confirm .done:hover {
	background-color: #d43332;
}
.main_content .files_list .delete_confirm a.close {
	position: absolute;
	right: 6px;
	top: -12px;
	z-index: 99;
	cursor: pointer;
	}
.main_content .files_list .delete_confirm a.close img {
	border: 0px none;
	width: auto;
	height: 22px;
	}

/*ImportPage*/



/*ProgressPage*/

.main_content .progress {
	margin-left: auto;
	margin-right: auto;
	width: 41.5%;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-top: 20px;
	padding: 15px;
	margin-bottom: 20px;
}
.main_content .progress_title {
	text-align: center;
	color: #080c0e;
	font-size: 19.5px;
	margin-bottom: 20px;
}
.main_content .progress_num {
	text-align: center;
	color: #919392;
	font-size: 19.5px;
}
.main_content .progress_num .bold_num {
	color: #121618;
	font-size: 36px;
	font-weight: 600;
}
.main_content .time_left {
	font-size: 13.5px;
	color: #d1d1d1;
	text-align: center;
	margin-bottom: 20px;
}
.main_content .time_left img {
	display: inline-block;
	margin-right: 6px;
	width: 16px;
	height: 16px;
	vertical-align: top;
}

.main_content .progress .progress_bar_container {
  display: -ms-flexbox;
  display: flex;
  height: .5rem;
  overflow: hidden;
  font-size: 0.703125rem;
  background-color: #e9ecef;
  border-radius: 3px;
	position: relative;
	width: 213px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 24px;
}
.main_content .progress .progress_bar_container .progress_bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #467fcf;
  transition: width 0.6s ease;
}

/*ProgressPage*/


/*ReportPage*/

.main_content .report_box {
	width: 59.83%;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.main_content .report_box .box_title {
	padding: 20px;
	color: #080c0e;
	position: relative;
}
.main_content .report_box .box_title .file_name {
	font-size: 19.5px;
	font-weight: 600;
	color: #080c0e;
	margin-bottom: 2px;
}
.main_content .report_box .box_title .adress {
	font-size: 13.5px;
	color: #919392;
}
.main_content .report_box .box_title .adress .num {
	font-size: 13.5px;
	color: #080c0e;
	font-weight: 600;
	margin-left: 5px;
}
.main_content .report_box .box_title .timdat {
	position: absolute;
	right: 30px;
	top: 25px;
	font-size: 13.5px;
}
.main_content .report_box .box_title .timdat span {
	color: #919392;
	display: inline-block;
	margin-right: 5px;
}

.main_content .report_box .box_blue_result {
	padding: 20px;
	color: #080c0e;
	position: relative;
	border-top: 1px solid #dddddd;
}
.main_content .report_box .box_grey {
	border-top: 1px solid #dddddd;
}
.main_content .report_box .box_blue_result .check_icon {
	width: 39px;
	height: 39px;
	margin-right: 20px;
	display: inline-block;
	background-color: #4680cb;
	border-radius: 3px;
	background-image: url(/public/images/nl/check.svg);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
.main_content .report_box .box_blue_result .atten_icon {
	width: 39px;
	height: 39px;
	margin-right: 20px;
	display: inline-block;
	background-color: #cdcaca;
	border-radius: 3px;
	background-image: url(/public/images/nl/alert-triangle-white.svg);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
.main_content .report_box .box_blue_result .adress_num {
	vertical-align: middle;
	display: inline-block;
	font-size: 16px;
	color: #121618;
}
.main_content .report_box .box_blue_result .adress_num .numbold {
	font-weight: 600;
}
.main_content .report_box .box_blue_result .adress_num .text_light {
	display: block;
	color: #919392;
}
.main_content .report_box .box_blue_result .manage {
	display: inline-block;
	/*margin-left: 95px;*/
	vertical-align: middle;
	font-size: 13.5px;
	float: right;
	margin-top: 10px;
}
.main_content .report_box .box_blue_result .manage a {
	display: inline-block;
	margin-left: 20px;
	color: #919392;
	text-decoration: none;
}
.main_content .report_box .box_blue_result .manage a:hover {
	color: #323638;
}
.main_content .report_box .box_blue_result .manage a img {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	opacity: .5;
}
.main_content .report_box .box_blue_result .manage a:hover img {
	opacity: 1;
}
.main_content .report_box .box_blue_result .manage a.light_blue {
	color: #467fcf;
	text-decoration: underline;
	font-size: 15px;
	padding-right: 12px;
}
.main_content .report_box .box_blue_result .manage a:hover.light_blue {
	text-decoration: none;
}
.main_content .report_box .box_blue_result .manage a.repeat {
	color: #cd201f;
	text-decoration: none;
}
.main_content .report_box .box_blue_result .manage a:hover.repeat {
	text-decoration: underline;
}
.main_content .report_box .box_blue_result .manage a.repeat img {
	opacity: 1;
}
.main_content .report_box .box_blue_result .manage_atten {
	/*margin-left: 90px;*/
}
.main_content .report_box .box_blue_result .eyepad {
	padding-right: 15px;
}
.main_content .report_control {
	margin-top: 20px;
	position: relative;
	width: 59.83%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	color: #919392;
}
.main_content .report_control a {
	font-size: 15px;
	color: #919392;
	text-decoration: none;
}
.main_content .report_control a:hover {
	color: #323638;
}
.main_content .report_control .report_float {
	float: right;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	display: block;
	position: relative;
	cursor: pointer;

}
.main_content .report_control .report_float label {
	cursor: pointer;

}
.main_content .report_control .report_float input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.main_content .report_control .report_checkbox {
    position: absolute;
    top: 2px;
    left: -20px;
	width: 13px;
	height: 13px;
	background-color: #fff;
	border: 1px solid #cecece;
	cursor: pointer;

}

/* When the checkbox is checked, add a blue background */
.report_float input:checked ~ .report_checkbox {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.report_checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.report_float input:checked ~ .report_checkbox:after {
    display: block;
}

/* Style the checkmark/indicator */
.report_float .report_checkbox:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: solid black;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.main_content .report_control .btns_ok {
	position: absolute;
	right: 0px;
	bottom: -40px;
}
.main_content .report_control .btns_ok .nxt_btn_blue {
	border: 0px none;
	border-radius: 3px;
	background-color: #467fcf;
	width: 136px;
	height: 36px;
	cursor: pointer;
	font-size: 15px;
	color: #fff;
	margin-left: 18px;
	font-family: 'Source Sans Pro', sans-serif;
}
.main_content .report_control .btns_ok .nxt_btn_blue:hover {
	background-color: #4379c5;
}

/*ReportPage*/


/*ReviewPage*/

.main_content .report_control .btns {
	position: absolute;
	right: 0px;
	bottom: -46px;
}
.main_content .report_control .btns .reset_btn {
	border: 1px solid #ababab;
	border-radius: 3px;
	background-color: #fff;
	width: 126px;
	height: 36px;
	cursor: pointer;
	font-size: 15px;
	color: #a5aaaf;
	font-family: 'Source Sans Pro', sans-serif;
}
.main_content .report_control .btns .reset_btn:hover {
	border: 1px solid #467fcf;
}
.main_content .report_control .btns .nxt_btn_blue {
	border: 0px none;
	border-radius: 3px;
	background-color: #467fcf;
	width: 136px;
	height: 36px;
	cursor: pointer;
	font-size: 15px;
	color: #fff;
	margin-left: 18px;
	font-family: 'Source Sans Pro', sans-serif;
}
.main_content .report_control .btns .nxt_btn_blue:hover {
	background-color: #4379c5;
}
.main_content .btns_s {

}
.main_content .btns_s .nxt_btn_blue {
	border: 0px none;
	border-radius: 3px;
	background-color: #467fcf;
	width: 50px;
	height: 24px;
	cursor: pointer;
	font-size: 11.5px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}
.main_content .btns_s .nxt_btn_blue:hover {
	background-color: #4379c5;
}
.main_content .btns_s .btn_map {
	border: 0px none;
	border-radius: 3px;
	background-color: #9da2a6;
	width: 50px;
	height: 24px;
	cursor: pointer;
	font-size: 12.5px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}
.main_content .btns_s .btn_map:hover {
	background-color: #8b8f92;
}
.main_content .btns_s .btn_del {
	border: 0px none;
	border-radius: 3px;
	background-color: #d74d4c;
	width: 50px;
	height: 24px;
	cursor: pointer;
	font-size: 11.5px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}
.main_content .btns_s .btn_del:hover {
	background-color: #d43332;
}
.main_content .review_list {
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 59.83%;

}
.main_content .review_list .wid {
	width: 70px;
}
.main_content .review_list .wid2 {
	width: 130px;
}
.main_content .review_list a {
	color: inherit;
	text-decoration: none;
	/*transition:all 0.2s ease;*/
}
.main_content .review_list .search {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #919392;
}
.main_content .review_list .search input {
	border: 1px solid #dddddd;
	border-radius: 3px;
	height: 28px;
	width: 227px;
	background-image: url(/public/images/nl/search.svg);
	background-repeat: no-repeat;
	background-position: right center;
	color: #323638;
	font-size: 13.5px;
	padding-left: 8px;
}
.main_content .review_list .title {
	font-size: 19.5px;
	color: #080c0e;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
}
.main_content .review_list .t_head_review {
	font-size: 12px;
	color: #121618;
	font-weight: 600;
}
.main_content .review_list .t_head_review .light {
	color: #8a8b8b;
}
.main_content .review_list .t_head_review td {
	background-color: #ddd;
	height: 38px;
}
.main_content .review_list .t_head_review .sorting {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.main_content .review_list .t_head_review .sorting img {
	width: 12px;
}
.main_content .review_list .t_body_review {
	font-size: 13.5px;
	color: #323638;
}
.main_content .review_list .t_body_review td {
	height: 38px;
}
/*.main_content .review_list .t_body_review a:hover {
	color: #323638;
	text-decoration: none;
}*/
.main_content .review_list .darkbg {
	background-color: #f8f8f8;
}
.main_content .review_list .check_box {
 	padding-left: 30px;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	position: relative;

}
.main_content .review_list .check_box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.main_content .review_list .check_box a.delete_selected {
 	display: block;
	width: 18px;
	height: 17px;
	background-color: #fff;
	border: 1px solid #bfbfbf;
	position: relative;
}
.main_content .review_list .check_box a.delete_selected:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #959595;
}
.main_content .review_list .check_box .review_checkbox {
    position: absolute;
    top: 10px;
    left: 31px;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #cecece;
	cursor: pointer;
	border-radius: 3px;
}

/* When the checkbox is checked, add a blue background */
.review_list .check_box input:checked ~ .review_checkbox {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.review_checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.review_list .check_box input:checked ~ .review_checkbox:after {
    display: block;
}

/* Style the checkmark/indicator */
.review_list .review_checkbox:after {
    left: 5px;
    top: 1px;
    width: 4px;
    height: 9px;
    border: solid black;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.t_head_review .dropdown-menu {
	width: 105px;
	background-color: #fff;
	padding-left: 0px;
	font-size: 12px;
	color: #919392;
	position: absolute;
	right: 15px;
	top: 20px;
	z-index: 99;
	display: none;
    box-shadow: 0px 2px 5px 0px #ccc;
	border: 1px solid #dddddd;
	margin-top: .25rem;
}
.t_head_review .dropdown-menu a {
	font-size: 12px;
	color: #d74d4c;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
	/*transition:all 0.2s ease;*/
	line-height: 30px;
	text-align: center;
}
.t_head_review .dropdown-menu a:hover {
	background-color: #f4f4f4;
	color: #d52a29;
}
.t_head_review .dropdown-menu img {
	margin-right: 13px;
	margin-left: 15px;
	padding-bottom: 3px;
	display: inline-block;
	vertical-align: middle;
	/*transition:all 0.2s ease;*/
}
.t_head_review .dropdown-menu a:hover img {
	opacity: 1;
}
.main_content .review_list .t_body_review .select_address {
	border: 1px solid #cecece;
	background-color: #fff;
	width: 330px;
	height: 24px;
	font-size: 12px;
	color: #888888;
	line-height: 24px;
	padding-left: 7px;
	position: relative;
	cursor: pointer;
	border-radius: 3px;
	display: block;
}
.main_content .review_list .t_body_review .select_address:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 9px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #959595;
}
.main_content .review_list .t_body_review .select_address_blue {
	border: 1px solid #4680cb;
	background-color: #fff;
	width: 330px;
	height: 24px;
	font-size: 12px;
	color: #4680cb;
	line-height: 24px;
	padding-left: 7px;
	position: relative;
	cursor: pointer;
	border-radius: 3px;
	display: block;
	background-image: url(/public/images/nl/check-blue.svg);
	background-repeat: no-repeat;
	background-position: 300px 0px;
}
.main_content .review_list .t_body_review .select_address_blue:after {
	display: none;
}
.main_content .review_list .t_body_review .select_address_red {
	border: 1px solid #d74d4c;
	background-color: #fff;
	width: 330px;
	height: 24px;
	font-size: 12px;
	color: #d74d4c;
	line-height: 24px;
	padding-left: 7px;
	position: relative;
	cursor: pointer;
	border-radius: 3px;
	display: block;
	background-image: url(/public/images/nl/trash-5.svg);
	background-repeat: no-repeat;
	background-position: 300px 0px;
}
.main_content .review_list .t_body_review .select_address_red:after {
	display: none;
}
.main_content .review_list .t_body_review .locate_on_map {
	position: fixed; /* Sit on top of the page content */
	/* Hidden by default */
	padding: 15px;
	background-color: rgba(255,255,255,1); /* Black background with opacity */
	z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 12px 2px #ddd;
	border: 1px solid #bebebe;
	font-size: 10.5px;
	color: #919392;
	text-align: left;
	width: 50%;
	height: auto;
	display: none;
}
.main_content .review_list .t_body_review .locate_on_map .map_border {
	display: block;
	border: 1px solid #919392;
	margin-bottom: 40px;
	margin-top: 10px;
	width: 100%;
	height: auto;
}
.main_content .review_list .t_body_review .locate_on_map .map_border img {
	width: 100%;
	height: 100%;

}
.main_content .review_list .t_body_review .locate_on_map .done {
	border-radius: 3px;
	background-color: #467fcf;
	color: #fff;
	font-size: 10.5px;
	width: 65px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	right: 14px;
	bottom: 14px;
	text-align: center;
}
.main_content .review_list .t_body_review .locate_on_map .done:hover {
	background-color: #4379c5;
}
.main_content .review_list .t_body_review .locate_on_map a.close {
	position: absolute;
	right: 6px;
	top: -12px;
	z-index: 99;
	cursor: pointer;
	}
.main_content .review_list .t_body_review .locate_on_map a.close img {
	border: 0px none;
	width: auto;
	height: 22px;
	}
.main_content .review_list .t_body_review .locate_on_map .check_box2 {
	position: absolute;
	bottom:23px;
	right: 95px;

	padding-left: 0px;

}
.main_content .review_list .t_body_review .locate_on_map .check_box2 .review_checkbox {
    position: absolute;
    top: -1px;
    left: -22px;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #cecece;
	cursor: pointer;
	border-radius: 3px;

}

.main_content .review_list .t_body_review .edit_address {
	position: fixed; /* Sit on top of the page content */
	/* Hidden by default */
	padding: 20px;
	background-color: rgba(255,255,255,1); /* Black background with opacity */
	z-index: 2; /* Specify a stack order in case you're using a different order for other elements */

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 12px 2px #ddd;
	border: 1px solid #bebebe;
	font-size: 10.5px;
	color: #919392;
	text-align: left;
	width: 47.66%;
	display: none;
}
.main_content .review_list .t_body_review .edit_address input {
	border: 1px solid #dddddd;
	border-radius: 3px;
	height: 24px;
	width: 270px;
	color: #323638;
	font-size: 12px;
	padding-left: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: top;
}
.main_content .review_list .t_body_review .edit_address .submit {
	border-radius: 3px;
	background-color: #5eba00;
	width: 50px;
	height: 24px;
	padding: 0px;
	display: inline-block;
	color: #fff;
	text-align: center;
	cursor: pointer;
	vertical-align: top;
	font-size: 10.5px;
	font-family: 'Source Sans Pro', sans-serif;
	border: 0px none;
}
.main_content .review_list .t_body_review .edit_address .submit:hover {
	background-color: #54a501;
}
.main_content .review_list .t_body_review .edit_address .found {
	margin-bottom: 5px;
	font-size: 12px;
	color: #5eba00;
}
.main_content .review_list .t_body_review .edit_address .found img {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 2px;
}
.main_content .review_list .t_body_review .edit_address .notfound {
	margin-bottom: 5px;
	font-size: 12px;
	color: #c62026;
}
.main_content .review_list .t_body_review .edit_address .notfound img {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
}
.main_content .review_list .t_body_review .edit_address .done {
	border-radius: 3px;
	background-color: #467fcf;
	color: #fff;
	font-size: 10.5px;
	width: 65px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	right: 14px;
	bottom: 14px;
	text-align: center;
}
.main_content .review_list .t_body_review .edit_address .done:hover {
	background-color: #4379c5;
}
.main_content .review_list .t_body_review .edit_address a.close {
	position: absolute;
	right: 6px;
	top: -12px;
	z-index: 99;
	cursor: pointer;
	}
.main_content .review_list .t_body_review .edit_address a.close img {
	border: 0px none;
	width: auto;
	height: 22px;
	}
.t_body_review .dropdown-menu {
	width: 330px;
	background-color: #fff;
	font-size: 12px;
	color: #4781cb;
	position: absolute;
	right: 15px;
	top: 20px;
	z-index: 99;
	display: none;
    box-shadow: 0px 2px 5px 0px #ccc;
	border: 1px solid #dddddd;
}
.t_body_review .dropdown-menu a {
	font-size: 12px;
	color: #4781cb;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
	/*transition:all 0.2s ease;*/
	line-height: 18px;
	text-align: left;
	padding-left: 7px;
}
.t_body_review .dropdown-menu a:hover {
	background-color: #f4f4f4;
	color: #4781cb;
}
.t_body_review .dropdown-menu a.dark {
	font-size: 12px;
	color: #323638;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
	/*transition:all 0.2s ease;*/
	line-height: 18px;
	text-align: left;
	padding-left: 7px;
}
.t_body_review .dropdown-menu a.dark:hover {
	background-color: #f4f4f4;

}

/*ReviewPage*/


/*InvoicePage*/

.main_content .invoice_box {
	width: 59.83%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-top: 20px;
	padding: 20px;
	font-size: 15px;
	color: #121618;
	position: relative;
	display: none;
}
.main_content .invoice_box .back_one {
	position: absolute;
	right: 10px;
	top: 10px;
}
.main_content .invoice_box .back_one img {
	height: 15px;
}
.main_content .invoice_box .price {
	color: #707677;
	font-size: 16px;
	margin-top: 15px;
}
.main_content .invoice_box .price .blue {
	color: #467fcf;
	font-size: 19.5px;
	font-weight: 600;
}
.main_content .invoice_box .btns {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.main_content .invoice_box .btns .nxt_btn_blue {
	border: 0px none;
	border-radius: 3px;
	background-color: #467fcf;
	width: 126px;
	height: 36px;
	cursor: pointer;
	font-size: 15px;
	color: #fff;
	margin-left: 18px;
	font-family: 'Source Sans Pro', sans-serif;
}
.main_content .invoice_box .btns .nxt_btn_blue:hover {
	background-color: #4379c5;
}
.main_content .opa {
	display: block;
}
.main_content .unopa {
	display: none;
}
/*InvoicePage*/


/*ResultPage*/

.main_content .result_box {
	width: 68.83%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-top: 20px;
	padding: 20px;
	font-size: 15px;
	color: #121618;
	position: relative;
	margin-bottom: 35px;
}
.main_content .result_box .chart {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 200px;
}
.main_content .result_box .file_name {
	font-size: 19.5px;
	color: #3d4042;
	margin-bottom: 30px;
}
.main_content .result_box .file_name .num {
	font-size: 15px;
	color: #a2a4a3;
	display: block;
}
.main_content .result_box .filter {
	display: block;
	margin-bottom: 15px;
	color: #323638;
	font-size: 15px;
}
.main_content .result_box .filter .num {
	font-weight: 600;
	font-size: 19.5px;
}
.main_content .result_box .filter a.green_icon {
	display: inline-block;
	color: #fff;
	font-size: 10.5px;
	text-decoration: none;
	width: 70px;
	height: 30px;
	background-color: #5eba00;
	border-radius: 3px;
	vertical-align: middle;
	margin-right: 20px;
	line-height: 30px;
	text-align: center;
}
.main_content .result_box .filter a:hover.green_icon {
	background-color: #53a500;
}

.main_content .result_box .filter a.green_icon img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.main_content .result_box .filter a.yellow_icon {
	display: inline-block;
	color: #fff;
	font-size: 10.5px;
	text-decoration: none;
	width: 70px;
	height: 30px;
	background-color: #f1c40f;
	border-radius: 3px;
	vertical-align: middle;
	margin-right: 20px;
	line-height: 30px;
	text-align: center;
}
.main_content .result_box .filter a:hover.yellow_icon {
	background-color: #e1b60b;
}
.main_content .result_box .filter a.yellow_icon img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.main_content .result_box .filter a.red_icon {
	display: inline-block;
	color: #fff;
	font-size: 10.5px;
	text-decoration: none;
	width: 70px;
	height: 30px;
	background-color: #c62026;
	border-radius: 3px;
	vertical-align: middle;
	margin-right: 20px;
	line-height: 30px;
	text-align: center;
}
.main_content .result_box .filter a:hover.red_icon {
	background-color: #bc1016;
}
.main_content .result_box .filter a.red_icon img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.main_content .filter_manage {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 1px solid #dddddd;
	width: 99.83%;
	padding: 20px;
	font-size: 19.5px;
	color: #080c0e;
	position: relative;
	margin-bottom: 15px;
}
.main_content .filter_manage .search {
	display: inline-block;
	margin-left: 30px;
}
.main_content .filter_manage .search input {
	border: 1px solid #dddddd;
	border-radius: 3px;
	height: 28px;
	width: 227px;
	background-image: url(/public/images/nl/search.svg);
	background-repeat: no-repeat;
	background-position: right center;
	color: #323638;
	font-size: 13.5px;
	padding-left: 8px;
}

.main_content .filter_manage .filter_control {
	float: right;
}
.main_content .filter_manage .filter_control a.list_icon {
	font-size: 13.5px;
	color: #b4b6b5;
	text-decoration: none;
	background-image: url(/public/images/nl/list.svg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;

}
.main_content .filter_manage .filter_control a:hover.list_icon {
	background-image: url(/public/images/nl/list_blue.svg);
	color: #467fcf;
}
.main_content .filter_manage .filter_control a.map_icon {
	font-size: 13.5px;
	color: #b4b6b5;
	text-decoration: none;
	background-image: url(/public/images/nl/map.svg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 23px;
	margin-left: 30px;
}
.main_content .filter_manage .filter_control a:hover.map_icon {
	background-image: url(/public/images/nl/map_blue.svg);
	color: #467fcf;
}
.main_content .filter_manage .filter_control a.selected2 {
	background-image: url(/public/images/nl/list_blue.svg);
	color: #467fcf;
}
.main_content .filter_manage .filter_control a.selected {
	background-image: url(/public/images/nl/map_blue.svg);
	color: #467fcf;
}
.main_content .filter_manage .filter_control a.filter_menu {
	font-size: 13.5px;
	color: #c1c3c2;
	margin-left: 20px;
	text-decoration: none;
	width: 201px;
	height: 28px;
	border: 1px solid #dfdfdf;
	display: inline-block;
	text-align: left;
	line-height: 28px;
	padding-left: 10px;
	position: relative;
}
.main_content .filter_manage .filter_control a:hover.filter_menu {
	border: 1px solid #c4c4c4;
	color: #afb0af;
}
.main_content .filter_manage .filter_control a.filter_menu:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 12px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #959595;
}
.main_content .list_block {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 1px solid #dddddd;
	width: 99.83%;
	padding: 15px;
	font-size: 12px;
	color: #919392;
	margin-bottom: 15px;
}
.main_content .list_block .address {
	font-size: 15px;
	color: #323638;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.main_content .list_block .address .num {
	font-size: 15px;
	color: #979999;
	font-weight: 400;
	margin-right: 5px;
}
.main_content .list_block .icon {
	display:inline-block;
	margin-right: 10px;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-radius: 3px;
}
.main_content .list_block .red {
	background-color: #cd201f;
	background-image: url(/public/images/nl/alert-triangle-white3.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.main_content .list_block .green {
	background-color: #5eba00;
	background-image: url(/public/images/nl/check3.svg);
	background-repeat: no-repeat;
	background-position: center center;

}
.main_content .list_block .yellow {
	background-color: #f4c60e;
	background-image: url(/public/images/nl/minus-circle2.svg);
	background-repeat: no-repeat;
	background-position: center center;

}
.main_content .list_block .logo_btn {
	display: inline-block;
	border-radius: 3px;

	height: 24px;
	border: 1px solid #dddddd;
	font-size: 10.5px;
	color: #959797;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
	background: linear-gradient(0deg, #f5f5f5 50%, #fff 50%);
	padding-right: 6px;
	padding-left: 4px;
}
.main_content .list_block .logo_btn:hover {
	background: linear-gradient(180deg, #f5f5f5 50%, #fff 50%);
	color: #7c7c7c;
}
.main_content .list_block .logo_btn img {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #dddddd;
	padding-right: 2px;
	margin-right: 5px;
	height: 23px;
}
.main_content .list_block .logo_btn:hover img {

}
.main_content .list_block .jump_menu {
	display: inline-block;
	font-size: 12px;
	color:#919392;
	vertical-align: middle;
}
.main_content .list_block .jump_menu select {
	width: 220px;
	height: 30px;
	margin-left: 10px;
	border: 0px none;
	color: #4780cf;
	font-size: 12px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 3px;
	background-image: url(/public/images/nl/down-triangular2.svg);
	background-repeat: no-repeat;
	background-position: 200px center;
}
.main_content .list_block .jump_menu select:focus {
	outline: none;
}
.main_content .list_block .info {
	display: block;
	padding-left: 34px;
	padding-top: 15px;
}
.main_content .list_block .info .txt {
	display: inline-block;
	border-right: 1px solid #dddddd;
	margin-right: 40px;
	padding-right: 40px;
	vertical-align: middle;
}
.main_content .list_block .info .infographic {
	display: inline-block;
	vertical-align: middle;
}
.main_content .list_block .info .infographic .grp {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.main_content .list_block .info .infographic .grp div {
	font-size: 13.5px;
	color: #121618;
	margin-bottom: 10px;
}
.main_content .list_block .info .infographic .grp div .green_box {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #ffffff;
	background-color: #5eba00;
	border-radius: 3px;
	width: 64px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-left: 15px;
	float: right;
}
.main_content .list_block .info .infographic .grp div .grey_box {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #ffffff;
	background-color: #ececec;
	border-radius: 3px;
	width: 64px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-left: 15px;
	float: right;
}
.main_content .list_block .info .infographic .grp div .yellow_box {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #ffffff;
	background-color: #f1c40f;
	border-radius: 3px;
	width: 64px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-left: 15px;
	float: right;
}
.main_content .list_block .info .infographic .grp div .red_box {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #ffffff;
	background-color: #cd201f;
	border-radius: 3px;
	width: 64px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-left: 15px;
	float: right;
}
.main_content .list_block .info .infographic .map_mag {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-top: -35px;
}
.main_content .list_block .info .infographic .map_mag:after {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 22px;
	height: 21px;
	background-image: url(/public/images/nl/zoom-in.svg);
	background-repeat: no-repeat;
}
.main_content .list_block .info .infographic .map_mag img {
	display: block;
	border: 1px solid #919392;
	width: 136px;
	height: 96px;
}
.main_content .list_block .info .infographic .overlay {
	position: fixed; /* Sit on top of the page content */
	/* Hidden by default */
	padding: 15px;
	background-color: rgba(255,255,255,1); /* Black background with opacity */
	z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 12px 2px #ddd;
	border: 1px solid #bebebe;
	font-size: 10.5px;
	color: #323638;
	text-align: center;
	width: 50%;
	height: auto;
	display: none;
	}
.main_content .list_block .info .infographic .overlay .map_border {
	display: block;
	border: 1px solid #919392;
	margin-bottom: 10px;
	margin-top: 0px;
	width: 100%;
	height: auto;
}
.main_content .list_block .info .infographic .overlay img {
	width: 100%;
	height: 100%;
	display: block;
	border: 0px none;
}
.main_content .list_block .info .infographic .overlay a.close {
	position: absolute;
	right: 12px;
	top: -12px;
	z-index: 99;
	}
.main_content .list_block .info .infographic .overlay a.close img {
	border: 0px none;
	width: auto;
	height: 22px;
	}


.main_content .drop_list_resultpage {
	font-size: 13.5px;
	color: #919392;
	margin-left: auto;
	margin-right: auto;
	width: 99.83%;
	margin-top: 25px;
	padding-left: 30px;
}
.main_content .drop_list_resultpage select {
	margin-left: 20px;
	width: 62px;
	height: 30px;
	border: 0px none;
	padding-left: 10px;
	font-size: 13.5px;
	color: #919392;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 3px;
	background-image: url(/public/images/nl/down-triangular.svg);
	background-repeat: no-repeat;
	background-position: 34px center;
}

.filter_control .dropdown-menu {
	width: 201px;
	background-color: #fff;
	padding-left: 0px;
	padding-top: 10px;
	font-size: 15px;
	color: #919392;
	position: absolute;
	right: 15px;
	top: 20px;
	z-index: 99;
	display: none;
    box-shadow: 0px 2px 5px 0px #ccc;
	border: 1px solid #dddddd;
	margin-top: .25rem;
}
.filter_control .dropdown-menu .green {
	margin-right: 13px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
	background-color: #5eba00;
	width: 13px;
	height: 13px;
}
.filter_control .dropdown-menu .yellow {
	margin-right: 13px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
	background-color: #f1c40f;
	width: 13px;
	height: 13px;
}
.filter_control .dropdown-menu .red {
	margin-right: 13px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
	background-color: #c62026;
	width: 13px;
	height: 13px;
}
.filter_control .dropdown-menu a {
	font-size: 15px;
	color: #919392;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
	/*transition:all 0.2s ease;*/
	line-height: 30px;
	text-decoration: none;
}
.filter_control .dropdown-menu a:hover {
	background-color: #f4f4f4;
	color: #000;
}
.filter_control .dropdown-menu img {
	margin-right: 13px;
	margin-left: 15px;
	padding-bottom: 3px;
	display: inline-block;
	vertical-align: middle;
	opacity: 1;
	/*transition:all 0.2s ease;*/
}
.filter_control .dropdown-menu a:hover img {
	opacity: 1;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu.show {
  display: block;
}
/*ResultPage*/


/*ResultPageMapView*/

.main_content .map_view_container {
	width: 99.83%;
	margin-left: auto;
	margin-right: auto;
	font-size:0px;
}
.main_content .list_block_mapview_conatiner {
	display: inline-block;
	vertical-align: top;
	width: 37.39%;
	/*margin-right: 10px;*/
}
.main_content .map_view_box {
	display: inline-block;
	vertical-align: top;
	width: 61.73%;
	height: 517px;
	background-color: #fff;
	border: 1px solid #dddddd;
	padding: 7px;
}
.main_content .map_view_box img {
	width: 100%;
	height: 100%;
	display: block;

}
.main_content .list_block_mapview {
	background-color: #fff;
	border: 1px solid #dddddd;
	width: 100%;
	padding: 15px;
	font-size: 12px;
	color: #919392;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}
.main_content .list_block_mapview:hover {
	border: 2px solid #467fcf;
}
.main_content .list_block_mapview .pin {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	background-image: url(/public/images/nl/map-pin.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.main_content .list_block_mapview:hover .pin {
	background-image: url(/public/images/nl/map-pin_blue.svg);
}
.main_content .list_block_mapview .address {
	font-size: 15px;
	color: #323638;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}

.main_content .list_block_mapview .address .num {
	font-size: 15px;
	color: #979999;
	font-weight: 400;
	margin-right: 5px;
}
.main_content .list_block_mapview .icon {
	display:inline-block;
	margin-right: 10px;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-radius: 3px;
}
.main_content .list_block_mapview .red {
	background-color: #cd201f;
	background-image: url(/public/images/nl/alert-triangle-white3.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.main_content .list_block_mapview .green {
	background-color: #5eba00;
	background-image: url(/public/images/nl/check3.svg);
	background-repeat: no-repeat;
	background-position: center center;

}
.main_content .list_block_mapview .yellow {
	background-color: #f4c60e;
	background-image: url(/public/images/nl/minus-circle2.svg);
	background-repeat: no-repeat;
	background-position: center center;

}
.main_content .list_block_mapview .logo_btn {
	display: inline-block;
	border-radius: 3px;

	height: 24px;
	border: 1px solid #dddddd;
	font-size: 10.5px;
	color: #959797;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
	background: linear-gradient(0deg, #f5f5f5 50%, #fff 50%);
	padding-right: 6px;
	padding-left: 4px;
	margin-top: 10px;
	margin-left: 30px;
}
.main_content .list_block_mapview .logo_btn:hover {
	background: linear-gradient(180deg, #f5f5f5 50%, #fff 50%);
	color: #7c7c7c;
}
.main_content .list_block_mapview .logo_btn img {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #dddddd;
	padding-right: 2px;
	margin-right: 5px;
	height: 23px;
}
.main_content .list_block_mapview .logo_btn:hover img {

}

.main_content .list_block_mapview .jump_menu {
	display: block;
	font-size: 12px;
	color:#919392;
	vertical-align: middle;
	margin-left: 30px;
	margin-top: 10px;
}
.main_content .list_block_mapview .jump_menu select {
	width: 220px;
	height: 30px;
	margin-left: 10px;
	border: 0px none;
	color: #4780cf;
	font-size: 12px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 3px;
	background-image: url(/public/images/nl/down-triangular2.svg);
	background-repeat: no-repeat;
	background-position: 200px center;
}
.main_content .list_block_mapview .jump_menu select:focus {
	outline: none;
}



/*ResultPageMapView*/



/*FooterStyle*/

.footer {
	background-color: #d8d8d8;
	width: 100%;
	height: 129px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-top: 1px solid #cacaca;
}
.footer .logo {
	position: absolute;
	left: 50px;
	top: 40px;
	width: 121px;
	height: 25px;
	background-image: url(/public/images/nl/Logo_SkenData.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.footer .copyright {
	font-size: 12px;
	color: #181817;
	position: absolute;
	left: 50px;
	bottom:38px;

}
.footer .menu {
	position: absolute;
	font-size: 12px;
	color: #919393;
	left: 237px;
	bottom:38px;
	border-left: 1px solid #4e4e4d;
	padding-left: 30px;
}
.footer .menu a {
	display: inline-block;
	color: #919393;
	text-decoration: none;
	margin-right: 20px;
	/*transition:all 0.2s ease;*/
}
.footer .menu a:hover {
	color: #727272;
}
.footer .send_msg {
	position: absolute;
	right: 50px;
	bottom: 50px;
	color: #919393;
	font-size: 12px;
	width: 23px;
	text-decoration: none;
	overflow: hidden;
	transition: all .5s ease;
}
.footer .send_msg:hover {
	width: 160px;
}
.footer .send_msg a {
	color: #919393;
	text-decoration: none;
	width: 160px;
	display: block;
	height: auto;
}
.footer .send_msg a:hover {
	color: #727272;
}
.footer .send_msg img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	float: left;
	clear: left;
	margin-top: 3px;
}
.send_msg_overlay_cont {
	background-color: rgba(50, 54, 56, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	right: 0;
	bottom: 0;
	z-index: 200;
	display: none;
	transform: translate(-50%,-50%);
}
.show_overlay_cont {
	display: block;
}
.send_msg_overlay_cont .send_msg_overlay {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	background-color: #fff;
	border: 1px solid #dddddd;
	padding: 40px 24px;
	margin-top: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.send_msg_overlay_cont .send_msg_overlay .user_icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f1f1f1;
	border: 1px solid #dddddd;
	position: absolute;
	left: 275px;
	top: -25px;
	overflow: hidden;
}
.send_msg_overlay_cont .send_msg_overlay .user_icon img {
	position: absolute;
 	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	width: 47px;
	height: auto;
}
.send_msg_overlay_cont .send_msg_overlay .title {
	font-size: 21px;
	color: #080c0e;
	padding-bottom: 8px;
	text-align: center;
	margin-bottom: 30px;
}
.send_msg_overlay_cont .send_msg_overlay .title .title_s {
	font-size: 15px;
	color: #6e7475;
	text-align: center;
	display: block;

}
.send_msg_overlay_cont .send_msg_overlay .input_container {
	position: relative;
	width: 356px;
	height: 30px;
	border-bottom: 1px solid #d3d3d3;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding-left: 11px;
	padding-right: 11px;
}
.send_msg_overlay_cont .send_msg_overlay .input_container:last-of-type {
	margin-bottom: 3px;
}
.send_msg_overlay_cont .send_msg_overlay .input_container:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid #454749;
	z-index: 2;
	transform: scaleX(0);
	transition: all 0.25s ease-in;
}
.send_msg_overlay_cont .send_msg_overlay .focused:after {
	transform: scaleX(1);
}
.send_msg_overlay_cont .send_msg_overlay .focusedred:after {
	transform: scaleX(1);
	border-bottom: 1px solid #f00;
}
.send_msg_overlay_cont .send_msg_overlay .input_container label {
	position: absolute;
	top: 5px;
	left: 11px;
	font-size: 15px;
	color: #c7c7c7;
    transition: 0.2s;
	cursor: text;
}
.send_msg_overlay_cont .send_msg_overlay .focused label {
	top: -12px;
	left: 11px;
	font-size: 13px;
}
.send_msg_overlay_cont .send_msg_overlay .input_container .inpu {
	border: 0px none;
	color: #c7c7c7;
	font-size: 15px;
	width: 336px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Source Sans Pro', sans-serif;
	outline: none;
}
.send_msg_overlay_cont .send_msg_overlay .focused .inpu {
	border: 0px none;
	outline: none;
	color: #121618;
}
.send_msg_overlay_cont .send_msg_overlay .txarea_container {
	position: relative;
	width: 356px;
	height: 80px;
	border-bottom: 1px solid #d3d3d3;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 5px;
}
.send_msg_overlay_cont .send_msg_overlay .txarea_container .txarea {
	border: 0px none;
	color: #c7c7c7;
	font-size: 15px;
	width: 335px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Source Sans Pro', sans-serif;
	outline: none;
	height: 65px;
	resize: none;
}
.send_msg_overlay_cont .send_msg_overlay .focused .txarea {
	border: 0px none;
	outline: none;
	color: #121618;
}
.send_msg_overlay_cont .send_msg_overlay a.send_btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 225px;
	height: 32px;
	background-color: #c62026;
	font-size: 15px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	margin-top: 18px;
	margin-bottom: 15px;
}
.send_msg_overlay_cont .send_msg_overlay a:hover.send_btn {
	background-color: #b61e23;
}

.send_msg_overlay_cont .send_msg_overlay a.cancel {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 225px;
	font-size: 15px;
	color: #467fcf;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
}
.send_msg_overlay_cont .send_msg_overlay a:hover.cancel {
	text-decoration: underline;
}
.send_msg_overlay_cont .send_msg_sucess {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	background-color: #fff;
	border: 1px solid #dddddd;
	padding: 40px 24px;
	margin-top: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.send_msg_overlay_cont .send_msg_sucess .user_icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f1f1f1;
	border: 1px solid #dddddd;
	position: absolute;
	left: 275px;
	top: -25px;
	overflow: hidden;
}
.send_msg_overlay_cont .send_msg_sucess .user_icon img {
	position: absolute;
 	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	width: 47px;
	height: auto;
}
.send_msg_overlay_cont .send_msg_sucess .title {
	font-size: 21px;
	color: #080c0e;
	padding-bottom: 8px;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.send_msg_overlay_cont .send_msg_sucess a.close_msg_overlay {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 225px;
	font-size: 15px;
	color: #467fcf;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
}
.send_msg_overlay_cont .send_msg_sucess a:hover.close_msg_overlay {
	text-decoration: underline;
}
.send_msg_overlay_cont .send_msg_sucess .send_txt {
	color: #3e4142;
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}
.send_msg_overlay_cont .send_msg_sucess .send_txt span {
	color: #6e7475;
	font-size: 15px;
	display: block;
}
.send_msg_overlay_cont .send_msg_sucess .send_txt img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
}
/*FooterStyle*/


/*ScrollBar*/

#style-1 {
	overflow-x: scroll;
	width: 99.66%;
	position: relative;
	padding-bottom: 50px;

}


#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 7px;
	height: 7px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
	background-color: #cdcdcd;
}

#style-2 {
	overflow-y: scroll;
	width: 37.39%;
	height: 517px;
	padding-right: 8.5px;
	margin-right: 8.5px;
}


#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 7px;
	height: 7px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
	background-color: #cdcdcd;
}


/*ScrollBar*/

/*DashboardStyles*/

.chevron {

}
.chevron span {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	padding-bottom: 2px;
}
.chevron img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
}
.header .dropdown-menu-dashboard {
	width: 249px;

}
.header .dropdown-menu-support {
	width: 249px;

}
.header .dropdown-menu-support:before {
  position: absolute;
  top: -6px;
  left: 12px;
	right: auto;
  display: inline-block;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #dddddd;
  border-left: 5px solid transparent;
  border-bottom-color: #dddddd;
  content: '';
}
.header .dropdown-menu-support:after {
  position: absolute;
  top: -5px;
  left: 12px;
	right: auto;
  display: inline-block;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  content: '';
}
.main_content .red_notification .lighter_red {
	color: #c62026;
	display: block;
}
.main_content .files_list .title a.usernum {
	font-size: 13.5px;
	color: #467fcf;
	text-decoration: none;
}
.main_content .files_list .title a.usernum:hover {
	text-decoration: underline;
}
/*DashboardHome*/

.main_content .home_container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0px;
	display: flex;flex-wrap: wrap;
}
.main_content .home_container .wide_block {
	display: block;
	width: 100%;
	height: 195px;
	border: 1px solid #dddddd;
	background-color: #fff;
	padding: 20px;
	font-size: 15px;
	color: #6e7475;
	position: relative;
	overflow: hidden;
	transition:all 0.5s ease;
	margin-bottom: 30px;
	vertical-align: top;
}
.main_content .home_container .wide_block2 {
	height: 610px;
}
.main_content .home_container .wide_block .headline {
	font-size: 22.5px;
	color: #080c0e;
	display: block;
	padding-bottom: 5px;
}
.main_content .home_container .wide_block a.blue_link_anim {
	font-size: 15px;
	color: #fff;
	width: 157px;
	height: 42px;
	background-color: #467fcf;
	display: block;
	position: absolute;
	right: 25px;
	top: 30px;
	text-decoration: none;
	text-align: center;
	line-height: 42px;
	transition: all 0.5s;
}
.main_content .home_container .wide_block a.blue_link_anim span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.main_content .home_container .wide_block a.blue_link_anim span:after {
	content: '»';
	position: absolute;
	opacity: 0;
	top: -1px;
	right: -20px;
	transition: 0.5s;
	font-size: 25px;
}
.main_content .home_container .wide_block a:hover.blue_link_anim span {
	padding-right: 20px;
}
.main_content .home_container .wide_block a:hover.blue_link_anim span:after {
  opacity: 1;
  right:0px;
}
.main_content .home_container .wide_block a.more {
	font-size: 15px;
	color: #6e7475;
	text-decoration: none;
	position: absolute;
	top: 160px;
	right: 25px;
	transition:all 0.5s ease;
}
.main_content .home_container .wide_block a.more img {
	display: inline-block;
	vertical-align: middle;
	padding-left: 3px;
	transition:all 0.5s ease;
}
.main_content .home_container .wide_block a:hover.more {
	color: #3b3f40;
	text-decoration: underline;
}
.main_content .home_container .wide_block a.more2 img {
	display: inline-block;
	vertical-align: middle;
	padding-left: 3px;
	transform: scaleY(-1);
}
.main_content .home_container .wide_block a.more2 {
	color: #6e7475;
}
.main_content .home_container .wide_block hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.main_content .home_container .wide_block .anim1 {
	margin-top: 44px;
}
.main_content .home_container .wide_block .anim2 {

	margin-top: 30px;
}
.main_content .home_container .wide_block a.blue_link {
	color: #467fcf;
	text-decoration: none;
}
.main_content .home_container .wide_block a:hover.blue_link {
	text-decoration: underline;
	color: #295a9f;
}
.main_content .home_container .wide_block a.red_link {
	color: #a50c10;
	text-decoration: none;
}
.main_content .home_container .wide_block a:hover.red_link {
	text-decoration: underline;
	color: #870a0d;
}
.main_content .home_container .medium_block {
	display: block;
	width: 100%;
	border: 1px solid #dddddd;
	background-color: #fff;
	padding: 20px;
	font-size: 15px;
	color: #6e7475;
	transition:all 0.5s ease;
	margin-bottom: 30px;
	margin-left: 0px;
	vertical-align: top;
	background-image: url(/public/images/nl/user_light.svg);
	background-repeat: no-repeat;
	background-position: 98% 80%;
	background-size: 5%;
	float: right;
	clear: right;
}
.main_content .home_container .medium_block .f_l {
	float: right;
	padding-right: 23px;
}
.main_content .home_container .medium_block .headline {
	font-size: 22.5px;
	color: #080c0e;
	display: block;
	padding-bottom: 11px;
}
.main_content .home_container .medium_block a {
	display: block;
	font-size: 15px;
	color: #467fcf;
	text-decoration: none;
	margin-bottom: 2px;
}
.main_content .home_container .medium_block2 a {
	font-size: 16.5px;
}
.main_content .home_container .medium_block a:hover {
	text-decoration: underline;
	color: #295a9f;
}
.main_content .home_container .medium_block a .bullet {
	font-size: 20px;
	margin-right: 9px;
	display: inline-block;
	line-height: 13.5px;
}
.main_content .home_container .medium_block a.wlcom_l_l {
	display: block;
	font-size: 15px;
	color: #467fcf;
	text-decoration: none;
	margin-bottom: 7px;
}
.main_content .home_container .medium_block a:hover.wlcom_l_l {
	text-decoration: underline;
	color: #295a9f;
}
.main_content .home_container .medium_block a.wlcom_l_l .subtxt {
	display: block;
	padding-left: 15px;
	font-size: 13.5px;
	color: #a1a5a6;
}
.main_content .home_container .medium_block a:hover.wlcom_l_l .subtxt {
	text-decoration: none;
}
.main_content .home_container .medium_block2 {
	display: block;
	width: 100%;
	border: 1px solid #dddddd;
	background-color: #fff;
	padding: 20px;
	font-size: 15px;
	color: #131719;
	transition:all 0.5s ease;
	margin-bottom: 30px;
	margin-left: 0px;
	vertical-align: top;
	background-image: none;
	float: right;
	clear: right;
}
.main_content .home_container .medium_block2 .news {
	margin-bottom: 20px;
	height: 97px;
	overflow: hidden;
}
.main_content .home_container .medium_block2 .news:last-of-type {
	margin-bottom: 0px;
}
.main_content .home_container .medium_block2 .thumb {
	display: inline-block;
	border: 1px solid #dddddd;
	float: right;
	clear: right;
	padding: 0px;
	width: 92px;
	height: 93px;
	vertical-align: top;
	overflow: hidden;
}
.main_content .home_container .medium_block2 .thumb img {
	width: 92px;
	height: 93px;
	transition:all 0.5s ease;
}
.main_content .home_container .medium_block2 .txt {
	padding-left: 15px;
}

.main_content .home_container .medium_block2 a .bullet {
	font-size: 20px;
	margin-right: 9px;
	display: inline-block;
	line-height: 13.5px;
	color: #121618;
}
.main_content .home_container .medium_block2 .news:hover .thumb img  {
	transform: scale(1.1);
}
.main_content .home_container .banner {
	display: block;
	width: 100%;
	border: 1px solid #dddddd;
	background-color: #fff;
	margin-bottom: 30px;
	margin-left: 0px;
	vertical-align: top;
	float: right;
	clear: right;
}
.main_content .home_container .small_block {
	display: block;
	width: 47.5%;
	border: 1px solid #dddddd;
	background-color: #fff;
	padding: 20px;
	font-size: 15px;
	color: #6e7475;
	margin-bottom: 30px;
	vertical-align: top;
	margin-right: 5%;
	height: 269px;
	overflow: hidden;
}
.main_content .home_container .small_block:last-of-type {
	margin-right: 0px;
}
.main_content .home_container .small_block .headline {
	font-size: 22.5px;
	color: #080c0e;
	display: block;
	padding-bottom: 11px;
}
.main_content .home_container .small_block a {
	display: inline-block;
	float: left;
	clear: left;
	font-size: 15px;
	color: #6c7374;
	text-decoration: none;
	margin-bottom: 8px;
}
.main_content .home_container .small_block a:hover {
	color: #467fcf;
}
.main_content .home_container .small_block a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
	transition:all 0.5s ease;
}
.main_content .news_inside_page_container {
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	border: 1px solid #dddddd;
	background-color: #fff;
	color: #131719;
	font-size: 16.5px;
	padding: 30px;
	padding-right: 235px;
	position: relative;
	text-align: justify;
}
.main_content .news_inside_page_container .title {
	color: #080c0e;
	font-size: 21px;
	margin-bottom: 30px;
}
.main_content .news_inside_page_container .thumb {
	display: block;
	width: 165px;
	height: 165px;
	overflow: hidden;
	position: absolute;
	right: 40px;
	top: 85px;
}
.main_content .news_inside_page_container .thumb img {
	width: 165px;
	height: 165px;
	transition:all 0.5s ease;
}
.main_content .news_inside_page_container .thumb:hover img  {
	transform: scale(1.1);
}
.main_content .news_inside_page_container a {
	color: #467fcf;
	text-decoration: none;
}
.main_content .news_inside_page_container a:hover {
	text-decoration: underline;
}
.main_content .news_inside_page_container a.back_news {
	display: block;
	font-size: 15px;
	color: #467fcf;
	text-decoration: none;
	margin-top: 50px;
	font-weight: 600;
	width: 65px;
}
.main_content .news_inside_page_container a:hover.back_news {
	text-decoration: underline;
}
/*DashboardHome*/

/*DashboardRatings*/

.main_content .files_list .t_head_dash {
	font-size: 13.5px;
	color: #919392;
	text-transform: uppercase;

}
.main_content .files_list .t_head_dash td {
	border-bottom: 1px solid #dddddd;
	border-top:1px solid #dddddd;
	height: 38px;
	min-width: 180px;
}
.main_content .files_list .t_head_dash2 td {
	min-width: 135px;
}
.main_content .files_list .t_head_dash img {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
	padding-bottom: 2px;
}
.main_content .files_list .t_head_dash td:first-child {
	padding-left: 30px;
}
.main_content .files_list .t_body_dash {
	font-size: 15px;
	color: #323638;
}
.main_content .files_list .light_dash {
	color: #b5b8bd;
}
.main_content .files_list .t_body_dash td {
	height: 30px;
}
.main_content .files_list .t_body_dash td:first-child {
	padding-left: 30px;
}
.main_content .files_list .file_name_dash {
	min-width: 280px;
}
.main_content .files_list .file_name_dash a {
	color: #467fcf;
	font-weight: 600;
}
.main_content .files_list .file_name_dash a:hover {
	color: #467fcf;
	text-decoration: underline;
}
.main_content .files_list .file_name_dash2 {
	min-width: 125px;
}
.main_content .files_list .file_name_dash3 {
	min-width: 500px;
}
.main_content .files_list .description_dash {
	min-width: 370px;
}
.main_content .files_list .email_dash {
	min-width: 270px;
}
.main_content .files_list .date_dash {
	min-width: 190px;
}
.main_content .files_list .paynow a {
	color: #467fcf;
	text-decoration: none;
	font-size: 15px;
}
.main_content .files_list .paynow a:hover {
	text-decoration: underline;
}

.main_content .files_list td.view_dash {
	color: #919392;
	width: 131px;
}
.main_content .files_list .view_dash a {
	color: #919392;
	text-decoration: none;
	/*transition:all 0.2s ease;*/
}
.main_content .files_list .view_dash a:hover {
	color: #323638;
	text-decoration: none;
}
.main_content .files_list .view_dash img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	opacity: .5;
	/*transition:all 0.2s ease;*/
}
.main_content .files_list .view_dash a:hover img {
	opacity: 1;
}
.main_content .files_list .bold_dash {
	font-weight: 600;
}
.main_content .files_list .bold_dash_red {
	font-weight: 400;
	color: #cd201f;
}
.main_content .files_list .status_red {
	display: block;
	width: 62px;
	height: 19px;
	border-radius: 3px;
	font-size: 13px;
	color: #fff;
	background-color: #f27064;
	text-align: center;
	line-height: 19px;
}
.main_content .files_list .status_green {
	display: block;
	width: 62px;
	height: 19px;
	border-radius: 3px;
	font-size: 13px;
	color: #fff;
	background-color: #9ac89a;
	text-align: center;
	line-height: 19px;
}
.main_content .files_list td.spacer_dash {
	color: #919392;
	width: 220px;
}
.main_content .files_list td.spacer_dash2 {
	width: 320px;
}
.main_content .files_list td.spacer_dash3 {
	width: 500px;
}
.main_content .files_list td.delete_dash {
	color: #919392;
	width: 97px;
}
.main_content .files_list .delete_dash a {
	color: #919392;
}
.main_content .files_list .delete_dash a:hover {
	color: #323638;
}
.main_content .files_list .delete_dash img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	opacity: .5;
	/*transition:all 0.2s ease;*/
}
.main_content .files_list .delete_dash a:hover img {
	opacity: 1;
}
.main_content .files_list .page_num {
	position: absolute;
	font-size: 15px;
	color: #919392;
	right: 40px;
	bottom: -38px;
}
.main_content .files_list .page_num a {
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	color: #919392;
	margin-right: 5px;
	margin-left: 5px;
}
.main_content .files_list .page_num a:hover {
	text-decoration: underline;
}
.main_content .files_list .page_num a:first-child {
	color: #323638;
}
.main_content .files_list .page_num a:last-child {
	color: #323638;
}
.main_content .files_list .page_num a.blue {
	color: #467fcf;
	font-weight: 600;
}
.main_content .files_list a.newrating {
	display: inline-block;
	font-size: 15px;
	color: #467fcf;
	text-decoration: none;
	position: absolute;
	right: 272px;
	top: 14px;
}
.main_content .files_list a:hover.newrating {
	text-decoration: underline;
}
/*DashboardRatings*/

/*DashboardLogin*/
.main_content .login {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	background-color: #fff;
	border: 1px solid #dddddd;
	padding: 40px 24px;
	margin-top: 30px;
	position: relative;
}
.main_content .login .user_icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f1f1f1;
	border: 1px solid #dddddd;
	position: absolute;
	left: 275px;
	top: -25px;
	overflow: hidden;
}
.main_content .login .user_icon img {
	position: absolute;
 	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	width: 47px;
	height: auto;
}
.main_content .login .title {
	font-size: 21px;
	color: #080c0e;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	text-align: center;
	margin-bottom: 30px;
}
.main_content .login .input_container {
	position: relative;
	width: 356px;
	height: 30px;
	border-bottom: 1px solid #d3d3d3;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.main_content .login .input_container:last-of-type {
	margin-bottom: 3px;
}
.main_content .login .input_container:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid #454749;
	z-index: 2;
	transform: scaleX(0);
	transition: all 0.25s ease-in;
}
.main_content .login .focused:after {
	transform: scaleX(1);
}
.main_content .login .focusedred:after {
	transform: scaleX(1);
	border-bottom: 1px solid #f00;
}
.main_content .login .input_container label {
	position: absolute;
	top: 5px;
	left: 31px;
	font-size: 15px;
	color: #c7c7c7;
    transition: 0.2s;
	cursor: text;
}
.main_content .login .focused label {
	top: -12px;
	left: 31px;
	font-size: 13px;

}
.main_content .login .input_container img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 3px;
}
.main_content .login .input_container .inpu {
	border: 0px none;
	color: #c7c7c7;
	font-size: 15px;
	width: 325px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Source Sans Pro', sans-serif;
	outline: none;
}
.main_content .login .focused .inpu {
	border: 0px none;
	outline: none;
	color: #121618;
}
.main_content .login a.forget {
	font-size: 13px;
	color: #ababab;
	text-decoration: none;
	display: block;
	float: right;
	margin-right: 100px;
}
.main_content .login a:hover.forget {
	color: #467fcf;
}
.main_content .login .invalid {
	font-size: 13px;
	color: #e73737;
	text-decoration: none;
	display: none;
	float: left;
	margin-left: 107px;
}
.main_content .login .invalid_show {
	display: block;
}
.main_content .login a.login_btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 225px;
	height: 32px;
	background-color: #c62026;
	font-size: 15px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	margin-top: 27px;
	margin-bottom: 27px;
}
.main_content .login a:hover.login_btn {
	background-color: #b61e23;
}
.main_content .login a.register_btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 225px;
	height: 32px;
	background-color: #ababab;
	font-size: 15px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
}
.main_content .login a:hover.register_btn {
	background-color: #9c9c9c;
}
.main_content .login .notreg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 225px;
	font-size: 15px;
	color: #444444;
	text-align: center;
	padding-bottom: 1px;
}
.main_content .login .note {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	color: #6e7475;
	text-align: center;
	margin-bottom: 20px;
}
.main_content .login .note2 {
	display: block;
	font-size: 15px;
	color: #6e7475;
	text-align: center;
}
.main_content .login .note2 a {
	font-size: 15px;
	color: #467fcf;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
}
.main_content .login .note2 a:hover {
	text-decoration: underline;
}
.main_content .forgotpass  {
	padding-bottom: 20px;
}
.main_content .forgotpass a.login_btn {
	margin-top: 27px;
	margin-bottom: 27px;
}
.main_content .forgotpass .input_container {
	margin-bottom: 3px;
}
.main_content .forgotpass .notfound {
	font-size: 13px;
	color: #e73737;
	text-decoration: none;
	display: none;
	float: left;
	margin-left: 107px;
}
.main_content .forgotpass .notfound_show {
	display: block;
}
.main_content .forgotpass .link_sent {
	color: #3e4142;
	font-size: 18px;
	text-align: center;
	margin-bottom: 17px;
	font-weight: 600;
}
.main_content .forgotpass .link_sent span {
	color: #6e7475;
	font-size: 15px;
	display: block;
	font-weight: 400;
}
.main_content .forgotpass .link_sent img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
}
.main_content .forgotpass a.back_login {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 225px;
	font-size: 15px;
	color: #467fcf;
	text-align: center;
	text-decoration: none;
	margin-bottom: 40px;
	font-weight: 600;
}
.main_content .forgotpass a:hover.back_login {
	text-decoration: underline;
}

/*DashboardLogin*/

/*DashboardRegistration*/

.main_content .reg_form {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	background-color: #fff;
	border: 1px solid #dddddd;
	padding: 40px 24px;
	margin-top: 30px;
	position: relative;
}
.main_content .reg_form .centerinpu {
	margin-left: auto;
	margin-right: auto;
	width: 356px;
}
.main_content .reg_form .centerinpu_credit {
	margin-left: auto;
	margin-right: auto;
	width: 356px;
}
.main_content .reg_form .dash_tooltip  {
	font-size: 12px;
	color: #467fcf;
	text-decoration: none;
	margin-left: 10px;
	vertical-align: middle;
	display: inline-block;
	cursor: help;
	position: relative;
	width: 70px;
}
.main_content .reg_form .dash_tooltip:after {
  content: attr(data-info);
  display: block;
  position: absolute;
  top: -5px; left: 90%;
	width: 150px;
  opacity: 0;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 10px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  pointer-events: none; /* This prevents the box from apearing when hovered. */
  transition: opacity 250ms, left 250ms;
}
.main_content .reg_form .dash_tooltip:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px; right: 2px;
  opacity: 0;
  width: 0; height: 0;
  border: solid transparent 5px;
  border-right-color: rgba(0,0,0,0.8);
  transition: opacity 250ms, right 250ms;
}
.main_content .reg_form .dash_tooltip:hover {z-index: 2;} /* Keeps the info boxes on top of other elements */
.main_content .reg_form .dash_tooltip:hover::after,
.main_content .reg_form .dash_tooltip:hover::before {opacity: 1;}
.main_content .reg_form .dash_tooltip:hover::after {left: 119%;}
.main_content .reg_form .dash_tooltip:hover::before {right: -13px;}

.main_content .reg_form .user_icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f1f1f1;
	border: 1px solid #dddddd;
	position: absolute;
	left: 275px;
	top: -25px;
	overflow: hidden;
}
.main_content .reg_form .user_icon img {
	position: absolute;
 	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	width: 47px;
	height: auto;
}
.main_content .reg_form .title {
	font-size: 21px;
	color: #080c0e;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	text-align: center;
	margin-bottom: 20px;
}
.main_content .reg_form .note {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	color: #6e7475;
	text-align: center;
	margin-bottom: 10px;
}
.main_content .reg_form .input_container {
	position: relative;
	width: 356px;
	height: 30px;
	border-bottom: 1px solid #d3d3d3;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding-left: 11px;
	padding-right: 11px;
}
.main_content .reg_form .credit_card_con {
	width: 356px;
}
.main_content .reg_form .sfpercent {
	width: 231px;
	display: inline-block;
	margin-right: 8px;
}
.main_content .reg_form .tfpercent {
	width: 113px;
	display: inline-block;
}
.main_content .reg_form .tsspercent {
	width: 267px;
	display: inline-block;
}
.main_content .reg_form .plz {
	width: 102px;
	display: inline-block;
	margin-right: 8px;
}
.main_content .reg_form .plz2 {
	width: 74px;
	display: inline-block;
	margin-right: 8px;
}
.main_content .reg_form .marg {
	margin-right: 17px;
}
.main_content .reg_form .ort {
	width: 153px;
	display: inline-block;
	margin-right: 8px;
}
.main_content .reg_form .ort2 {
	width: 146px;
	display: inline-block;
	margin-right: 17px;
}
.main_content .reg_form .tfypercent {
	width: 240px;
	display: inline-block;
	margin-right: 16px;
}
.main_content .reg_form .nfpercent {
	width: 95px;
	display: inline-block;
}
.main_content .reg_form .input_container:last-of-type {
	margin-bottom: 3px;
}
.main_content .reg_form .input_container:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid #454749;
	z-index: 2;
	transform: scaleX(0);
	transition: all 0.25s ease-in;
}
.main_content .reg_form .focused:after {
	transform: scaleX(1);
}
.main_content .reg_form .focusedred:after {
	transform: scaleX(1);
	border-bottom: 1px solid #f00;
}
.main_content .reg_form .input_container label {
	position: absolute;
	top: 5px;
	left: 11px;
	font-size: 15px;
	color: #c7c7c7;
    transition: 0.2s;
	cursor: text;
}
.main_content .reg_form .focused label {
	top: -12px;
	left: 11px;
	font-size: 13px;
}
.main_content .reg_form .input_container label .smaller {
	font-size: 12px;
}
.main_content .reg_form .focused label .smaller {
	font-size: 11px;
}
.main_content .reg_form .input_container .inpu {
	border: 0px none;
	color: #c7c7c7;
	font-size: 15px;
	width: 336px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Source Sans Pro', sans-serif;
	outline: none;
}
.main_content .reg_form .credit_card_con .inpu {
	width: 336px;
}
.main_content .reg_form .tfypercent .inpu {
	width: 220px;
}
.main_content .reg_form .nfpercent .inpu {
	width: 75px;
}
.main_content .reg_form .sfpercent .inpu {
	width: 211px;
}
.main_content .reg_form .tfpercent .inpu {
	width: 93px;
}
.main_content .reg_form .plz .inpu {
	width: 82px;
}
.main_content .reg_form .plz2 .inpu {
	width: 54px;
}
.main_content .reg_form .ort .inpu {
	width: 133px;
}
.main_content .reg_form .ort2 .inpu {
	width: 128px;
}
.main_content .reg_form .tsspercent .inpu {
	width: 247px;

}
.main_content .reg_form .focused .inpu {
	border: 0px none;
	outline: none;
	color: #121618;
}
.main_content .reg_form a.nxt_step {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 225px;
	height: 32px;
	background-color: #c62026;
	font-size: 15px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	margin-top: 18px;
}
.main_content .reg_form a:hover.nxt_step {
	background-color: #b61e23;
}
.main_content .reg_form a.back_step {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 225px;
	font-size: 15px;
	color: #467fcf;
	text-align: center;
	text-decoration: none;
	margin-top: 20px;
	font-weight: 600;
}
.main_content .reg_form a:hover.back_step {
	text-decoration: underline;
}
.main_content .reg_form .steps {
	display: block;
	text-align: center;
	margin-bottom: 20px;

}
.main_content .reg_form .steps span {
	display: inline-block;
	font-size: 15px;
	position: relative;
}
.main_content .reg_form .steps .one {
	color: #080c0e;
	margin-right: 30px;
}
.main_content .reg_form .steps .one:before {
	content: '1';
	display: inline-block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background-color: #467fcf;
	color: #fff;
	text-align: center;
	font-size: 13.5px;
	line-height: 33px;
	margin-right: 13px;
}
.main_content .reg_form .steps .two {
	color: #c0c0c0;
}
.main_content .reg_form .steps .two:before {
	content: '2';
	display: inline-block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background-color: #d8d8d8;
	color: #fff;
	text-align: center;
	font-size: 13.5px;
	line-height: 33px;
	margin-right: 13px;
}
.main_content .reg_form .steps .two_focused {
	color: #080c0e;
}
.main_content .reg_form .steps .two_focused:before {
	background-color: #467fcf;
}
.main_content .reg_form .reg_select_container {
	position: relative;
	width: 356px;
	height: 30px;
	border-bottom: 1px solid #d3d3d3;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding-left: 11px;
	padding-right: 11px;
	cursor: pointer;
	background-image: url(/public/images/nl/chevron-down-light.svg);
	background-repeat: no-repeat;
	background-position: 328px center;
	background-size: 7%;
}
.main_content .reg_form .eopercent {
	width: 124px;
	background-position: 95px center;
	background-size: 19.5%;
	margin-right: 9px;

}
.main_content .reg_form .osspercent {
	width: 219px;
	background-position: 192px center;
	background-size: 11.5%;
}

.main_content .reg_form .otfpercent {
	width: 125px;
	background-position: 101px center;
	background-size: 15%;
	margin-right: 15px;
}
.main_content .reg_form .flag_select_container {
	position: relative;
	width: 78px;
	height: 30px;
	border-bottom: 1px solid #d3d3d3;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-left: 11px;
	padding-right: 11px;
	cursor: pointer;
	background-image: none;
}
.main_content .reg_form .flag_select_container_credit {
	width: 94px;
}
.main_content .reg_form .reg_select_container a.reg_select {
	color: #c7c7c7;
	font-size: 15px;
	text-decoration: none;
}
.main_content .reg_form .reg_select_container a.reg_select .smaller {
	font-size: 11px;
}
.main_content .reg_form .flag_select_container a.flag_select {
	color: #c7c7c7;
	font-size: 15px;
	text-decoration: none;
}
.main_content .reg_form .flag_select_container a.flag_select img {
	width: 20px;
}
.main_content .reg_form .chosen a.reg_select {
	color: #121618;
}
.main_content .reg_form .chosen a.flag_select img {
	width: 20px;
}
.main_content .reg_form .reg_select_container:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid #454749;
	z-index: 2;
	transform: scaleX(0);
	transition: all 0.25s ease-in;
}

.main_content .reg_form .flag_select_container:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid #454749;
	z-index: 2;
	transform: scaleX(0);
	transition: all 0.25s ease-in;
}
.main_content .reg_form .chosen:after {
	transform: scaleX(1);
}
.reg_form .dropdown-menu {
	width: 356px;
	background-color: #fff;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	color: #919392;
	position: absolute;
	right: 0px;
	top: 35px;
    box-shadow: 0px 2px 5px 0px #ccc;
	z-index: 99;
	display: none;
	border: 1px solid #dddddd;
	margin-top: 0rem;
}
.reg_form .flag_select_container .dropdown-menu {
	width: 166px;
	background-color: #fff;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	color: #919392;
	position: absolute;
	right: 0px;
	top: 35px;
    box-shadow: 0px 2px 5px 0px #ccc;
	z-index: 99;
	display: none;
	border: 1px solid #dddddd;
	margin-top: 0rem;
}
.reg_form .dropdown-menu a {
	color: #121618;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
/*	transition:all 0.2s ease;*/
	line-height: 30px;
	font-size: 13.5px;
	text-decoration: none;
	padding-left: 20px;
}
.reg_form .dropdown-menu img {
	padding-bottom: 3px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin-right: 10px;
}
.reg_form .dropdown-menu a:hover {
	background-color: #f8f8f8;
}
.reg_form .dropdown-menu.show {
  display: block;
}
.main_content .reg_form .reg_summary {
	background-color: #f8f8f8;
	padding: 20px;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16.5px;
	color: #919392;
	margin-bottom: 15px;
}
.main_content .reg_form .reg_summary .form_field {
	margin-bottom: 7px;
}
.main_content .reg_form .reg_summary .form_field:last-of-type {
	margin-bottom: 0px;
}
.main_content .reg_form .reg_summary .form_field .formlabel {
	color: #121618;
	display: inline-block;
	width: 170px;
	text-align: right;
	margin-right: 20px;
}
.main_content .reg_form .reg_form_checkbox {
	font-size: 13.5px;
	color: #121618;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.main_content .reg_form .reg_form_checkbox:last-of-type {
	margin-bottom: 0px;
}
.main_content .reg_form .reg_form_checkbox a {
	text-decoration: none;
	color: #467fcf;
}
.main_content .reg_form .reg_form_checkbox a:hover {
	text-decoration: underline;
}
.main_content .reg_form .reg_form_checkbox [type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.main_content .reg_form .reg_form_checkbox [type="checkbox"] {
  /* checkbox aspect */
}

.main_content .reg_form .reg_form_checkbox [type="checkbox"] + span {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  font-size: 13.5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.main_content .reg_form .reg_form_checkbox [type="checkbox"] + span:before,
.main_content .reg_form .reg_form_checkbox [type="checkbox"] + span:after {
  content: '';
  position: absolute;
  top: -1.5px;
  left: 6px;
  width: 15px;
  height: 15px;
  z-index: 0;
  border: 1px solid #c8cac9;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: .2s;
  transition: .2s;
}
.main_content .reg_form .reg_form_checkbox [type="checkbox"] + span:after {
  border: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.main_content .reg_form .reg_form_checkbox [type="checkbox"]:checked + span:before {
  top: -1.5px;
  left: 6px;
  width: 9px;
  height: 15px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid #97ca5e;
  border-bottom: 1px solid #97ca5e;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.main_content .reg_form .reg_form_radiobuttons {
	margin-bottom: 25px;
}
.main_content .reg_form .reg_form_radiobuttons img {
	width: 2.7rem;
	height: auto;
	display: inline-block;
	vertical-align: bottom;
	font-style: normal;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}
.main_content .reg_form .reg_form_radiobuttons label {
	margin-right: 20px;
}
.main_content .reg_form .reg_form_radiobuttons label:last-of-type {
	margin-right: 0px;
}
.main_content .reg_form .reg_form_radiobuttons [type="radio"]:not(:checked),
.main_content .reg_form .reg_form_radiobuttons [type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.main_content .reg_form .reg_form_radiobuttons [type="radio"]:not(:checked) + span,
.main_content .reg_form .reg_form_radiobuttons [type="radio"]:checked + span {
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main_content .reg_form .reg_form_radiobuttons [type="radio"] + span:before,
.main_content .reg_form .reg_form_radiobuttons [type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  transition: .28s ease;
}

/* Unchecked styles */
.main_content .reg_form .reg_form_radiobuttons [type="radio"]:not(:checked) + span:before,
.main_content .reg_form .reg_form_radiobuttons [type="radio"]:not(:checked) + span:after,
.main_content .reg_form .reg_form_radiobuttons [type="radio"]:checked + span:before,
.main_content .reg_form .reg_form_radiobuttons [type="radio"]:checked + span:after {
  border-radius: 50%;
}

.main_content .reg_form .reg_form_radiobuttons [type="radio"]:not(:checked) + span:before,
.main_content .reg_form .reg_form_radiobuttons [type="radio"]:not(:checked) + span:after {
  border: 1px solid #9fa09f;
}

.main_content .reg_form .reg_form_radiobuttons [type="radio"]:not(:checked) + span:after {
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* Checked styles */
.main_content .reg_form .reg_form_radiobuttons [type="radio"]:checked + span:before {
  border: 1px solid transparent;
}

.main_content .reg_form .reg_form_radiobuttons [type="radio"]:checked + span:after {
  border: 1px solid #467fcf;
}

.main_content .reg_form .reg_form_radiobuttons [type="radio"]:checked + span:after {
  background-color: #467fcf;
}

.main_content .reg_form .reg_form_radiobuttons [type="radio"]:checked + span:after {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}


.main_content .reg_form .link_sent {
	color: #3e4142;
	font-size: 18px;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 600;
}
.main_content .reg_form .link_sent span {
	color: #6e7475;
	font-size: 15px;
	display: block;
	font-weight: 400;
}
.main_content .reg_form .link_sent img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
}
.main_content .reg_form .note2 {
	display: block;
	font-size: 15px;
	color: #6e7475;
	text-align: center;
}
.main_content .reg_form .note2 a {
	font-size: 15px;
	color: #467fcf;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
}
.main_content .reg_form .note2 a:hover {
	text-decoration: underline;
}
.main_content .reg_form .note3 {
	display: block;
	font-size: 15px;
	color: #467fcf;
	text-align: left;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 15px;
}

/*DashboardRegistration*/

/*DashboardStatistics*/
.main_content .statistics_container {
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 95%;
	padding: 30px 15px;
}
.main_content .statistics_container .statistics_content {
	display: block;
	width: 100%;
	margin-bottom: 80px;
}
.main_content .statistics_container .statistics_content .chart_container {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}
.main_content .statistics_container .statistics_content2 {
	display: block;
	vertical-align: top;
	width: 100%;
	margin-right: 0%;
}
.main_content .statistics_container .statistics_content2 .chart_container {
	padding-left: 20px;
	padding-right: 20px;
}
.main_content .statistics_container .statistics_content2:last-of-type {
	margin-right: 0px;
}
.main_content .statistics_container .statistics_content .chart_width1 {
	height: 243px;width: 100%;
}
.main_content .statistics_container .statistics_content .chart_width2 {
	height: 242px;width: 100%;
}
.main_content .statistics_container .statistics_content .chart_width3 {
	height: 242px;width: 100%;
}
.main_content .statistics_container .statistics_content .title {
	font-size: 19.5px;
	color: #080c0e;
	padding-bottom: 8px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	padding-left: 20px;
}

/*DashboardStatistics*/

/*FilesList_switch*/
.switch label input[type="checkbox"]:not(:checked),
.switch label input[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #467fcf;
}

.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
  left: 12px;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #F1F1F1;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 26px;
  height: 14px;

	background-color: #d0d0d0;
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 0px;

}

.switch label .lever:before, .switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 2px;
  top: 1px;
  -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
  transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
}

.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}

.switch label .lever:after {
  background-color: #F1F1F1;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
.switch label input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
          transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}

.switch label input[type=checkbox]:not(:disabled) ~ .lever:active:before,
.switch label input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
          transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

/*FilesList_switch*/

/*Add_Overlay*/

.add_overlay_cont {
	background-color: rgba(50, 54, 56, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	right: 0;
	bottom: 0;
	z-index: 200;
	display: none;
	transform: translate(-50%,-50%);
}
.show_add_overlay_cont {
	display: block;
}
.add_overlay_cont .add_overlay {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	background-color: #fff;
	border: 1px solid #dddddd;
	padding: 40px 24px;
	margin-top: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.add_overlay_cont .add_overlay .user_icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f1f1f1;
	border: 1px solid #dddddd;
	position: absolute;
	left: 275px;
	top: -25px;
	overflow: hidden;
}
.add_overlay_cont .addbanner .user_icon {
	display: none;
}
.add_overlay_cont .add_overlay .user_icon img {
	position: absolute;
 	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	width: 47px;
	height: auto;
}
.add_overlay_cont .add_overlay .title {
	font-size: 19.5px;
	color: #080c0e;
	padding-bottom: 8px;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.add_overlay_cont .addbanner .title {
	text-align: left;
	padding-left: 10px;
}
.add_overlay_cont .add_overlay .title .title_s {
	font-size: 13.5px;
	color: #6e7475;
	text-align: center;
	display: block;
}
.add_overlay_cont .add_overlay .centerinpu {
	margin-left: auto;
	margin-right: auto;
	width: 356px;
}
.add_overlay_cont .add_overlay .input_container {
	position: relative;
	width: 356px;
	height: 30px;
	border-bottom: 1px solid #d3d3d3;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding-left: 11px;
	padding-right: 11px;
}
.add_overlay_cont .add_overlay .plz {
	width: 102px;
	display: inline-block;
	margin-right: 8px;
}
.add_overlay_cont .add_overlay .ort {
	width: 153px;
	display: inline-block;
	margin-right: 8px;
}
.add_overlay_cont .add_overlay .sfpercent {
	width: 231px;
	display: inline-block;
	margin-right: 8px;
}
.add_overlay_cont .add_overlay .tfpercent {
	width: 113px;
	display: inline-block;
}
.add_overlay_cont .addbanner .input_container {
	width: 356px;
}
.add_overlay_cont .add_overlay .osfpercent {
	width: 218px;
	display: inline-block;
}
.add_overlay_cont .add_overlay .input_container:last-of-type {
	margin-bottom: 3px;
}
.add_overlay_cont .add_overlay .input_container:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid #454749;
	z-index: 2;
	transform: scaleX(0);
	transition: all 0.25s ease-in;
}
.add_overlay_cont .add_overlay .focused:after {
	transform: scaleX(1);
}
.add_overlay_cont .add_overlay .focusedred:after {
	transform: scaleX(1);
	border-bottom: 1px solid #f00;
}
.add_overlay_cont .add_overlay .input_container label {
	position: absolute;
	top: 5px;
	left: 11px;
	font-size: 15px;
	color: #c7c7c7;
    transition: 0.2s;
	cursor: text;
}
.add_overlay_cont .add_overlay .focused label {
	top: -12px;
	left: 11px;
	font-size: 13px;
}
.add_overlay_cont .add_overlay .input_container .inpu {
	border: 0px none;
	color: #c7c7c7;
	font-size: 15px;
	width: 336px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Source Sans Pro', sans-serif;
	outline: none;
}
.add_overlay_cont .add_overlay .sfpercent .inpu {
	width: 211px;
}
.add_overlay_cont .add_overlay .tfpercent .inpu {
	width: 93px;
}
.add_overlay_cont .add_overlay .plz .inpu {
	width: 82px;
}
.add_overlay_cont .add_overlay .ort .inpu {
	width: 133px;
}
.add_overlay_cont .add_overlay .osfpercent .inpu {
	width: 198px;
}
.add_overlay_cont .addbanner .input_container .inpu {
	width: 336px;
}
.add_overlay_cont .add_overlay .focused .inpu {
	border: 0px none;
	outline: none;
	color: #121618;
}
.add_overlay_cont .add_overlay .txarea_container {
	position: relative;
	width: 356px;
	height: 85px;
	border-bottom: 1px solid #d3d3d3;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 5px;
}
.add_overlay_cont .add_overlay .txarea_container .txarea {
	border: 0px none;
	color: #c7c7c7;
	font-size: 15px;
	width: 335px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Source Sans Pro', sans-serif;
	outline: none;
	height: 70px;
	resize: none;
}
.add_overlay_cont .add_overlay .focused .txarea {
	border: 0px none;
	outline: none;
	color: #121618;
}
.add_overlay_cont .add_overlay a.add_btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 225px;
	height: 32px;
	background-color: #c62026;
	font-size: 15px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	margin-top: 18px;
	margin-bottom: 15px;
}
.add_overlay_cont .add_overlay a:hover.add_btn {
	background-color: #b61e23;
}

.add_overlay_cont .add_overlay a.cancel_add {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 225px;
	font-size: 15px;
	color: #467fcf;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
}
.add_overlay_cont .add_overlay a:hover.cancel_add {
	text-decoration: underline;
}
.add_overlay_cont .add_overlay .reg_select_container {
	position: relative;
	width: 356px;
	height: 30px;
	border-bottom: 1px solid #d3d3d3;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding-left: 11px;
	padding-right: 11px;
	cursor: pointer;
	background-image: url(/public/images/nl/chevron-down-light.svg);
	background-repeat: no-repeat;
	background-position: 328px center;
	background-size: 7%;
}
.add_overlay_cont .add_overlay .flag_select_container {
	position: relative;
	width: 78px;
	height: 30px;
	border-bottom: 1px solid #d3d3d3;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-left: 11px;
	padding-right: 11px;
	cursor: pointer;
	background-image: none;
}
.add_overlay_cont .add_overlay .flag_select_container a.flag_select {
	color: #c7c7c7;
	font-size: 15px;
	text-decoration: none;
}
.add_overlay_cont .add_overlay .flag_select_container a.flag_select img {
	width: 20px;
}
.add_overlay_cont .add_overlay .chosen a.flag_select img {
	width: 20px;
}
.add_overlay_cont .add_overlay .flag_select_container:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid #454749;
	z-index: 2;
	transform: scaleX(0);
	transition: all 0.25s ease-in;
}


.add_overlay_cont .add_overlay .etpercent {
	width: 125px;
	background-position: 97px center;
	background-size: 18.5%;
	margin-right: 9px;
}
.add_overlay_cont .add_overlay .reg_select_container a.reg_select {
	color: #c7c7c7;
	font-size: 15px;
	text-decoration: none;
}
.add_overlay_cont .add_overlay .reg_select_container a.reg_select .smaller {
	font-size: 9.5px;
}
.add_overlay_cont .add_overlay .chosen a.reg_select {
	color: #121618;
}
.add_overlay_cont .add_overlay .chosen a.flag_select img {
	width: 20px;
}
.add_overlay_cont .add_overlay .reg_select_container:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid #454749;
	z-index: 2;
	transform: scaleX(0);
	transition: all 0.25s ease-in;
}

.add_overlay_cont .add_overlay .chosen:after {
	transform: scaleX(1);
}
.add_overlay_cont .add_overlay .dropdown-menu {
	width: 356px;
	background-color: #fff;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	color: #919392;
	position: absolute;
	right: 0px;
	top: 35px;
    box-shadow: 0px 2px 5px 0px #ccc;
	z-index: 99;
	display: none;
	border: 1px solid #dddddd;
	margin-top: 0rem;
}
.add_overlay_cont .add_overlay .flag_select_container .dropdown-menu {
	width: 166px;
	background-color: #fff;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	color: #919392;
	position: absolute;
	right: 0px;
	top: 35px;
    box-shadow: 0px 2px 5px 0px #ccc;
	z-index: 99;
	display: none;
	border: 1px solid #dddddd;
	margin-top: 0rem;
}
.add_overlay_cont .add_overlay .dropdown-menu a {
	color: #121618;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
/*	transition:all 0.2s ease;*/
	line-height: 30px;
	font-size: 13.5px;
	text-decoration: none;
	padding-left: 20px;
}
.add_overlay_cont .add_overlay .dropdown-menu img {
	padding-bottom: 3px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin-right: 10px;
}
.add_overlay_cont .add_overlay .dropdown-menu a:hover {
	background-color: #f8f8f8;
}
.add_overlay_cont .add_overlay .dropdown-menu.show {
  display: block;
}
/*Add_Overlay*/

/*admin_page*/
.main_content .admin_links_container {
	width: 88.6%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 17.5px;
	padding-left: 10px;
	padding-right: 10px;
}
.main_content .admin_links_container a {
	display: inline-block;
	margin-right: 47px;
	font-size: 16.5px;
	color: #707677;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
	position: relative;
	transition: all 0.2s ease-in;
	margin-bottom: 20px;
}
.main_content .admin_links_container a:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	border-bottom: 2px solid #c62026;
	z-index: 2;
	transform: scaleX(0);
	transition: all 0.2s ease-in;
}
.main_content .admin_links_container a:hover {
	color: #131719;
}
.main_content .admin_links_container a:hover:after {
	transform: scaleX(1);
}
.main_content .admin_links_container a.selected {
	color: #131719;
}
.main_content .admin_links_container a.selected:after {
	transform: scaleX(1);
}
.main_content .admin_links_container a:last-of-type {
	margin-right: 0px;
}
.main_content .admin_menu_container {
	display: none;
}
/*admin_page*/


/*DashboardStyles*/

/*Page_not_found*/
.page_not_found_container {
	background-color: #e3e3e3;
	height: 210px;
	width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 26px;
	color: #6b6f71;
}
.page_not_found_container .error_code {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 130px;
	line-height: 130px;
	color: #fff;
	margin-top: 10px;
}
.page_not_found_container .logo {
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	top: -68px;
	right: 0;
	left: 0;
	width: 160px;
	height: 33px;
	background-image: url(/public/images/nl/Logo_SkenData.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.page_not_found_container a.go_back {
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	bottom: -70px;
	right: 0;
	left: 0;
	display: block;
	width: 135px;
	height: 35px;
	background-color: #c62026;
	font-size: 13.5px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
}
.page_not_found_container a:hover.go_back {
	background-color: #b61e23;
}
/*Page_not_found*/
}
