@charset "utf-8";
/* CSS Document */

#adminmeny_venstre{
	width: 100px;
	height: 100%;
	float: left;
}

#adminmeny_midten{
	width: 670px;
	height: 100%;
	float: left;
}

#adminmeny_midten_venstre{
	width: 120px;
	height: 100%;
	float: left;
	padding: 0px 10px;
}

#adminmeny_midten_hoyre{
	width: 400px;
	/*height: 100%;*/
	float: left;
	padding-right: 50px;
	position:relative;
}

form.standardform fieldset#kundeliste{
    width: 900px;
}

div#account_list_wrapper {
    padding: 10px 50px;
}

table#accounts_table td.dealer_col select{
    display:none;
}

table#accounts_table td.dealer_col {
    width: 20%;
}

div.dropdown ul.dropdown-menu {
    margin-top: 0px;
}

@media (min-width: 768px) {
    .dropdown:hover:not(.no-hover-dropdown) .dropdown-menu {
        display: block;
    }
}

table#accounts_table td.dealer_col .btn-link {
    padding: 0px;
}

#adminmeny_hoyre{
	width: 180px;
	height: 100%;
	float: left;
	max-height: 700px;
	overflow: auto;
	padding-left: 5px;
	position: relative;
}

.admin_knapp{
	height: 16px;
	padding: 7px;
	margin-bottom: 5px;
	cursor: pointer;
	/*background: url(../gfx/admin_knapp_bg.png) repeat-x;*/
}

.admin_knapp_selected{
	height: 16px;
	padding: 7px;
	margin-bottom: 5px;
	cursor: pointer;
}

.chat_knapp{
	border: #BFC6FF 1px solid;
	height: 26px;
	padding: 2px;
	margin-bottom: 5px;
	cursor: pointer;
	background: url(../gfx/admin_knapp_bg.png) repeat-x;
}

.chat_knapp_selected{
	border: #BFC6FF 1px solid;
	height: 26px;
	padding: 2px;
	margin-bottom: 5px;
	cursor: pointer;
	background: url(../gfx/admin_knapp_bg_aktiv.png) repeat-x;
}

.chat_knapp_action{
	border: #A91212 2px solid;
}

.vareliste_vare{
	cursor:pointer;
}

.varegruppeliste_vare{
	cursor:pointer;
}

.leverandoerliste{
	cursor:pointer;
}

#varetelling_ramme{
	height: 500px;
	overflow: auto;
	width: 100%;
}

#varetelling_infofelt{
	width:340px;;
	height: 14px;
	font-weight: bold;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	margin: 6px 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.varetelling_selected{
	background:#CCC;
	border: 1px solid #666;
}

.varetelling_feil_verdi{
	background: #FF7575;
	border: 1px solid #F00;
}

.brukerliste_bruker{
	cursor:pointer;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

.kundeliste_kunde{
	cursor:pointer;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

div#kundediv div.deactivated{
	background: #e7e7e7;
}

.varetellingliste_varetelling{
	cursor:pointer;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}
	

