/*
 * FONT SIZES // LINE HEIGHTS
 * 
 *         9 // 13
          11 // 13 (Monospace only)
 *        12 // 17
 * (base) 15 // 21
 *        21 // 29
 *        27 // 37
 *        33 // 51
 * 
 * FARGER
 * rgb(234, 187, 65) // GULL (#EABB41)
 * rgba(55, 46, 41, 1.0) // BRUN (#372E29)
 * rgba(107, 15, 26,1.0) // RØD (#6B0F1A)
 * rgba(19, 120, 25, 1.0) // GRØNN (#137819)
 * rgba(250, 249, 250, 1.0) // "WHITE" (#FAF9FA)
 * rgba(33, 70, 255,1.0) // BLÅ (#2146FF)
 * rgba(255, 91, 0,1.0 // ORANGE (#FF5B00)
 */

@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);

* {margin: 0; padding: 0;}

body {
	background-color: rgba(55, 46, 41, 1.0);
	color: rgba(0, 0, 0, 1.0);
	font-family: "PT Serif", Serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
}

h1 {
	background-image: url("img/logo_2_nobkg.png");
	background-size: auto 29px;
	height: 29px;
	width: 100px;
}

h1 span {display: none;}

h2 {font-size: 27px; line-height: 37px; font-weight: 400; margin: 0 0 12px 0; text-align: left; border-bottom: rgb(234, 187, 65) solid 2px;}
h3 {font-size: 21px; line-height: 29px; font-weight: 400; margin: 0 0 6px 0; text-align: left;}

a {color: rgba(107, 15, 26,1.0); text-decoration: none;}
a:visited {color: rgba(107, 15, 26,1.0); text-decoration: none;}
a:hover {color: rgb(153, 21, 36); text-decoration: none; border-bottom: rgb(234, 187, 65) solid 2px;}

a.front {color: rgba(255, 255, 255,0.8); text-decoration: none;}
a.front:visited {color: rgba(255, 255, 255,0.8); text-decoration: none;}
a.front:hover {color: rgba(255, 255, 255, 1.0); text-decoration: none; border-bottom: rgb(234, 187, 65) solid 2px;}

p.error {
	margin: 12px 0;
	padding: 12px;
	background-color: rgba(255, 0, 0, 0.4);
	color: rgba(255, 255, 255, 1.0);
	border: rgba(255, 0, 0, 0.8) solid 1px;
}

p.info {
	margin: 12px 0;
	padding: 0px;
	font-size: 9px;
	line-height: 13px;
	/*background-color: rgba(0, 255, 0, 0.4);*/
	color: rgba(0, 0, 0, 0.6);
	/*border: rgba(0, 255, 0, 0.8) solid 1px;*/
}

pre {
	font-family: 'Courier New', Courier, Monospace;
	font-size: 14px;
	line-height: 1em;
	margin-top: 6px;
}

/*
 * SPAN TEXT SIZE MODIFIERS
 */
span.tiny {font-size: 9px; line-height: 13px;}
span.small {font-size: 12px; line-height: 17px;}
span.medium {font-size: 15px; line-height: 21px;}
span.large {font-size: 21px; line-height: 29px;}
span.huge {font-size: 27px; line-height: 37px;}
span.gigantic {font-size: 33px; line-height: 51px;}

/*
 * SPAN WEIGHT MODIFIERS
 */
span.weak {color: rgba(0, 0, 0, 0.6);}
span.strong {font-weight: 600;}

