html, body, aside {
	display: block;
	margin: 0;
	padding: 0;
	overflow: auto;
}

h3 {
	font-size: 20px;
	line-height: 150%;
	font-weight: 600;
	text-align: center;
	color: #000;
}

a {
	text-decoration: none;
	opacity: 1;
	border-bottom: 1px solid inherit;
}

a:hover {
	text-decoration: none;
	opacity: 0.6;
	border-bottom: 1px solid inherit;
}

a:link {
	transition: all .3s;
}

.body {
	max-width: 1130px;
	margin: 30px auto;
	font-family: 'Rubik', sans-serif;
}

.hr-header {
	margin: -10px 0 30px;
	border: 1px solid #747373;
	box-shadow: 0px 1px 1px #fff;
}

.logo-img {
	float: left;
    height: 30px;
	margin: 7px 20px 0 10px;
}

.main-header {
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
	margin-bottom: 0;
	text-transform: uppercase;
	width: 75%;
	margin: auto;
}

.but_edit {
    width: 160px;
    height: 26px;
    background: linear-gradient(rgba(255, 255, 255, 0.89), rgba(201, 201, 201, 0.93) 100%);
    border: 1px solid #656565;
    border-radius: 5px;
    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.46);
}

.edit {
    color: #3d3c3c;
    text-shadow: 1px 1px 1px #fff;
    font-size: 15px;
    line-height: 16px;
}

.but_del {
    width: 160px;
    height: 26px;
    background: linear-gradient(#D81F1FD1, #AC0000BD 100%);
    border: 1px solid #630101;
    border-radius: 5px;
    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.46);
}

.delete {
	text-shadow: 1px 1px 1px #242424ab !important;
	font-family: 'Rubik', sans-serif;
	color: #fff !important;
	font-size: 15px;
    line-height: 16px;
}

@media screen and (max-width: 1000px) {
	body {
		padding: 20px;
	}
}

@media screen and (max-width: 768px) {
	body {
		padding: 10px;
	}

	#smart-date, #smart-ID {
		text-align: left;
	}
}

.values {
	border: 1px solid #CCC !important;
	border-radius: 5px !important;
	padding: 30px 20px 20px !important;
	background-color: rgba(255, 255, 255, 0.65) !important;
	box-shadow:0px 0px 8px rgba(0, 0, 0, 0.1);
}

.values > h3 {
	margin-top: 0 !important;
	margin-bottom: 10px;
}

.value-block {
	min-width:97%;
	border: 1px solid #aaa !important;
	border-radius: 4px;
	padding: 10px 12px 10px !important;
	display: flex;
	align-items: center;
	box-shadow: 0 0 8px #d8d6d6;
}

.identity {
	width:794px;
	border:1px solid #390 !important;
	border-radius:5px !important;
	height:24px;
	//background-color:rgba(163,207,98,1) !important;
	//background: radial-gradient(farthest-side ellipse at top left, white, rgba(249,225,66,0.8));
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	color:#000;
	padding: 8px !important;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
	font-size: 16px;
	background: linear-gradient(rgba(168, 219, 97, 0.64), rgb(163, 207, 98) 40%);
}

.criterion-block {
	margin:auto !important;
	width:232px;
}

.criterion-arrow {
	width: 53px;
	float: left;
	text-align: center;
	margin: auto !important;
	position: relative;
}

