﻿/* style.css
Theme Name:		DSOnet v2.00
Theme URI:		http://DSOnet.dk
Description:	DSOnet til hurtig overblik over netstationer
Author:			LisbySoft
Author URI:		http://LisbySoft.dk
Version:		2.00
Tags:			DSOnet, db, Bootstrap, Https
Text Domain:	LisbySoft Bootstrap
Domain Path:	DK
Copyright (C) 2020 LisbySoft
*/
/* debug on off
-------------------------------------------------- */
.debug  {
	display: none;
}
/* blackout sort skerm ved refres
-------------------------------------------------- */
.blackout {
	opacity:.7;
	filter:alpha(opacity=70);
	height:100%;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	display:none;
	cursor:progress;
}
/* lbl farver
-------------------------------------------------- */
.lbl {
	width: 75px; 
	text-align: center; 
	color: snow; 
	background-color: gray;
} 
.lbl-danger{
	background-color: red;
}
.lbl-success{
	background-color: rgba(92, 183, 92, 1);
} 
.lbl-warning{
	background-color: orange;
}
.lbl-info{
	background-color: rgba(49, 175, 212, 1);
} 
.lbl-mobil{
	padding: 3px; 
	width: 150px; 
	font-size: 20px;
}
.btn-mobil{
	font-size: 20px; 
	margin-right: 5px;
	margin-top: 5px;
}
/* Bootstarp Nav Menu css ("navbar-custom") 
-------------------------------------------------- */
.bg-Nav {
  font-size: 18px;
  background: #498d9a;
  background: linear-gradient(90deg,#498d9a,#022332);
}





/* panel color (Profort)
-------------------------------------------------- */
.alert {
	margin-top: 10px;
}
.panel-profort > .panel-heading {
 background-color: #33393b;
  border-color: #242829;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4b5356), to(#33393b));
  background-image: -webkit-linear-gradient(top, #4b5356, 0%, #33393b, 100%);
  background-image: -moz-linear-gradient(top, #4b5356 0%, #33393b 100%);
  background-image: linear-gradient(to bottom, #4b5356 0%, #33393b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b5356', endColorstr='#ff33393b', GradientType=0);
  color: white;
  border-color: #3A3A3A;
}

.panel-profort{
    border-color: #3A3A3A;
}
/* side opsætning siden (Body html container)
-------------------------------------------------- */
html, body, .container-fluid, .content {
    height: 100%;
}
body {
    padding-top: 10px;
	  min-width: 240px;
}
@media (min-width: 1200px){
/* Max brede på side */
.container-fluid {
    width: 1250px;
	}
}
/* ***************************** Profort body
-------------------------------------------------- */
body {
    font-family: 'Arial', 'Verdana', Helvetica san-serif;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    
    background:#8080804f;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1100px) { 
  .stor, .list_update, .list_buttom_log, .list_buttom_update  {
    display:none;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
  .mellem, .kundeinputtext , .list_update , .list_aften, .list_nat, .list_buttom_log, .list_buttom_update {
    display:none;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) { 
  .lille, .list_buttom  {
    display:none;
  }
}