header {
	background-color: rgba(250, 249, 250, 0.05);
	padding: 3px 12px 6px 12px;
	position: relative;
	z-index: 3;
	box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

header a {color: rgba(250, 249, 250, 0.8);}
header a:visited {color: rgba(250, 249, 250, 0.8);}
header a:hover {color: rgba(250, 249, 250, 1.0);}


/*
 * LISTE FORMATERING
 */
ul
{
	list-style-type: none;
}

ul.ctrlliste li
{
	position: relative;
	height: 40px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

li
{
	display: block;
	/*height: 20px;*/
	padding: 0;
}

li.replikk
{
	color: rgba(0, 165, 228, 1.0);
}

li.active
{
	background-color: rgba(202, 7, 30, 0.2);
	border-bottom: rgba(0, 0, 0, 1.0) solid 2px;
}

li:hover
{
	background-color: rgba(0, 0, 0, 0.05);
}

li:first-child
{
	
}

li span.numeric
{
	font-family: WhitneyLightRegular;
	display: inline-block;
	width: 40px;
	text-align: center;
}

ul.ctrlliste li span.numeric {
	position: absolute;
	left: 0px;
	top: 10px;
	font-size: 22px;
}

ul.ctrlliste li span.listname {
	position: absolute;
	top: 0px;
	left: 44px;
	font-weight: 600;
}

ul.ctrlliste li span.listtitle {
	position: absolute;
	top: 20px;
	left: 44px;
	font-style: italic;
}

ul.ctrlliste li a.del {
	display: block;
	position: absolute;
	text-align: center;
	top: 0px;
	right: 0px;
	height: 32px;
	width: 20px;
	padding-top: 8px;
}

ul.ctrlliste li a.mvu {
	display: block;
	position: absolute;
	text-align: center;
	top: 0px;
	right: 20px;
	height: 20px;
	width: 20px;
	padding-top: 0px;
}

ul.ctrlliste li a.mvd {
	display: block;
	position: absolute;
	text-align: center;
	top: 20px;
	right: 20px;
	height: 20px;
	width: 20px;
	padding-top: 0px;
}

ul.ctrlliste li a.edit {
	display: block;
	position: absolute;
	text-align: center;
	top: 0px;
	right: 40px;
	height: 32px;
	width: 20px;
	padding-top: 8px;
}

ul.ctrlliste li.replikk span.numeric {
	position: absolute;
	left: 25px;
	top: 10px;
	font-size: 22px;
}

ul.ctrlliste li.replikk span.listname {
	position: absolute;
	top: 0px;
	left: 69px;
	font-weight: 600;
}

ul.ctrlliste li.replikk span.listtitle {
	position: absolute;
	top: 20px;
	left: 69px;
	font-style: italic;
}

/**
span.taleliste-funksjoner
{
	display: inline-block;
	float: right;
}

span.taleliste-funksjoner a
{
	display: inline-block;
	width: 18px; height: 18px;
	text-align: center;
}**/

span.taleliste-funksjoner a:hover
{
	background-color: rgba(255, 255, 255, 1.0);
	border-bottom: none;
}

input {
	border-top: rgba(0,0,0,0.2) solid 1px;
	border-right: rgba(0,0,0,0.1) solid 1px;
	border-bottom: rgba(0,0,0,0.2) solid 1px;
	border-left: rgba(0,0,0,0.2) solid 1px;
	font-family: "PT Serif", Serif;
	font-size: 15px;
	line-height: 21px;
}

input[type="submit"] , input[type="button"]{
	background-color: rgba(107, 15, 26,1.0);
	color: rgba(255, 255, 255, 0.9);
	text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0;
	border: rgba(0, 0, 0, 0.2) solid 1px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 12px;
	height: 1.75em;
	padding: 0px;
	margin: 3px 0px 0px 3px;
	width: 70px;
}

input[type="submit"]:hover , input[type="button"]:hover{
	background-color: rgba(107, 15, 26,0.8);
}

input[type="submit"]:active, input[type="button"]:active {
	background-color: rgba(107, 15, 26,0.95);
	border-top: rgba(0, 0, 0, 0.6) solid 1px;
	border-right: rgba(0, 0, 0, 0.4) solid 1px;
	border-bottom: rgba(0, 0, 0, 0.4) solid 1px;
	border-left: rgba(0, 0, 0, 0.6) solid 1px;
}

/*
 * Tabeller
 */

table {border-collapse: collapse;}

table a {display: block; width: 100%; min-height: 17px;}

tr:nth-child(even) {background-color: rgba(0,0,0,0.04);}
tr:nth-child(odd) {background-color: transparent;}

td, th {text-align: left; padding-left: 3px; height: 1.6em; vertical-align: top;}

th {
	font-weight: 400;
	font-size: 15px;
	color: rgba(0,0,0,0.6);
}

#content {
	width: 970px;
	margin: auto;
	position: relative;
	z-index: 2;
}

#main {
	background-color: rgba(250, 249, 250, 0.95);
	border: rgba(0,0,0,0.2) solid 1px;
	box-shadow: 0 0 20px rgba(0,0,0,0.6);
	padding: 12px;
}

