	/* CSS for main.php */
/*
BROWSER HACKS
 
Microsoft Edge:
@supports (-ms-accelerator:true){}

FireFox:
@media screen and (-moz-images-in-menus:0) {}

*/
body{
	background-color: transparent;
	//background: url(../images/bakgrunnsbilder/12.jpg);
	background-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	overflow-y: scroll;
	overflow-x: hidden;
	min-height: 1250px;
}

main{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1296px;
	top: 41px;
	overflow: hidden;
	margin-bottom: 450px;
	background-color: #00000091;
	min-height: 790px;
}
td.checkbox{
	width: 20px;
}
.danger{
	color: darkred;
}
.warning{
	color: #F59B00;
}
.safe{
	color: darkgreen
}
.ready, .green{
	color: green;
}
.ready-sharp{
	color: #22bb22;
}
.black {
	color: black !important;
}
.clear {
	clear: both;
}
#game-container{
	background-attachment: scroll;
	margin-top: -20px;
	border: 10px solid transparent;
}
.animated-divs{
	z-index: 10;
	position: absolute;
}
.animated-money{
	z-index: 999;
	width: 30px;
	height: 30px;
	/*background-color: ;*/
	position: absolute;
}
.animated-money-picture{
	width: 40px;
	height: auto;
}
.sides{
	top: 57px;
	position: relative;
	width: 221px;
	/*height: 550px;*/
	border-top: none;
	z-index: 10;
	color: #999999;
	padding-top: 3px;
	overflow: hidden;
	margin-right: 20px;
}
.right{
	right: 0px;
	width: 230px;
	float: right;
}
.right-fixed {
	top: 55px;
	z-index: 100;
	position: fixed;
	left: 50%;
	-webkit-transform: translateX(398px);
	transform: translateX(398px);
}
.left{
	float: left;
}
.left-fixed {
	top: 55px;
	z-index: 100;
	position: fixed;
}
.header{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 41px;
	width: 1296px;
	height: 98px;
	background: #262626 url(../images/header_small.jpg);
	color: #d1d1d1;
	font-size: 15px;
}
#overDiv {
	padding: 4px;
	border: solid 1px #a8a8a8;
	background-color: #e5e5e5;
}

.header-large{
	height: 150px;
	background: url(../images/header.jpg);
	z-index: 98;
}
.header-user-info {
	position: absolute;
	top: 27px;
	width: 200px;
	left: 600px;
}
.header-user-info-large {
	top: 84px;
}
.header-wrapper{
	height: 153px;
}
.header-fixed {
	top: -62px;
	z-index: 98;
	position: fixed;
	left: 50%;
	-webkit-transform: translateX(-651px);
	transform: translateX(-651px);
}
.header-profile-pic{
	position: absolute;
	left: 0px;
	text-align: left;
	top: -4px;
}
.header-profile-pic > a > img{
	border: #666666 solid 1px;
    border-radius: 0px;
    max-width: 54px;
    max-height: 49px;
    margin-top: 8px;
    margin-left: 14px;
}
.header-info-column{
	position: absolute;
	text-align: left;
	min-width: 210px;
}
.header-item-info #rank{
	padding-right: 6px;
}
.header-info-column1{
	left: 80px;
}
.header-info-column2{
	left: 290px;
}
.header-info-column3{
	left: 455px;
}
#fake_top{
	position: fixed;
	top: 0px;
	height: 31px;
	background-color: #676767;
	width: 100%;
	z-index: 10;
}
.top-menu{
	position: absolute;
	left: 1px;
	height: 55px;
	width: 1300px;
	margin-left: -1px;
	z-index: 2;
}
.top-menu-item{
	display: table-cell;
	padding: 10px 27px;
	min-width: 48px;
	max-width: 100px;
	font-size: 14px;
	border-right: solid 1px #202020;
	color: #d1d1d1;
	cursor: pointer;
	border-bottom: 1px solid #444444;
	background: #121212;
}
.top-menu-item-extra-width{
	min-width: 66px;
}


