/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

body {
	font-family: Verdana;
	background: #fff;
}

h1 {
	margin-bottom: 56px;
}

h2 {
	font-size: 14pt;
}

table {
	margin-bottom: 28px;
}

td {
	text-align:left;

	padding-right: 5px;
}


#wrapper {
    padding-left: 0;
    margin-top: 46px;
    max-width: 1024px;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    padding: 0px 30px 20px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    //background: url(../blurow.png) no-repeat top right;
}

.sidebar-nav li {
    text-indent: 30px;
    line-height: 40px;
}

.sidebar-nav li {
    display: block;
    width:210px;
    background: url(../blupoint.png) no-repeat left;
    margin-left: 20px;
    text-decoration: none;
    text-indent:30px;
    text.align: left;
    color: #111;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #ff0000;
}



#active {
    display: block;
    width:210px;
    margin-left: 20px;
    background: url(../blupoint.png) no-repeat right;
    text-decoration: none;
    color: #ff0000;
    text-indent: 35px;
}

#subactive {
	list-style-type: none;
    display: block;
    width:210px;
    margin-left: 20px;

    text-decoration: none;
    color: #ff0000;
    text-indent: 35px;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes dot {
    0% { background: url(../blupoint.png) no-repeat left;
	 background-size: 16px 16px;
	 text-indent: 30px; }
    50%{ background: url(../blupoint.png) no-repeat right;
	 background-size: 100px 6px;
	 text-indent: 33px; }
   100%	{background: url(../blupoint2.png) no-repeat right;
	 text-indent: 36px;
	 background-size: 16px 16px;
	}
}

/* Standard syntax */
@keyframes dot {
    0% { background: url(../blupoint.png) no-repeat left;
	 background-size: 16px 16px;
	 text-indent: 30px; }
    50%{ background: url(../blupoint.png) no-repeat right;
	 background-size: 100px 6px;
	 text-indent: 33px; }
   100%	{background: url(../blupoint.png) no-repeat right;
	 text-indent: 36px;
	 background-size: 16px 16px;
	}
}	

.pulsate {
	position:relative;
	top:10px;
	left:2px;
	float:right;
	width: 20px;
	opacity: 0;
}

.subpulsate {
	position:relative;
	top:3px;
	left:32px;
	float:left;
	width: 16px;
	opacity: 0;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes puls {
    0% { 
	opacity: 0;
	}
    20% { 
	opacity: 25;
	}
	40%	{
	opacity: 0;
	}
}

/* Standard syntax */
@keyframes puls {
     0% { 
	opacity: 0;
	}
    20% { 
	opacity: 25;
	}
	40%	{
	opacity: 0;
	}
}	

/* Chrome, Safari, Opera */
@-webkit-keyframes subpuls {
    0% { 
	opacity: 0;
	}
    20% { 
	opacity: 15;
	}
	40%	{
	opacity: 0;
	}
}

/* Standard syntax */
@keyframes subpuls {
     0% { 
	opacity: 0;
	}
    20% { 
	opacity: 15;
	}
	40%	{
	opacity: 0;
	}
}	

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 100px;
    font-size: 18px;
    line-height: 60px;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
       padding-left:250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 86px 30px 20px;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    .btn-default {
	display: none;
    }
}

img.pointsmall {
	width: 10px;
	margin-right: 22px;
}

img.blulogo {
	width: 200px;
}

.btn-default {
	padding-left: 8px;
	font-size: 18px;
        position: fixed;
	top: 2px;
	left: 2px;
        
}

img.navpoint {
	position: relative;
	top: -1px;
}

ul {
	list-style: square;
}

a.pulslink {
	color: red;
}

.rubrikbtn {
	display: inline-block;
	background-color: white;
	border:2px solid white;
	color: rgba(255, 0, 0, .5);
	padding: 12px 22px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size:16px;
}

.activerubrikbtn {
	display: inline-block;
	background-color: white;
	border:2px solid gray;
	color: black;
	padding: 12px 22px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size:16px;
}

.rubrikbtn:hover {
	background-color: rgba(255, 0, 0, .7);
	border: 2px solid black;
	color: white;
}

.nlr {
	padding-bottom:150px;
}

.subnav li a {
	width:160px;
	text-indent:30px;
	display: block;
    width:210px;
    margin-left: 2px;
    background: url(../blupoint.png) no-repeat right;
    text-decoration: none;
    color: #111111;
    text-indent: 5px;
	list-style: outside none square;
	line-height:20px;
	font-size: 12px;
}

li.subnav {
	list-style: outside none square;
	line-height:20px;
	margin-left:30px;
}

div.subnav {
	padding: 0px, 0px, 0px, 0px;
	margin: 0px, 0px, 0px, 0px;
}