#dash_log {
	float: right;
	width: 280px;
	background-color: rgba(250, 249, 250, 1.0);
	border: rgba(0,0,0,0.1) solid 1px;
	padding: 12px;
	margin-bottom: 12px;
}

#dash_users {
	width: 600px;
	background-color: rgba(250, 249, 250, 1.0);
	border: rgba(0,0,0,0.1) solid 1px;
	padding: 12px;
	margin-bottom: 12px;
}

#dash_new_user {
	float: left;
	width: 250px;
	background-color: rgba(250, 249, 250, 1.0);
	border: rgba(0,0,0,0.1) solid 1px;
	padding: 12px;
	margin-bottom: 12px;
}

#lists select {
	font-family: "PT Serif", Serif;
	font-size: 15px;
	line-height: 21px;
	margin: 6px 0 12px 0;
	width: 210px;
}

#header_links {
	position: absolute;
	left: 150px;
	top: 11px;
}


.log {
	padding-bottom: 6px;
	margin-bottom: 6px;
	font-size: 12px;
	line-height: 17px;
	border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
}

.log span {
	display: block;
	color: rgba(0, 0, 0, 0.6);
	font-size: 9px;
	height: 13px;
}

.clear {
	clear: both;
}

.ctrl_kontroll {
	float: right;
	width: 320px;
	text-align: right;
	padding-left: 1em;
	border-left: rgb(234, 187, 65) solid 2px;
}

.ctrl_kontroll>div {
	border-bottom: rgb(234, 187, 65) solid 2px;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

.ctrl_kontroll h3 {
	margin-bottom: 0;
}

.ctrl_kontroll input[type="text"] {
	width: 230px;
	padding: 0 0 0 2px;
}

.ctrl_taleliste {
	float: left;
	width: 600px;
	
}

/* NESTE TALER */
.bigbutton[type="button"]
{
	width: 200px;
	height: 32px;
	font-size: 22px;
	color: rgba(250, 249, 250, 1.0);
	background-color: rgba(19, 120, 25, 1.0);
	border-top:    rgba(35, 136, 41, 1.0) solid 1px;
	border-right:  rgba(35, 136, 41, 1.0) solid 1px;
	border-bottom: rgba(35, 136, 41, 1.0) solid 1px;
	border-left:   rgba(35, 136, 41, 1.0) solid 1px;
}

.bigbutton[type="button"]:hover
{
	background-color: rgba(19, 120, 25, 0.8);
	border-top:    rgba(19, 120, 25, 1.0) solid 1px;
	border-right:  rgba(19, 120, 25, 1.0) solid 1px;
	border-bottom: rgba(19, 120, 25, 1.0) solid 1px;
	border-left:   rgba(19, 120, 25, 1.0) solid 1px;
}

.bigbutton[type="button"]:active
{
	background-color: rgba(19, 120, 25, 0.95);
	border-top:    rgba(19, 120, 25, 1.0) solid 1px;
	border-right:  rgba(19, 120, 25, 1.0) solid 1px;
	border-bottom: rgba(19, 120, 25, 1.0) solid 1px;
	border-left:   rgba(19, 120, 25, 1.0) solid 1px;
}

/* FRASIER TALERETT */
.bigbutton2[type="button"]
{
	width: 200px;
	height: 32px;
	font-size: 22px;
	background-color: rgba(234, 187, 65, 1.0);
	border-top:    rgba(250, 203, 81, 1.0) solid 1px;
	border-right:  rgba(250, 203, 81, 1.0) solid 1px;
	border-bottom: rgba(250, 203, 81, 1.0) solid 1px;
	border-left:   rgba(250, 203, 81, 1.0) solid 1px;
}

.bigbutton2[type="button"]:hover
{
	background-color: rgba(234, 187, 65, 0.8);
	border-top:    rgba(234, 187, 65, 1.0) solid 1px;
	border-right:  rgba(234, 187, 65, 1.0) solid 1px;
	border-bottom: rgba(234, 187, 65, 1.0) solid 1px;
	border-left:   rgba(234, 187, 65, 1.0) solid 1px;
}

.bigbutton2[type="button"]:active
{
	background-color: rgba(234, 187, 65, 0.95);
	border-top:    rgba(234, 187, 65, 1.0) solid 1px;
	border-right:  rgba(234, 187, 65, 1.0) solid 1px;
	border-bottom: rgba(234, 187, 65, 1.0) solid 1px;
	border-left:   rgba(234, 187, 65, 1.0) solid 1px;
}

.nytaler input:focus
{
	background-color: rgba(90, 150, 240, 0.1);
	box-shadow: 0 0px 5px rgba(225, 60, 35, 1.0);

}

#formatspec
{
	position: absolute;
	display: none;
	top: 30%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 600px;
	background-color: rgba(255, 255, 255, 1.0);
	border: rgb(234, 187, 65) solid 2px;
	padding: 12px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.6);
	z-index: 10;
}