.drop-down-item {
	background-color: white;
	display: block;
	width: 100%;
}
.drop-down-item-selected {
	border-bottom: black solid 1px !important;
	background: linear-gradient(#000000, #000000);
}

.top-menu-item:hover{
	background: #303030 !important;
	color: white;
	//text-shadow: 1px 1px #505050;
}
.top-menu-item-selected, .top-menu-item-selected:hover{
	border-bottom: 2px solid #ffffff;
	font-weight: normal;
	cursor: default;
	
	background: linear-gradient(#000000, #000000);
}

.top-menu-item-info{
	font-size: 11px;
	color: #888888;
	white-space: nowrap;
}
.top-menu-item-info:hover{
}
.inner-content{
	position: relative;
	float: left;
	left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	min-height: 482px;
	width: 802px;
	top: 6px;
	padding-top: 65px;
	z-index: 1;
}
.inner-content-frame{
	/*
	Since all modules have
	width:100%; max-width: 860px; margin-left: auto; margin-right: auto; min-height: 400px;
   	This isn't needed
   	*/
	/*padding-left: 30px;
	padding-right: 30px;*/
}
.inner-content-main{
	overflow: hidden;
	width: 100%;
	min-height: 450px;
	margin: 0;
	border: 0;
}
.iFrame{
	border: 0;
	overflow: hidden;
}
.rankbar-frame{
	width: 150px;
	height: 30px;
}
.quick-buttons-frame{
	height: 24px;
}
.menu-item{ 
	margin-left:1px; 
	margin-right:1px; 
	padding: 2px;
	border-radius: 0px;
	width: 202px;
	padding-left: 18px;
	padding-right: 18px;
}

.menu-item-hr {
	color: #303030;
	height: 1px;
	background-color: #303030;
	border:none;
	padding-left: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 10px;
}
.menu-item-firms{
	margin-top: 15px;
}
.menu-item-hotel{
	width: 180px;
	position: relative;
	top: 9px;
}
.menu-item-car{
	/*height: 120px;*/
}
.menu-item-weapon{
	/*height: 136px;*/
}
.city-menu-header{
	margin-top: 0px;
	font-family: TrajanPro;
	font-size: 1.3em;
	color: #eeeeee;
}
.city-menu-header a {
	color: #eeeeee;
}

.menu-header {
	margin-bottom: 0px;
}
.overskrift{
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}
.semioverskrift{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 5px;
}
.menu-item-picture{
	max-height: 35px;
	max-width: 80px;
	width: auto;
	float: right;
	margin-top: 12px;
}
/*
.menu-item:hover{
	cursor: pointer;
	background-color: #353535;
}
*/
#vapen_mangler{
	display: none;
}
.forumstream{
	padding-left: 25px;
}
.forumstream-container{
	height: 37px;
	font-size: 25px;
}
.forumstream-main{
	margin-top: 11px;
}
.forumstream-popular{
	margin-top: 47px;
}
.forumstream-post, .rapportstream-post{
	height: 23px;
	background: rgba(103, 103, 103, 0);
	padding: 0px;
	width: 200px;
	margin-left: 0px;
	margin-bottom: 5px;
}
.forumstream-post:hover{
	/*background: rgba(230, 230, 230, 0.2);*/
	cursor: pointer;
}
.forumstream-post > p, .rapportstream-post > p{
	word-wrap: break-word;
	overflow: hidden;
	line-height: 0.2em;
	width: 172px;
	height: 100%;
	float: right;
	margin: 2px 0px 0px 0px;
	margin-right: 0px;
	white-space: nowrap;
	overflow: hidden;

}
.forumstream-post-img-container{
	display: inline-flex;
	width: 22px;
	height: 100%;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	overflow: hidden;
}
.forumstream-post-img-container > img{
	height: 25px;
	width: 25px;
	flex-shrink: 0;
}
.forumstream-post > p > span{
	word-wrap: break-word;
}
.php-error{
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #b94a48;
}
.firm-icon{
	width: 30px;
	height: auto;
	float: left;
	padding-right: 4px;
	margin-top: 3px;
	margin-bottom: 8px;
}
.bedrift-item{
	display: block;
	padding: 4px;
	width: 180px;
	color: #aaaaaa;
	border-radius: 2px;
	cursor: pointer;
}
@supports (-ms-accelerator:true) {
	.bedrift-item{
		padding: 5px;
	}
}
.bedrift-item:hover{
	background-color: #353535;
}
.tools-item{
	display: block;
	padding: 2px;
	width: 175px;
	color: #aaaaaa;
	border-radius: 2px;
	cursor: pointer;
	padding-left: 5px;
}
.tools-item-disabled{
	display: none;
}
.tools-item-selected{
	color: white;
}
.tools-item:hover{
	background-color: #353535;
}
.header-item,
.header-item-username,
.header-item-header,
.header-item-info{
	margin: 0px;
	padding: 2px;
	font-size: 14px;
	color: #cccccc;
	height: 15px;
}
.header-item-username{
	margin-left: 2px;
}
.header-item a:link,
.header-item-header a:link,
.header-item-username a:link,
.header-item-info a:link{
	color: inherit;
}
.header-item a:visited,
.header-item-header a:visited,
.header-item-username a:visited,
.header-item-info a:visited{
	color: inherit;
}
.header-item a:hover,
.header-item-header a:hover,
.header-item-username a:hover,
.header-item-info a:hover{
	color: inherit;
}
.header-item a:active,
.header-item-header a:active,
.header-item-username a:active,
.header-item-info a:active{
	color: inherit;
}
.hotel-button{
	cursor: pointer; 
	background-color: #440E0E; 
	height: 30px; 
	width: 173px;
	font-size: 15px; 
	padding: 5px; 
	color: #999999; 
	border: 1px solid #666666; 
}
@media screen and (-moz-images-in-menus:0) {
	.hotel-button {
		padding: 0px 6px 0px 6px;
	}
}
.hotel-button:hover{
	color: white;
	background-color: #340303;
}
.hotel-button-more{
	cursor: pointer;
	background-color: #440E0E;
	height: 20px;
	width: 14px;
	font-size: 15px;
	padding: 4px;
	color: #999999;
	border: 1px solid #666666;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}
@media screen and (-moz-images-in-menus:0) {
	.hotel-button-more{
		margin-top: -6px;
	}
}
.hotel-button-more:hover{
	color: white;
	background-color: #340303; 
}
.hotel-button-out{
	text-align: center;
	display: block;
	cursor: pointer; 
	background-color: #0E440E; 
	height: 18px; 
	width: 161px; 
	font-size: 15px; 
	padding: 5px; 
	color: #999999; 
	border: 1px solid #666666; 
}
.hotel-button-low-besk{
	background-color: #C05F00;
	color: #DDDDDD;
}
.hotel-button-put:hover{
	color: white;
	background-color: #033403; 
}

.hotel-button-leaving {
	height: 19px; 
	width: 153px;
	background-color: #000066;
	color: white;
	text-align: center;
	padding: 6px;
	white-space: nowrap;
	font-size: 12px;
	border: 1px solid #666666; 
}
.bank-button{
	height: 40px;
	width: 66px!important;
}
.in-hotel{
	margin-top: -2px;
	margin-bottom: 0px;
}
.in-hotel > div{
	margin-top: 0px;
}
.in_hotel_message{
	margin: 0px !important;
}
.not-hotel{
	margin-top: -2px;
}
.left-hotel{
	display: none;
	margin-top: -2px;
	margin-bottom:12px;
}
.display-none{
	display: none;
}
.display-block{
	display: block;
}
.display-inline{
	display: inline;
}
.display-inline-block{
	display: inline-block;
}
.forumtekst { 
	overflow:hidden; 
	line-height: 1.2em; 
	max-height: 2.4em; 
	font-size: 12px;
	color: #aaaaaa;
} 

.bedrift_nedtelling{
	font-size: 9px;
}

.bedrift_header{
	color: #dddddd;
}

.divs{
	padding-left: 26px !important;
}
	

.divs:hover{
	cursor: pointer;
	/*background-color: #353535;*/
}

input:focus {outline:0;}
input,a{
	outline: none;
}

.menu-left-down {
	position: absolute;
	width: 201px;
	height: 40px;
	left: 0px;
	top: 513px;
	z-index: 10;
}

.menu-left-down-item {
	display: table-cell;
	height: 40px;
	width: 40px;
	/*border: 1px #000000 solid;*/
	cursor: pointer;
}
.menu-left-down-item:hover {
	background-color: #444444;
}
.menu-left-down-item-selected {
	background-color: #444444;
}
.menu-left-down-icon {
	width:38px;
	height: 38px;
	margin: 0px;
}

.menu-left-down-tooltip{
	position: absolute;
	top: -35px;
	width: 200px;
	padding: 10px;
	color: #999999;
	background-color: #262626;
}
.clickable{
	cursor: pointer;
}
.klar_tid {
	color: #00a000;
}

.top-menu-fixed {
	top: 0px;
	z-index: 100;
	position: fixed;
	left: 50%;
	-webkit-transform: translateX(-647px);
	transform: translateX(-647px);
}
.inner-content-fixed{
	left: 241px;
}
/*Special handling when screen is too small to prevent elements from running off*/
@media(max-width:1310px){
	.top-menu-fixed {
		left: 0;
		-webkit-transform: translateX(202px);
		transform: translateX(202px);
	}
	.right-fixed{
		left: 0;
		-webkit-transform: translateX(1099px);
		transform: translateX(1099px);
	}
}
.cometchat_traytitle
{
	cursor: pointer;
}

.notific_row{
	border-bottom: 1px solid #444444;
	padding-right: 9px;
	padding-top: 10px;
	min-height: 60px;
}
.notific_row:hover{
	background-color: #f5f5f5;
}

.notific_tid{
	color: #666666;
	font-size: 0.9em;
}

.image_row{
	border-bottom: 1px solid #444444;
	padding-right: 9px;
	padding-top: 10px;
	min-height: 70px;
}

.image_row:hover{
	cursor: pointer;
	background-color: #f5f5f5;
}

.notific_image{
	position: relative;
	float: left;
	padding: 3px 10px 4px 8px !important;
	max-width: 50px;
	height: auto;
}

.invitation_image{
	max-width: 50px;
	max-height: 50px;
	height: auto;
	position: relative;
	float: left;
	padding: 3px 10px 4px 8px !important;
}

.message_image {
	
	width: 60px;
	max-height: 60px;
}

.active {
	/*background-color: rgb(221, 238, 244);*/
	/*transition: opacity 500 ease-in-out;*/
	background-color: transparent;
}
	
div.footer {
	background: #ffffff url(../grafikk2/footer.jpg);
	height: 23px;
	text-align: center;
	font-size:10px;
	color:#CC0000;
	font-family:Verdana;
	padding-top: 7px;
	width: 100%;
	position:fixed; left:0px; bottom:0px;
	z-index:5;
} 
#footer_venner {
	background-color: #dddddd;
	height: 16px;
	text-align: center;
	font-size:10px;
	color:#222222;
	font-family:Verdana;
	padding-top: 10px;
	width: 210px;
	position:fixed;
	left:2px; bottom:2px;
	z-index:6;
	border:1px solid #777777;

}
#footer_vennemeny {
	background-color: #ffffff;
	height: 250px;
	text-align: center;
	border:1px solid #777777;
	font-size:10px;
	color:#222222;
	font-family:Verdana;
	padding-top: 10px;
	width: 210px;
	position:fixed;
	left:2px; 
	bottom: 30px;
	z-index:6;
	overflow-y: auto;
	overflow-x: hidden;
	display:none;
}
#footer_ikoner {
	background-color: #dddddd;
	height: 26px;
	text-align: center;
	font-size:10px;
	color:#222222;
	font-family: Verdana;
	width: 190px;
	position:fixed;
	left:215px;
	bottom:2px;
	z-index:6;
	border:1px solid #777777;
	overflow:hidden;
}
#footer_rankbar{
	background-color: #dddddd;
	height: 26px;
	text-align: center;
	font-size:10px;
	color:#222222;
	font-family:Verdana;
	position:fixed;
	left:425px;
	width: 250px;
	bottom:2px;
	z-index:6;
	border:1px solid #777777;
	overflow:hidden;
}
#footer_tips{
	background-color: transparent;
	height: 26px;
	position:fixed;
	left:585px;
	width: 250px;
	bottom:2px;
	z-index:6;
	overflow:hidden;
}
.header-family{
	white-space: nowrap;
}
.header-family > span{
	cursor: pointer;
}
.rank{
	cursor: pointer;
	white-space: nowrap;
}

