@import url('../../ui/kasite-generic.css');

* {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1 a {
	    background-image: url('../ui/kasite-logo.png');
	    width: 332px;
	    height: 81px;
	    display: inline-block;
	    margin: 50px auto;
	    color: transparent;
	    filter: drop-shadow(2px 2px 2px #dbcb9d);
}

html {
	font-family: Dosis;
  background: rgb(255, 253, 240);
	text-align: center;
}

.popup {

    width: 400px;
    background: rgb(255, 247, 217);
    border-radius: 30px;
    border-top: 4px solid var(--site-color);
    box-shadow: 0px 0px 25px #e4d6b4;
    margin: 0 auto;
	padding: 0 0 1px;
	display: none;

}
.popup.open {

    display: block;

}

h2 {
  color: var(--site-color);
}

h3 {
  color: #b7ab79;
  text-align: center;
  font-weight: lighter;
  font-size: 2em;
  text-shadow: 0px 2px 0px #fff;
}
h3>a {
	color: inherit;
	text-decoration: inherit;
	display: block;
	line-height: 3em;
}

h4 {
	padding: 20px 0;
	border-bottom: 2px solid #fdfcf1;
	background-color: #f9f2d7;
	border-top: 1px solid #f0e4a2;
	font-weight: lighter;
	color: #9d915a;
	margin-bottom: 2em;
}

hr {
    width: 80%;
    margin: 20px auto;
    border: 1px solid #f7edd2;
}

.popup li {
	text-align: center;
}
.popup p {
	padding: 15px 0;
	color: #938763;
	font-size: 0.9em;
		width: 85%;
	margin: 0 auto;
}

.menu>li>a {
	display: block;
	text-align: right;
	padding: 20px 0px 20px 0;
	text-decoration: none;
	/*! border: 1px solid #fff; */
	background-color: #fffbe4;
	margin: 4px;
	color: #735c17;
	border-radius: 50px;
}
.menu arrow {
	margin: 0 20px;
	font-weight: bold;
	color: #e8e2ba;
}

form a {
	display: block;
	color: inherit;
	font-size: 0.8em;
	text-decoration: none;

}

form a.creation {
	background: #fbda50;
	width: 50%;
	margin: 0 auto 20px;
	padding: 4px;
	/*! font-weight: bold; */
	border-radius: 5px;
	color: #736940;
	font-size: 0.9em;
}

legend {
	font-size: 0.6em;
	color: grey;
	font-style: italic;
}

input[type="submit"]:hover, .button:hover{
	background: #fffefa;
}

label {

    /*! text-align: left; */
    display: block;
    font-size: 0.8em;
    /*! font-weight: bold; */

    color: #cac0a1;
}

input, button, textarea, select, submit  {
	display: inline-block;
	/*! width: 50%; */
	margin: 5px;
	background: #fff;
	padding: 10px;
	color: #3e3408;
	border: 1px solid #c4b691;
	/*! border-color: inherit; */
	font-size: 1em;
	border-radius: 20px;
	text-align: center;
	/*! border-bottom: 1px solid #f0ecd0; */
	/*! border-right: 1px solid #f0ecd0; */
}
textarea {
	width: 80%;
	height: 100px;
	text-align: left;
}
input:focus {

    border-color: #3e3408;

}
input[type="submit"], .button{
	display: block;
	padding: 20px 0;
	margin: 30px 5px 5px;
	border-radius: 25px;
	background: #fffcf4;
	cursor: pointer;
	border: 0;
	font-family: inherit;
	font-size: 1.4em;
	width: 390px;
	color: #dab667;
	text-decoration: none;
}

ul.check_password {
	width: 80%;
	margin: 0 auto;
}
ul.check_password.valid {
	display: none;
}
ul.check_password li, p.feedback-error {
  font-weight: bold;
	padding-top: 0;
	color: #da6767;
	font-size: 0.8em;
}
ul.check_password li {
	text-align: left;
	list-style-type: '✘';
	padding-left: 10px;
}
ul.check_password li.ok {
	color: #cac0a1;
	font-weight: initial;
	list-style-type: '';
	text-decoration: line-through;
}

ul.errors {
	width: 80%;
	margin: 30px auto 0;
	background: rgb(242, 226, 226);
}

ul.errors li {
    color: #ca2a2a;
    font-weight: bold;
	padding: 5px;
}

#sessions_list li {
	text-align: left;
	color: #463b1c;
}

#sessions_list>li {
	border: 1px solid #eadcb5;
	margin: 20px;
	padding: 10px;
	position: relative;
	border-radius: 5px;
}
#sessions_list>li.deleted {
	display: none;
}

#sessions_list li li {
	font-size: 0.8em;
}
#sessions_list .useragent {
	display: none;
}
#sessions_list h4 {
	margin-bottom: 10px;
}
#sessions_list .validity {
	margin-top: 5px;
	color: #088858;
}
#sessions_list .activity.old {
	color: #ff3000;
	font-weight: bold;
}
#sessions_list .this_device {
	background: #fff2c3;
	border: 1px solid #a68a3c;
}


#sessions_list button {
	position: absolute;
	height: 40px;
	width: 40px;
	right: 5px;
	top: 50%;
	margin-top: -20px;
	background: #f4e3b3;
	border: 1px solid #eadcb5;
	color: #e1b60f;
	font-weight: bold;
	text-shadow: 0 -1px 0 #a68a3c;
}
footer {
	text-align: center;
	margin-top: 100px;
	color: #dfd6ba;
	font-size: 0.8em;
}