#edit_taler
{
	position: absolute;
	display: none;
	top: 30%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 600px;
	background-color: rgba(255, 255, 255, 1.0);
	border: rgb(234, 187, 65) solid 2px;
	padding: 12px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.6);
	z-index: 10;
}

/**
 * Frontpage, Login bokser
 */
p#frontpagebuttons a {
	display: block;
	float: left;
	width: 160px;
	height: 20px;
	padding: 20px 0;
	line-height: 20px;
	background-color: #E0E0E0;
	margin: 0 12px 2px 0;
}

p#frontpagebuttons a:hover {
	margin-bottom: 0px;
}

.errorbox {
	width: 100%;
	background-color: rgba(107, 15, 26,1.0);
	color: rgba(255, 255, 255, 0.9);
	text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0;
	border: rgba(0, 0, 0, 0.2) solid 1px;
	font-size: 16px;
}

/**
 * MOB STYLE¨S
 **/

#mob_content {
	width: 300px;
}

@media screen and (max-width: 300px) {
	#mob_content {
		width: 100%;
	}
}

.mob_field_title {
	color: #EEEEEE;
	font-size: 18px;
	line-height: 1.75em;
}

.mob_field_text {
	width: 100%;
	font-size: 26px;
}

.mob_listtitle {
	color: rgba(0, 0, 0, 0.6);
	font-style: italic;
	padding-left: 40px;
}

.mob_listtitle_replikk {
	color: rgba(0, 165, 228, 0.6);
	font-style: italic;
	padding-left: 40px;
}

input[type="submit"].mob_field_submit {
	width: 100%;
	font-size: 26px;
	color: rgba(250, 249, 250, 1.0);
	background-color: rgba(19, 120, 25, 1.0);
	border-top:    rgba(35, 136, 41, 1.0) solid 1px;
	border-right:  rgba(35, 136, 41, 1.0) solid 1px;
	border-bottom: rgba(35, 136, 41, 1.0) solid 1px;
	border-left:   rgba(35, 136, 41, 1.0) solid 1px;
}

#mob_list_view {
	background-color: #EEEEEE;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 215px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

#mob_logout {
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 20px;
}

#mob_self_info {
	position: absolute;
	bottom: 190px;
	height: 45px;
	width: 100%;
	text-align: center;
	background-color: #EEEEEE;
	font-size: 1.36em;
	border-top: rgb(250, 249, 250) solid 2px;
}

h1.mob {font-size: 22px; padding-top: 4px; width: 100%; background-image: none; text-align: center;}
h2.mob {font-size: 16px; padding-bottom: 2px; line-height: 20px; width: 100%; text-align: center; margin-bottom: 0;}