.rank:hover{
	background-color: #777777;
	border-radius: 3px;
	color: black;
}

#rankliste{
	border-radius: 5px;
	background-color: #eeeeee;
	opacity: 0.95;              
	border: 1px solid #888888;
	width: 250px;
	min-height: 100px;
	position: absolute;
	top: 42px;
	left: 455px;
	z-index: 99;
	color: black;
	display: none;
}

a:not(.tools-item) { 
	text-decoration: none;
	//color: #992222;
}

a:not(.tools-item):visited { 
	text-decoration: none;
	//color: #992222;
}

a{
	text-decoration: none;
}

/* Egen link-farge i popups oppe til høyre */
.gritter-with-image a, .notific_row a, .notific_row a:visited {
	color: #881111;
	text-decoration: underline;
}
.gritter-with-image a:visited {
	color: darkred;
	text-decoration: underline;
}

#top-menu-drop-down{
	display: none;
	position: absolute;
	margin-left: -15px;
	top: 52px; 
	border-left: 1px solid #686868; 
	border-top: none;
	z-index: 9;
	width: 145px;
}
@media screen and (-moz-images-in-menus:0) {
	#top-menu-drop-down {
		width: 154px;
	}
}
@supports (-ms-accelerator:true) {
	#top-menu-drop-down{
		width: 147px;
	}
}
.background_blood{
	background: black !important;
	background-color: darkred !important;
	transition: background-color 1s;
}
.background_blood_orange{
	background: black !important;
	background-color: #f4a641 !important;
	transition: background-color 0.5s;
}

