html, body {
	font-size: 16px;
	padding: 0;
	margin: 0;
	font-family: 'Rubik', sans-serif;
	-webkit-font-smoothing: antialiased !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-smooth: always;
	text-rendering: optimizeLegibility !important;
}
textarea:focus,
input:focus {
	outline: none;
}
input, textarea {
	font-family: 'Rubik', sans-serif;
}
html {
	scroll-behavior: smooth;
	height: 100%;
}
* {
	box-sizing: border-box;
	border-collapse: collapse;
}
a {
	color: #b74444;
}
.wrapper {
	width: 880px;
	margin: auto;
}
.logotype {
	background-image: url(./images/logotype.png);
	background-size: contain;
	width: 200px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.wrapper .logotype {
	margin: 18px 0;
}
.wrapper .logotext {
	margin-left: 13px;
	padding-left: 13px;
	border-left: 1px solid #ff0000;
}
.logotext {
	display: inline-block;
	max-width: 414px;
	font-size: 12px;
	line-height: 14px;
	color: #ff0000;
	vertical-align: middle;
	padding: 9px 0;
	opacity: 1;
}
.half {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.onboarding {
	background-image: url(./images/Onboarding.png);
	height: 468px;
}
.loginbox {
	margin-top: 65px;
	background: #FCFCFC;
	box-shadow: 0px 2px 28px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	overflow: hidden;
}
.loginbox h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.04em;
}
.loginbox-wrapper {
	margin: 57px 43px;
}
.loginbox input[type=text],
.loginbox input[type=email],
.loginbox input[type=password] {
	background: #FFFFFF;
	border: 1px solid #fdc4c4;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 15px;
	font-size: 16px;
	line-height: 19px;
	color: #2A2C2E;
	/* opacity: 0.5; */
	width: 100%;
	margin: 8px 0;
}
.loginbox input.ErrorTrue {
	border: 1px solid #B74444;
	color: #B74444;
}
.loginbox input[type=email]:hover,
.loginbox input[type=password]:hover,
.loginbox input[type=email]:focus,
.loginbox input[type=password]:focus {
	border: 1px solid #b74444;
}
.loginbox-restore {
	font-size: 16px;
	line-height: 19px;
	text-decoration-line: underline;
	color: #2A2C2E;
	opacity: 0.5;
	margin: 20px 0;
	display: block;
}
.graytext {
	font-size: 16px;
	line-height: 19px;
	text-decoration-line: none;
	color: #2A2C2E;
	opacity: 0.6;
	margin: 20px 0;
	display: block;
}
.button-submit {
	background: #b74444;
	/* opacity: 0.45; */
	border-radius: 16px;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	padding: 17px 100px;
	border: 0;
	cursor: pointer;
	border: 2px solid #b74444;
}
.button-submit.button-empty {
	background-color: #fff;
	color: #b74444;
}
.loginbox .button-submit {
	display: block;
	margin: auto;
	margin-top: 20px;
}
.logo {
	position: relative;
}
.logo .userbox {
	position: absolute;
	right: 0;
	top: 0;
	/* height: 100%; */
	padding: 28px 0;
}
.logo .user {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.img-user {
	width: 24px;
	height: 24px;
	background-image: url(./images/user.png);
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.newmessage {
	top: 0;
	right: 0;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #FD0000;
}
.user-burger {
	width: 20px;
	height: 14px;
	background-image: url(./images/burger.png);
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	cursor: pointer;
}
.user-close {
	width: 10px;
	height: 10px;
	background-image: url(./images/close_small.png);
	background-size:initial;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	cursor: pointer;
	padding: 12px;
	background-repeat: no-repeat;
	background-position: center center;
}
.mainline {
	/* background: #fff2f2; */
	background-color: #f7f7f7;
	padding: 12px 0;
	margin-top: 20px;
	/* height: 60px; */
}
.mainline .wrapper h1 {
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	font-style: normal;
	color: #000000;
	margin: 10px 0;
}
.marleft40 {
	margin-left: 40px;
}
.martop40 {
	margin-top: 40px;
}
.marbot100 {
	padding-bottom: 100px;
}
.book {
	display: inline-block;
	/* white-space: nowrap; */
	width: 206px; 
	vertical-align: top;
	max-width: 206px;
	margin-right: 18px;
	text-align: center;
	margin-bottom: 14px;
	overflow: hidden;
}
.book h2 {
	width: 206px;
	word-break: normal;
}
.book:nth-child(4n) {
	margin-right: 0;
}
.book,
.book h2 {
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
}
.book-image {
	border-radius: 16px;
	height: 300px;
	position: relative;
	border: 2px transparent solid;
	background: #EFEFEF;
	overflow: hidden;
}
.book-image img {
	border-radius: 16px;
	width: 100%;
	height: 100%;
}
.book-image .book-image_object {
	width: 100%;
	height: 100%;
	/* background-size: contain; */
	background-size: cover;
	background-position: center;
	/* background-position: center top; */
	background-repeat: no-repeat;
}
.book-image .book-image_unknown {
	background-size: initial;
}
.newbook .book-image {
	background: #EFEFEF;
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.userside {
	height: 100%;
	position: fixed;
	right: 0;
	width: 358px;
	top: 0;
	background: #FFFFFF;
	box-shadow: 0px 2px 36px rgba(0, 0, 0, 0.07);
	/* position: relative; */
	z-index: 999;
}
.unselectable {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
									not supported by any browser */
}
.userside-wrapper {
	width: 268px;
	margin: 30px auto;
	position: relative;
	height: 100%;
	overflow: auto;
	padding-bottom: 50px;
}
.userside-user .user,
.userside-user .user-img {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
}
.userside ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 45px;

}
.userside ul li {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	margin: 15px 0;
}
.userside-exit a,
.userside ul li a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}
.userside ul li img {
	display: inline-block;
	vertical-align: middle;
}
.userside .img-location,
.userside .img-email,
.userside .img-phone,
.userside .img-user,
.userside .img-adduser,
.userside .img-history,
.userside .img-feedback,
.userside .img-exit,
.userside .img-edit {
	width: 24px;
	height: 24px;
	background-size: cover;
	margin-right: 7px;
	display: inline-block;
	vertical-align: middle;
}
.userside .img-adduser {
	background-image: url(./images/adduser.png);
}
.userside .img-history {
	background-image: url(./images/history.png);
}
.userside .img-exit {
	background-image: url(./images/exit.png);
}
.userside .img-edit {
	background-image: url(./images/edit.png);
}
.userside .img-feedback {
	background-image: url(./images/feedback.png);
}
.userside .img-phone {
	vertical-align: top;
	background-image: url(./images/phone.png);
	width: 15px;
	height: 20px;
}
.userside .img-location {
	vertical-align: top;
	background-image: url(./images/location.png);
	width: 17px;
	height: 19px;
}
.userside .img-email {
	vertical-align: top;
	background-image: url(./images/email.png);
	width: 20px;
	height: 16px;
}
.userside-text {
	display: inline-block;
	width: 226px;
}
.userside-exit {
	margin-top: 53px;
	padding-top: 15px;
	border-top: 1px solid #f5f5f5;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
}
.userside-contacts {
	/* position: absolute; */
	bottom: 0;
	font-size: 16px;
	line-height: 19px;
	color: #A1C8DB;
	margin-top: 70px;
}
.userside-contacts a {
	text-decoration: none;
	color:#A1C8DB;
}
.userside-contacts span {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #A1C8DB;
	margin-bottom: 20px;
	display: block;
}
.userside-contacts--line {
	padding: 10px 0;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.slide-fade-enter-active {
	transition: all 0.3s ease-out;
}

.slide-fade-leave-active {
	transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-from,
.slide-fade-leave-to {
	transform: translateX(20px);
	opacity: 0;
}
.wrapper table {
	/* font-family: Raleway; */
	font-weight: 500;
}
.wrapper table td {
	vertical-align: top;
}
.wrapper table th {
	padding: 50px 0px;
	padding-bottom: 16px;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
	color: #a0a0a0;
	font-family: Raleway;
	text-align: left;
	color: rgba(42, 44, 46, 0.3);
}
.wrapper table td {
	font-size: 14px;
	padding: 20px 0;
}
.feedback-status {
	background: rgba(42, 44, 46, 0.05);
	border: 1px solid rgba(42, 44, 46, 0.1);
	box-sizing: border-box;
	border-radius: 4px;
	color: rgba(42, 44, 46, 0.6);
	font-weight: 500;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	width: 120px;
	display: inline-block;
	padding: 4.5px 14px;
	vertical-align: top;
	/* margin: 0px 10px; */
}
.wrapper.users table,
.wrapper.theme table,
.wrapper.feedback table {
	width: 100%;
}
.wrapper.theme table td,
.wrapper.feedback table td {
	font-size: 13px;
	border-bottom: 1px solid rgba(42, 44, 46, 0.05);
}
.wrapper.feedback table td a {
	text-decoration: none;
	color: rgba(42, 44, 46, 0.8);
}
.feedback-status.noanswer {
	color:#fff;
	background: #4491B7;
	border: 1px solid #4491B7;
	box-sizing: border-box;
	border-radius: 4px;
}
.wrapper table td.feedback-theme {
	font-size: 15px;
	width: 205px;
	/* padding: 0; */
}
.feedback-date {
	text-align: center;
}
.feedback-author {
	width: 265px;
}
.book-image .edit {
	display: block;
	position: absolute;
    top: 9px;
    right: 9px;
	padding: 9px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px #4491b7 solid;
	display: none;
}
.book-image .delete {
	display: block;
	position: absolute;
    top: 54px;
    right: 9px;
	padding: 9px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px #EE7B35 solid;
	display: none;
}
.book:hover .edit {
	display: block;
}
.book:hover .delete {
	display: block;
}
.book-image .img-edit {
	width: 16px;
	height: 16px;
	background-image: url(./images/editblue.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.book-image .img-delete {
	width: 16px;
	height: 16px;
	background-image: url(./images/deletebook.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.book:hover .book-image {
	border: 2px solid #4491B7;
}
.leftbox {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.inline {
	display: inline-block;
	vertical-align: middle;
}
.theme textarea,
.marker input.input,
.marker textarea,
.users textarea,
.bookadd textarea,
.users input[type=text],
.users input[type=email],
.bookadd input[type=text] {
	/* opacity: 0.5; */
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 16px;
	padding: 15px 62px;
	padding-right: 15px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	background-image: url(./images/input.png);
	/* background-size: contain; */
	background-repeat: no-repeat;
	background-position: 20px 20px;
	/* width: 335px; */
	width: 100%;
	/* max-width: 335px; */
	margin: 4px 0;
}
textarea:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.marker input[type=number] {
	/* opacity: 0.5; */
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 16px;
	padding: 15px 15px;
	padding-right: 15px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	background-image: none;
	/* background-image: url(./images/input.png); */
	/* background-size: contain; */
	/* background-repeat: no-repeat; */
	/* background-position: 20px 20px; */
	width: 250px;
	max-width: 250px;
	margin: 4px 0;
}
.marker .theme_title {
	margin-left: 25px;
	width: 50%;
}
.bookadd textarea {
	height: 116px;
}
.copybtn {
	border: 2px solid #4491B7;
	padding: 8px 24px;
	border-radius: 8px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color:#000;
	text-decoration: none;
	background-color: #fff;
	cursor: pointer;
}
.book-preview {
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	width: 340px;
	display: inline-block;
	overflow: hidden;
}
.textcenter {
	text-align: center;
}
.book-preview_image {
	width: 340px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-color: #EFEFEF;
}
.book-preview p {
	font-family: Raleway;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	opacity: 0.2;
	padding: 5px 0;
	margin: 0;
	text-align: left;
	width: 310px;
	overflow: hidden;
	word-break:normal;
}
.book-preview p:first-child {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	color: #000000;
	opacity: 0.2;
}
.book-preview_wrap {
	padding: 23px 13px;
	padding-bottom: 40px;
}
.book-preview img {
	cursor: pointer;
}
.bread {
	position: relative;
}
.bread .crumb {
	display: inline-block;
	vertical-align: middle;
	font-family: Raleway;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	color: #000000;
	opacity: 0.5;
	margin: 10px;

	max-width: 240px;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bread .crumb a {
	text-decoration: none;
}
.bread .chevron {
	width: 9px;
	height: 15px;
	background-image: url(./images/chevron.png);
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 5px;
	opacity: 0.5;
}
.bread .last {
	color:#000;
	opacity: 1;
}
.bread :last-child {
	color:#000;
	opacity: 1;
}
.bread .crumb:first-child {
	margin-left: 0;
}
.bookadd_form {
	margin: 40px 0;
}
.book-preview_box p:first-child {
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	text-align: left;
	width: 310px;
	display: inline-block;
}
.img-attach {
	width: 20px;
	height: 20px;
	background-image: url(./images/attach.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.themeadd_image,
.bookadd_image {
	margin: 20px 0;
	position: relative;
	width: 150px;
	height: 150px;
	display: inline-block;
	border: 2px solid #4491B7;
	border-radius: 8px;
	/* overflow: hidden; */
	/* background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), url(unishell.jpg); */
}
.themeadd_image .themeadd_imagesrc,
.bookadd_image .bookadd_imagesrc {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 8px;
}
.bookadd_image .bookadd_close {
	position: absolute;
	right: 0;
    top: 0;
	width: 10px;
	height: 10px;
	padding: 10px;
	border-radius: 50%;
	background-image: url(./images/close_small.png);
    background-size: initial;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: 2px solid #4491B7;
}
.bookadd_qrcode img {
	width: 180px;
	height: 180px;
}
.modalcloud {
	background: rgba(0,0,0,.5);
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}
.modalcloud_box {
	/* margin: 100px 0; */
	width: 500px;
	margin: 20% auto;
	padding: 50px 25px;
	background-color: #fff;
	border-radius: 16px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.04em;
	text-align: center;
	color: #000000;
	position: relative;
}
.modalcloud_box p {
	margin-bottom: 40px;
}
.modalcloud_box .button-submit {
	display: inline-block;
    padding: 18px 50px;
    margin: 0px 10px;
}
.modalcloud_box-close {
	background-image: url(./images/close.svg);
	position: absolute;
	width: 20px;
	height: 20px;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.modalcloud_box-deleted {
	background-image: url(./images/success.svg);
	width: 70px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin:0;
	/* margin-bottom: 30px; */
}
.modalcloud_box-wrong {
	background-image: url(./images/wrong.svg);
	width: 66px;
	height: 66px;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin:0;
	/* margin-bottom: 30px; */
}
.themes td img {
	display: inline-block;
	vertical-align: middle;
}
.themes td {
	border-bottom: 1px solid rgba(42, 44, 46, 0.05);
}
.themes td > * {
    vertical-align : middle;
}
.wrapper td.folder {
	padding-left: 55px;
	position: relative;
}
td.folder img {
	display: block;
	position: absolute;
	left: 0;
	/* top: 0; */
}
.centeralign {
	text-align: center;
}
.themes tr td {
	color: rgba(42, 44, 46, 0.7);
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	/* font-family: Raleway; */
	font-family: Raleway;
	/* font-weight: 600; */
	transition: 0.2s;
}
.themes tr td a {
	color: rgba(42, 44, 46, 0.7);
}
.themes tr {
	border-radius: 0px 8px 8px 0px;
	overflow: hidden;
}
.themes tr:hover td {
	/* color: #2A2C2E;  */
	color: rgba(42, 44, 46, .5);
	background-color: #fbfbfb;
	
}
.themes-add {
	padding: 25px 0;
    text-align: center;
    border: 1px dashed #ff0000;
    border-radius: 6px;
    opacity: 0.6;
    color: #ff0000;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin: 30px 0; 
	transition: 0.2s;
}
.themes-add:hover {
	opacity: 1;
}
.rightbread {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.rightbread .btn {
	/* padding: 8px 30px;
	border: 2px solid #ff0000;
	box-sizing: border-box;
	border-radius: 8px;
	font-size: 16px;
	line-height: 19px;
	color: #ff0000;
	text-decoration: none;
	display: inline-block; */
    padding: 8px 30px;
    /* border: 2px solid #ff0000; */
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
    color: #737373;
    background: #e4e4e4;
    text-decoration: none;
    display: inline-block;
}
.wrapper table .edit,
.wrapper table .delete {
	background-image: url(./images/deletebook.png);
	width: 19px;
	height: 19px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px 15px;
	/* display: none; */
	padding: 12px 0;
	filter: grayscale(1);
}
.wrapper.users .delete,
.wrapper.users table .edit,
.wrapper.theme table .edit,
.wrapper.theme table .delete {
	display: inline-block;
}
.wrapper table .edit {
	background-image: url(./images/edit.png);
}
/* .wrapper table tr:hover .edit,
.wrapper table tr:hover .delete {
	display: inline-block;
} */
.wrapper table tr:hover .feedback-status {
	display: none;
}
.wrapper.feedback table tr .feedback-status,
.wrapper.users table tr .feedback-status {
	display: inline-block;
}
.theme h1 {
	font-family: Raleway;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	display: inline-block;
	color: #000000;
	margin: 15px 0;
}
.users select,
.theme select {
	background: #FAFAFA;
	border-radius: 8px;
	font-family: Raleway;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	padding: 10px 40px;
	line-height: 23px;
	color: #000000;
	opacity: 0.5;
	margin: 0px 20px;
}
.users select {
	margin: 15px 0;
}
.theme .state {
	margin: 48px 0;
	font-family: Raleway;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	color: #000000;
}
.theme .img-edit {
    width: 16px;
    height: 16px;
    background-image: url(./images/editblue.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px;
	margin-bottom: 15px;
	cursor: pointer;
}
input.theme_title {
	border: 1px #ccc solid;
	border-radius: 5px;
	font-family: Raleway;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	display: inline-block;
	color: #000000;
	margin: 15px 0;
	padding: 5px 15px;
	/* width: 100%-; */
}
input.theme_title:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
#theme .bread .hugetext {

}
.theme .marker {
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 8px;
	/* background-size: contain; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.theme table th {
	border-bottom: 1px solid rgba(42, 44, 46, 0.05);
}
.theme table ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.theme table ul li {
	display: block;
	margin: 10px 0;
	/* padding: 5px 0; */
	height: 15px;
}
.theme table ul li:hover {
	/* text-decoration-line: underline; */
	cursor: default;
	color: #000000;
	font-weight: 500;
}
.theme table ul li span {
	border-bottom: 1px transparent solid;
}
.theme table ul li:hover span {
	/* text-decoration: underline; */
	border-bottom: 1px #000 solid;
}
.theme table ul li:hover .img-close {
	display: inline-block;
}
.marker .img-close,
.theme .img-close {
	display: inline-block;
	padding: 7px;
	vertical-align: middle;
	border-radius: 50%;
	background-image: url(/static/images/close_small.png);
	width: 6px;
	/* background-size: contain; */
	background-size: 6px;
	height: 6px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #4491B7;
	cursor: pointer;
	display: none;
}
.marker .img-close {
	display: inline-block;
}
.theme_model {
	display: inline-block;
	padding: 2px 55px;
	background-image: url(/static/images/plus.png);
	background-size: initial;
	background-repeat: no-repeat;
	background-position: center;
	/* display: in; */
	width: 130px;
	height: 24px;
	border: 1px dashed rgba(42, 44, 46, 0.2);
	border-radius: 8px;
	margin-top: 16px;
	cursor: pointer;
}
.policy {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #000000;
	opacity: 0.5;
	text-align: center;
	display: block;
	margin: 10px 0;
}
.loginbox .policy {
	margin: 30px 0;
}
.loader {
	position: fixed;
	bottom: 20px;
	left: 20px;
	background-image: url(/static/images/loader.png);
	background-size: contain;
	width: 100px;
	height: 100px;
}
.msg-error {
	display: block;
	border-radius: 10px;
	color:#e66464;
	border:1px #fd000077 solid;
	padding: 10px;
	margin: 15px 0;
	font-weight: 500;
	background-color: #fd000010;
}
.feedback.edit table {
	width: 100%;
}
.feedback.edit table td {
	font-family: Raleway;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: rgba(42, 44, 46, 0.8);
}
.feedback.edit h1 {
	font-family: Raleway;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	display: flex;
	align-items: center;
	color: rgba(42, 44, 46, 0.8);
	margin: 40px 0;
	display: block;
}
.feedback.edit p {
	font-family: Raleway;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: rgba(42, 44, 46, 0.8);
	margin: 20px 0;
	display: block;
	line-height: 2;
}
.feedback .status {
	margin: 50px 0;
	display: block;
}
.feedback .status p,
.feedback .status input[type=radio] {
	font-family: Raleway;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	color: #000000;
}
.marker .markerimg {
	width: 200px;
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	border-radius: 8px;
}
.marker h1 {
	margin: 0px 20px;
	display: inline-block;
	font-family: Raleway;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}
.model-case {
	margin: 60px 0;
}
.model-case_name {
	margin: 20px 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
}
.threecol {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.model-case_params {
	margin: 20px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}
.policy a {
	text-decoration: none;
	color: #000000;
}
.themeadd_delete {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 24px;
	height: 24px;
	background: #FFFFFF;
	border: 2px solid #4491B7;
	border-radius: 50%;
	background-image: url(/static/images/close_small.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.rowedit {
	margin: 20px 0;
}
.hint {
	font-size: 12px;
	padding: 10px;
	background-color: #fafafa;
}
.rasp-row {
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: space-between;
	/* max-width: 600px; */
	align-items: center;
	/* justify-content: center; */
}
.addraspbtn,
.rasp .deletebtn {
    display: inline-block;
    background: #e2e2e2;
    border-radius: 16px;
    font-size: 16px;
    line-height: 0px;
    text-align: center;
    color: #000000;
    padding: 16px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}
.form-control {
    display: block;
    /* width: 100%; */
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #4f4f4f;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.switchLang {
    border: 1px solid #bdbdbd;
    background-color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 6px;
	transition: 0.2s;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.switchLang:hover {
	background-color: #86b7fe;
	color:#fff;
}