.criterion {
	min-width:200px;
	border:1px solid #C25200 !important;
	border-radius:5px !important;
	min-height:40px;
	//background-color:rgba(249, 165, 66, 0.8)  !important;
	//background: radial-gradient(farthest-side ellipse at top left, white, rgba(249, 165, 66, 0.8));
	text-align:center;
	color:#000;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 3px !important;
	margin-bottom: 2px !important;
	position: relative;
	background: linear-gradient(rgba(255, 193, 118, 0.63), rgba(249, 165, 66, 0.8) 40%);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.criterion-align {
	display: flex;
	justify-content: center;
}

.criterion-text {
	text-shadow: 1px 1px 1px #fff2e3a1;
}

.space {
	width: 2px;
	display: table-cell;
}

.timeframe-min {
	width:120px;
	border:1px solid #C25200 !important;
	border-radius:5px !important;
	height:30px;
	//background-color:rgba(255,204,153,1) !important;
	//background: radial-gradient(farthest-side ellipse at top left, white, rgba(255,204,153,1));
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	color:#000;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
	background: linear-gradient(rgb(250, 217, 183), rgb(255, 204, 153) 50%);
}

.timeframe {
	width:230px;
	border:1px solid #C25200 !important;
	border-radius:5px !important;
	height:30px;
	//background-color:rgba(255,204,153,1) !important;
	//background: radial-gradient(farthest-side ellipse at top left, white, rgba(255,204,153,1));
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	color:#000;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
	background: linear-gradient(rgb(250, 217, 183), rgb(255, 204, 153) 50%);
}

.emotions {
	width:794px;
	border:1px solid #B6A105 !important;
	border-radius:5px !important;
	height:24px;
	//background-color: rgba(251,233,102,0.7) !important;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	color:#000;
	padding: 8px !important;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
	background: linear-gradient(rgba(254, 244, 173, 0.7), rgba(255, 234, 79, 0.7) 40%);
}

.emotion-block {
	margin:auto !important;
	width:98%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.signal {
	width: 190px;
}

.signal-1, .signal-2, .signal-3, .signal-4 {
	width: 190px;
	padding: 3px;
	font-size: 16px;
	min-height:40px;
	color:#000;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
	text-align:center;
	display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.signal-1 > div, .signal-2 > div, .signal-3 > div, .signal-4 > div {
	text-align: center;
	width: 100%;
}

.signal-1 {
	border:1px solid #390 !important;
	border-radius:5px !important;
	//background-color:rgba(163,207,98,1) !important;
	background: linear-gradient(rgba(168, 219, 97, 0.64), rgb(163, 207, 98) 40%);
}

.signal-2 {
    border: 1px solid #B6A105 !important;
    border-radius: 5px !important;
    //background-color: rgba(251,233,102,0.7) !important;
    //background: radial-gradient(farthest-side ellipse at top left, white, rgba(251,233,102,0.7));
    background: linear-gradient(rgba(254, 244, 173, 0.7), rgba(255, 234, 79, 0.7) 40%);
}

.signal-3 {
	width:190px;
	border:1px solid #C25200 !important;
	border-radius:5px !important;
	//background-color:rgba(249, 165, 66, 0.8) !important;
	background: linear-gradient(rgba(255, 193, 118, 0.63), rgba(249, 165, 66, 0.8) 40%);
}

.signal-4 {
	width:190px;
	border:1px solid #900 !important;
	border-radius:5px !important;
	//background-color:rgba(206,60,3,0.7) !important;
	background: linear-gradient(rgba(255, 100, 39, 0.7), rgba(206,60,3,0.7) 40%);
}

.strategies-block {
	margin:auto !important;
	width:97%;
	display: flex;
	flex-wrap: wrap;
}

.strategies {
	width:200px !important;
	float: left;
}

.trigger {
	width:160px !important;
	border:1px solid #39F !important;
	border-radius:5px !important;
	height:30px;
	//background-color:rgba(153,204,255,0.9) !important;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	color:#000;
	padding: 8px !important;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
	font-size:16px;
	position: relative;
	background: linear-gradient(rgba(207, 231, 255, 0.9), rgba(153,204,255,0.9) 40%);
}

.exit {
	width:160px !important;
	border:1px solid #C25200 !important;
	border-radius:5px !important;
	height:30px;
	//background-color:rgba(249, 165, 66, 0.8) !important;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	color:#000;
	padding: 8px !important;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
	font-size:16px;
	background: linear-gradient(rgba(255, 193, 118, 0.63), rgba(249, 165, 66, 0.8) 40%);
}

.strategy-first {
	width:160px !important;
	border:1px solid #390 !important;
	border-radius:5px !important;
	height:30px;
	//background-color:rgba(163,207,98,1) !important;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	color:#000;
	padding: 8px !important;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
	font-size:16px;
	position: relative;
	background: linear-gradient(rgba(168, 219, 97, 0.64), rgb(163, 207, 98) 40%);
}

.strategy-second {
	width:160px !important;
	border:1px solid #900 !important;
	border-radius:5px !important;
	min-height:30px;
	//background-color: rgba(206,60,3,0.7) !important;
	text-align:center;
	vertical-align:middle;
	color:#000;
	padding: 8px !important;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
	font-size:16px;
	position: relative;
	//margin-bottom: 20px !important;
	background: linear-gradient(rgba(255, 100, 39, 0.7), rgba(206,60,3,0.7) 40%);
}

.vak {
	width:160px !important;
	border:1px solid #C25200 !important;
	border-radius:5px !important;
	min-height:18px;
	//background-color:rgba(255,204,153,1) !important;
	//display:table-cell;
	text-align:center;
	vertical-align:middle;
	color:#000;
	padding: 2px 8px !important;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
	font-size:16px;
	font-weight: bold;
	margin-top: 20px !important;
	position: relative;
	background: linear-gradient(rgb(250, 217, 183), rgb(255, 204, 153) 50%);
}

.empty {
	width:160px !important;
	height:20px;
	padding: 2px 8px !important;
	margin-top: 20px !important;
}

.left {
	text-align: left;
}

.arrow {
	width:22px !important;
	display: table-cell;
	text-align: center;
	padding-top: 10px !important;
}

.trigger-icon {
	position: absolute;
	top: -7px;
}

.motivator-icon {
	position: absolute;
	top: -9px;
	right: -4px;
}

.image-icon {
	position: absolute;
	top: 22px;
}

.info-icon {
	position: absolute;
	top: 0px;
}

.links-icon {
	position: absolute;
	top: 0px;
}

.database-icon {
	position: absolute;
	top: 0;
}

.db {
	position: absolute;
	top: -25px;
	left: -12px;
}	

.y {
	position: absolute;
	top: -18px;
	left: -18px;
}

.m {
	position: absolute;
	top: -18px;
	left: -19px;
}

.p {
	position: absolute;
	top: -7px;
	left: 145px;
}

.i {
	position: absolute;
	top: -25px;
	left: 215px;
}

.is {
	position: absolute;
	top: -15px;
	left: 155px;
}


.l {
	position: absolute;
	top: 6px;
	left: 9px;

}

.myimage  {
	max-width:40em !important;
}

.spoiler-base {
	width:300px !important;
	background: none repeat scroll 0 0 rgba(163,207,98,1) !important;
	border: 1px solid #390 !important;
	border-radius: 5px !important;
	padding:5px 23px !important;
	font-size:20px !important;
	color:#000 !important;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
}

.spoiler-behaviour {
	width:300px !important;
	//background: none repeat scroll 0 0 rgba(206,60,3,0.7) !important;
	border: 1px solid #900 !important;
	border-radius: 5px !important;
	padding:5px 15px !important;
	font-size:20px !important;
	color:#000 !important;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
	background: linear-gradient(rgba(255, 100, 39, 0.7), rgba(206,60,3,0.7) 60%);
	font-family: 'Rubik', sans-serif;
}

.spoiler-believs {
	width:300px !important;
	//background: none repeat scroll 0 0 rgba(249, 165, 66, 0.8) !important;
	//background: radial-gradient(farthest-side ellipse at top left, white, rgba(249, 165, 66, 0.8));
	border: 1px solid #C25200 !important;
	border-radius: 5px !important;
	padding:5px 15px !important;
	font-size:17px !important;
	color:#000 !important;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
	font-weight: 100;
	background: linear-gradient(rgba(255, 193, 118, 0.63), rgba(249, 165, 66, 0.8) 60%);
}

.spoiler-more {
	width:300px !important;
	background: none repeat scroll 0 0 rgba(153,204,255,0.9) !important;
	border: 1px solid #39F !important;
	border-radius: 5px !important;
	padding:5px 15px !important;
	font-size:18px !important;
	color:#000 !important;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
}

.table-i {
	width:95%;
	border:1px solid #999 !important;
	border-collapse: collapse;
}

.table-i td {
	border:1px solid #999 !important;
	padding:5px !important;
}

.brspace {
	margin-bottom:10px !important;
}



.container {
    overflow: hidden;
    background-color: rgba(40, 40, 40, 0.8);
    //font-family: Georgia, "Times New Roman", Times, serif;
	//font-family: 'Lora', serif;
	font-family: 'Rubik', sans-serif;
	border-radius: 5px;
	margin: auto;
	max-width: 1120px;
	box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.3);
}

.container a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
	//font-family: Georgia, "Times New Roman", Times, serif;
	font-family: 'Rubik', sans-serif;
}

.container a:hover, .dropdown:hover .dropbtn {
    //background-color: #FF9900;
	background: rgba(0, 0, 0, 0) url("/static/img/bg/red.jpg") repeat scroll center center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	border-radius: 0 0 5px 5px;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    z-index: 10000;
    display: block;
}

.users {
	padding: 5px 0;
	font-weight: bold;
}