.background_blood_border{
	border: 10px darkred solid !important;
	transition: border 1s;
}

#cometchat_trayicon_varsler3795_popup{
	width: 300px !important;
}	

#cometchat_trayicon_meldinger5864_popup{
	width: 300px !important;
}
	
#cometchat_trayicon_invitasjoner4828_popup{
	width: 340px !important;
}


#cometchat_base{
	background-color: rgba(24, 31, 37, 0.91) !important;
}

.cometchat_traytitle{
	background-color: rgba(24, 31, 37, 0.91) !important;
}


#cometchat_trayicon_varsler3795 > .cometchat_tabalert{
	margin-left: -67px;
}

#cometchat_trayicon_meldinger5864 > .cometchat_tabalert{
	margin-left: -89px;
}
#cometchat_trayicon_invitasjoner4828 > .cometchat_tabalert{
	margin-left: -104px;
}

#loading{
	text-align: center;
	width: 400px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 100px;
	font-size: 2em;
	color: white;
}

#loading_message{
	font-size: 14px;
}
.fill-div{
	float: left;
	width: 100%
}
/*
span-like-indent was supposed to be the name,
but bootstrap lateches on to ANYTHING containing span
*/
.imitate-bootstrap-indent{
	padding-left: 20px;
	padding-right: 20px;
}
#full_changelog li{
	padding: 4px;
}

/* Hover tooltips */
.field-tip {
    position:relative;
    cursor:pointer;
}
.field-tip .tip-content {
	position:absolute;
	top:-10px; /* - top padding */
	right:9999px;
	width:200px;
	margin-right:-220px; /* width + left/right padding */
	padding:10px;
	color:#fff;
	background:#333;
	-webkit-box-shadow:2px 2px 5px #aaa;
	   -moz-box-shadow:2px 2px 5px #aaa;
			box-shadow:2px 2px 5px #aaa;
	opacity:0;
	-webkit-transition:opacity 250ms ease-out;
	   -moz-transition:opacity 250ms ease-out;
		-ms-transition:opacity 250ms ease-out;
		 -o-transition:opacity 250ms ease-out;
			transition:opacity 250ms ease-out;
}
/* <http://css-tricks.com/snippets/css/css-triangle/> */
.field-tip .tip-content:before {
	content:' '; /* Must have content to display */
	position:absolute;
	top:50%;
	left:-16px; /* 2 x border width */
	width:0;
	height:0;
	margin-top:-8px; /* - border width */
	border:8px solid transparent;
	border-right-color:#333;
}
.field-tip:hover .tip-content {
	right:-20px;
	opacity:1;
}

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.btn-primary{
	background-image: -webkit-linear-gradient(top, darkgreen, green);
	color: white;
}
.btn-small{
    padding: 2px 10px;
    font-size: 9.35px;
}

.btn-sm{
    padding: 2px 10px;
    /*font-size: 9.35px;*/
}

.vis_ny_bruker{
	display: none;
}

.menu-disabled{
	color: #60606075 !important;
}

.menu-disabled:hover{
	background-color: #dddddd !important;
	color: #aaaaaa;
	cursor: default !important;
}

.menu-disabled .top-menu-item-info{
	display: none;
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #060606; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #666666; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #777777; 
}

@font-face {
    font-family: TrajanPro;
    src: url("../TrajanProMS.otf") format("opentype");
}

.app-only{
	display: none;
}

.darkgreen{
	color: #00a900;
}
.gritter-image{
	max-width: 50px;
	height: auto;
}

.drapsknapp{
	width: 55px;
    height: 29px;
    background-color: darkgreen;
    color: white;
    border: 1px solid #999999;
}

.drapsfelt{
	width: 100px; 
	background-color: #160f0f30; 
	color: white; 
	padding: 6px; 
	border: 1px solid #888888;
}

.drap_nullstill_knapp{
    font-size: 10px;
    line-height: 14px;
    /* background-color: darkorange !important; */
    background-color: #af720c;
    color: white;
    border-color: #c9c9c9;
    text-shadow: none;
    border: 1px solid #cccccc;
    width: 167px;
    padding: 2px;
    display: block;
    text-align: center;
}
.drap_nullstill_knapp:hover{
	border-color: white;
}

p {
	margin: 0 0 10px;
}

.progress-bar-gray{
	/*background-image: linear-gradient(to bottom, #8c8c8c, #8c8c8c) !important;*/
}

.progress-bar-dark-gray{
	background-color: #636363 !important;
}

.emoji{
	font-size: 1.4em;
}


.blink {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.flash{
	color: #10a210;
	font-size: 10px;
	font-weight: bold;
}

.flash_plain{

}

.flash_red{
	color: #ee7777;
	font-weight: 800;
}
