/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}


/*background-image: url("https://epdepartment.synology.me/szop/images/bg.png");background-size: cover;*/

.menu-ico{margin:10px;width: 100px;background-color: rgba(255, 255, 255, 1);}
@media (min-width:768px){
.alist-collapse{padding-right:0px;padding-left:0px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}
}

.tab-content>.tab-pane{display:none;}
.tab-content>.active{display:block;}
.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}
.separator{min-height:10px;}

.table-link{color:black;}



.after-box {
	clear: left;
	font-size:10px;}
input[type="checkbox"][readonly] {
  pointer-events: none;
}
h3{font-size:28px;margin:10px;}
h3{text-align: center}

h4{font-size:20px;margin:10px;}
th{text-align:center}

.header{color: black; width: 100% auto;font-size: 14px;font-weight: bold;text-align:center;/*position: fixed;*/	/*text-align: center;*/	/*background: red; /* For browsers that do not support gradients */    background: -webkit-linear-gradient(yellow, red); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(yellow, red); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(yellow, red); /* For Firefox 3.6 to 15 */
    background: linear-gradient(yellow, red); /* Standard syntax */
}
#logged {font-size: 16px;padding: 15px;} /*zalogowany*/

#title {padding-left: 15%;}/* Tytuł programu */

/* ------------------------CZĘŚĆ-GÓRNA-MENU------------------------ */

      /* wygląd głównego elementu - ol */
      ol {
        list-style-type:none;
        padding-top:5px;
        padding-bottom:5px;
        padding-left:10%;
		
        margin:0;
        background-color:rgb(160, 210, 255);
        font-size:16px;
        height:2em;
        line-height:2em;
        text-align:center;
		-webkit-transition-duration: 0.4s; /* Safari */
		transition-duration: 0.9s;
		  border-radius: 8px;
      }

      /* wygląd wszystkich elementów - a - znajdujących się w elemencie - ol */
      ol a {
        display:block;
        text-decoration:none;
        color:#000;
        padding:0px 5px;
		  
      }

      /* wygląd elementów - li - wszystkich dzieci elementu - ol */
      ol > li {
        float:left;
        width:130px;
        margin-left:1px;
        background-color: #CCFFCC ;
        height:2em;
		/*border-radius: 8px;*/
      }

      /* wygląd elementu - li - pierwszego dziecka elementu - ol */
      ol > li:first-child {
        margin-left:0;
		  
      }

      /* wygląd elementów - li - wszystkich dzieci elementu - ol - po najechaniu kursorem myszki na element - li */
      ol > li:hover {
        background-color:#EEE;
		  
		  
      }

      /* wygląd elementu - a - dziecka elementu - li - będącego dzieckiem elementu - ol - po najechaniu kursorem myszki na element - li */
      ol > li:hover > a {
        color:#09C;
		  
      }

      /* wygląd elementu - ul - dziecka elementu - li - będącego dzieckiem elementu - ol - po najechaniu kursorem myszki na element - li */
      ol > li:hover > ul {
        display:block;
      }

      /* ------------------------CZĘŚĆ-ROZWIJANA-MENU------------------------ */

      /* wygląd głównych rozwijanych elementów - ul */
      ol > li > ul {
        display:none;
        list-style-type:none;
        padding:0;
        margin:0;
		
      }

      /* wygląd elementu - li - w części rozwijanej */
      ol > li > ul > li {
        position:relative;
        background-color:#CCFFCC ;
		  text-align:left;
		
      }

      /* wygląd elementu - a - w części rozwijanej */
      ol > li > ul > li > a {
        border-top:1px;
      }

      /* wygląd elementu - li - w części rozwijanej, po najechaniu kursorem myszki na dany element - li */
      ol > li > ul > li:hover {
        background-color:#DDD;
      }

      /* wygląd elementu - a - w części rozwijanej, po najechaniu kursorem myszki na element - li */
      ol > li > ul > li:hover > a {color:#09C;}
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.8); /* Black w/opacity */
    overflow-y: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 5%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
	 /*margin-top: 3em;*/
	 margin-right: 0em;
    text-decoration: none;
    font-size: 14px;
    color: #CCCCCC;
    display: inline-block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #FFFFFF;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 60px;
    right: 45px;
    font-size: 60px;
}
.overlay .avatar {
    vertical-align: middle;
    width: 4em;
    height: 4em;
    border-radius: 50%;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 550px) {
	.overlay-content {
    position: relative;
    top: 2%; /* 25% from the top */
    
    text-align: center; /* Centered text/links */
}
    .overlay a {font-size: 10px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }

.avatar {
    vertical-align: middle;
    width: 1em;
    height: 1em;
    border-radius: 50%;
}
}
.full-height {
  height: 100%;
}

.personal_container{border:none;width:100%;float:left;margin-left: 0%;margin-top: 0px;padding: 2%;background-color: rgba(255, 250, 250, 0.9);box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4),0px 4px 20px rgba(0,0,0,0.33);-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 5px;}


.button_c {padding-right:30px;background-color: rgba(255, 250, 250, 0.0); border: none;padding: 2px 2px;text-align: center;text-decoration: none;display: inline-block;font-size: 14px;margin: 4px 2px;-webkit-transition-duration: 0.4s; /* Safari */transition-duration: 0.4s;cursor: pointer;border-radius: 8px;}
.s-container{width: 50%;margin: 10px auto;padding: 15px;display: table;position: static;background-color: rgba(255, 250, 250, 0.9);box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4),0px 4px 20px rgba(0,0,0,0.33);-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 5px;}
.error{width: 15em;font-size: 1.5em;text-align:center; margin: 10px auto;margin-top: 10%; padding: 15px;display: table;position: static;background-color: rgba(255, 51, 0, 0.9);box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4),0px 4px 20px rgba(0,0,0,0.33);-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 5px;}
.info{width: 15em;font-size: 1.5em;text-align:center; margin: 10px auto;margin-top: 10%; padding: 15px;display: table;position: static;background-color: rgba(251, 248, 33, 0.9);box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4),0px 4px 20px rgba(0,0,0,0.33);-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 5px;}
.delays{margin-top: 15%;border-style:solid; font-size: 26px;font-weight: bold;text-align:center;color: black;position:absolute;}

.article{
	width: 96%;
	margin: 10px;
	padding: 10px;
	
	background: #blue;
	/*background-color: transparent;*/
	background-color: rgba(255, 250, 250, 0.9);
box-shadow:
	0px 0px 0px 5px rgba(255,255,255,0.4),
	0px 4px 20px rgba(0,0,0,0.33);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}
.substations_list{
	width: 96%;
	margin: 10px;
	padding: 10px;
	
	background: #blue;
	/*background-color: transparent;*/
	background-color: rgba(255, 250, 250, 0.9);
box-shadow:
	0px 0px 0px 5px rgba(255,255,255,0.4),
	0px 4px 20px rgba(0,0,0,0.33);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}
.a_cont{
	width: 96%;
	margin: 10px;
	padding: 10px;
	float: left;
	background: #blue;
	/*background-color: transparent;*/
	background-color: rgba(255, 250, 250, 0.9);
box-shadow:
	0px 0px 0px 5px rgba(255,255,255,0.4),
	0px 4px 20px rgba(0,0,0,0.33);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}


.information{
	
	width: 30%;
	margin: 0 auto;
	padding: 0px 25px 25px;
	padding-top: 150px;
	display: table;
	position: static;
	background: #blue;
	/*background-color: transparent;*/
	background-color: rgba(255, 250, 250, 0.9);
box-shadow:
	0px 0px 0px 5px rgba(255,255,255,0.4),
	0px 4px 20px rgba(0,0,0,0.33);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}
#tram_grad {
	
	padding: 0px 25px 25px;
	background: #FFF;
	box-shadow:
		0px 0px 0px 5px rgba(255,255,255,0.4),
		0px 4px 20px rgba(0,0,0,0.33);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
	display: table;
	position: static;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(yellow, red); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(yellow, red); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(yellow, red); /* For Firefox 3.6 to 15 */
    background: linear-gradient(yellow, red); /* Standard syntax */
}

#register_f {
	padding: 0px 25px 25px;
	background: #FFF;
	box-shadow:
		0px 0px 0px 5px rgba(255,255,255,0.4),
		0px 4px 20px rgba(0,0,0,0.33);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
	display: table;
	position: static;
	background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(yellow, red); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(yellow, red); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(yellow, red); /* For Firefox 3.6 to 15 */
    background: linear-gradient(yellow, red); /* Standard syntax */
}
#login_f {
	padding: 0px 25px 25px;
	background: #FFF;
	box-shadow:
		0px 0px 0px 5px rgba(255,255,255,0.4),
		0px 4px 20px rgba(0,0,0,0.33);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
	display: table;
	position: static;
	
}


.mbutton {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
	width: 95%;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 4px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius: 8px;
	
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 2px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius: 8px;
}

.button1 {
    background-color: white; 
    color: black; 
    border: 2px solid #4CAF50;
}

.button1:hover {
    background-color: #4CAF50;
    color: white;
}

.button2 {
    background-color: rgba(255, 250, 250, 0.9); 
    color: black; 
    border: 2px solid #008CBA;
}

.button2:hover {
    background-color: rgba(160, 210, 255, 0.9);
    color: white;
}

.button3 {
    background-color: white; 
    color: black; 
    border: 2px solid #f44336;
}

.button3:hover {
    background-color: #f44336;
    color: white;
}

.button4 {
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;
}

.button4:hover {
	background-color: #e7e7e7;
	color: white;
}

.button5 {
    background-color: white;
    color: black;
    border: 2px solid #555555;
}

.button5:hover {
    background-color: #555555;
    color: white;
}

.menu{
	position: static;
	top: 50;
	left:10;
	width: 100%;
	
	color: black;
	float: center;
	text-align: center;
}



.personal_details{
	width: 95%;
	margin: 15px;
	padding: 15px;
	background-color: rgba(255, 250, 250, 0.9);
	box-shadow:
	0px 0px 0px 5px rgba(255,255,255,0.4),
	0px 4px 20px rgba(0,0,0,0.33);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}

.leaves_details{
	width: 95%;
	margin: 10px;
	padding: 15px;
	float: left;
	background: #blue;
	/*background-color: transparent;*/
	background-color: rgba(255, 250, 250, 0.9);
box-shadow:
	0px 0px 0px 5px rgba(255,255,255,0.4),
	0px 4px 20px rgba(0,0,0,0.33);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}
.leave_details{
	width: 25em;
	margin: 10px auto;
	padding: 15px;
	display: table;
	position: static;
	
	background: #blue;
	/*background-color: transparent;*/
	background-color: rgba(255, 250, 250, 0.9);
box-shadow:
	0px 0px 0px 5px rgba(255,255,255,0.4),
	0px 4px 20px rgba(0,0,0,0.33);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}

.notification_details{
	width: 200px;
	
	margin: 0 auto;
	padding: 15px;
	
	position: static;
	
	background-color: rgba(255, 250, 250, 0.9);
box-shadow:
	0px 0px 0px 5px rgba(255,255,255,0.4),
	0px 4px 20px rgba(0,0,0,0.33);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}
.device_type_details{
	width: 70%;
	
	margin: 0 auto;
	padding: 15px;
	display: table;
	position: static;
	
	background: #blue;
	/*background-color: transparent;*/
	background-color: rgba(255, 250, 250, 0.9);
box-shadow:
	0px 0px 0px 5px rgba(255,255,255,0.4),
	0px 4px 20px rgba(0,0,0,0.33);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}
.types_details{
	width: 90%;
	
	margin: 0 auto;
	padding: 15px;
	display: table;
	position: static;
	
	background: #blue;
	/*background-color: transparent;*/
	background-color: rgba(255, 250, 250, 0.9);
box-shadow:
	0px 0px 0px 5px rgba(255,255,255,0.4),
	0px 4px 20px rgba(0,0,0,0.33);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}
.type_details{
	width: 90%;
	
	margin: 0 auto;
	padding: 15px;
	display: table;
	position: static;
	
	background: #blue;
	/*background-color: transparent;*/
	background-color: rgba(255, 250, 250, 0.9);
box-shadow:
	0px 0px 0px 5px rgba(255,255,255,0.4),
	0px 4px 20px rgba(0,0,0,0.33);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}
.accident_details{
	width: 50em;
	
	margin: 1em auto;
	padding: 15px;
	display: table;
	position: static;
	background-color: rgba(255, 250, 250, 0.9);
box-shadow:
	0px 0px 0px 5px rgba(255,255,255,0.4),
	0px 4px 20px rgba(0,0,0,0.33);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}
.official_no{width: 40px;}
.official_noh3{width: 70px;}
.address{width: 200px;}
.post_code{width: 75px;}
.institute{width: 280px;}
.department{width: 280px;}
.occupation{width: 280px;}
.restrictions{width: 300px;}
.regno{width: 110px;}
.substation-select{width: 200px;}
.plus{width: 5px;}
.subcontractor{width: 600px;}
.admitter{width: 100px; float:right;}


.notification_details{
	width: 60%;
	
	margin: 0 auto;
	padding: 15px;
	display: table;
	position: static;
	
	background: #blue;
	/*background-color: transparent;*/
	background-color: rgba(255, 250, 250, 0.9);
box-shadow:
	0px 0px 0px 5px rgba(255,255,255,0.4),
	0px 4px 20px rgba(0,0,0,0.33);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}


.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}
.notification_subject{
	width: 100%;
}
#da{
width: 100px;
text-align: center;
}
.A4 {
	width: 400px;
	background: red;
	padding-top: 200px;
}
#cldiv {
  position: absolute;
  z-index: 9;
  background-color: rgba(255, 250, 250, 1);box-shadow:0px 0px 0px 3px rgba(255,255,255,0.4),0px 4px 20px rgba(0,0,0,0.33);-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
  padding: 10px;
  display: none;
}

#cldivheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  
  color: #fff;
}
#nddiv {
  position: absolute;
  z-index: 9;
  background-color: rgba(255, 250, 250, 1);
  box-shadow:0px 0px 0px 3px rgba(255,255,255,0.4),0px 4px 20px rgba(0,0,0,0.33);-moz-border-radius: 3px;-webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  display: none;
  border:solid;
}
#nddivheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  
  color: black;
}
#uddiv {
  position: absolute;
  z-index: 9;
  background-color: rgba(255, 250, 250, 1);box-shadow:0px 0px 0px 3px rgba(255,255,255,0.4),0px 4px 20px rgba(0,0,0,0.33);-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
  padding: 10px;
  display: none;
  border:solid;
}
#uddivheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  text-color:black;
  color: black;
}
#printdiv {
  position: absolute;
  z-index: 9;
  background-color: rgba(255, 250, 250, 1);box-shadow:0px 0px 0px 3px rgba(255,255,255,0.4),0px 4px 20px rgba(0,0,0,0.33);-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
  padding: 10px;
  display: none;
  border:solid;
}
#printdivheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  text-color:black;
  color: black;
}
#mdiv {
  position: absolute;
  z-index: 9;
  background-color: rgba(255, 250, 250, 1);box-shadow:0px 0px 0px 3px rgba(255,255,255,0.4),0px 4px 20px rgba(0,0,0,0.33);-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
  padding: 10px;
  display: none;
  border:solid;
}
#mdivheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  text-color:black;
  color: black;
}

#oreeditdiv {
	max-width: 400px;
  position: absolute;
  z-index: 9;
  background-color: rgba(255, 250, 250, 1);box-shadow:0px 0px 0px 3px rgba(255,255,255,0.4),0px 4px 20px rgba(0,0,0,0.33);-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
  padding: 10px;
  display: none;
  border:solid;
}
#oreeditdivheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  text-color:black;
  color: black;
}

.mdivv {
  max-width: 500px;
  position: absolute;
  z-index: 9;
  background-color: rgba(255, 250, 250, 1);box-shadow:0px 0px 0px 3px rgba(255,255,255,0.4),0px 4px 20px rgba(0,0,0,0.33);-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
  padding: 10px;
  
  border:solid;
  
}
.mdiv {
  max-width: 500px;
  position: absolute;
  z-index: 9;
  background-color: rgba(255, 250, 250, 1);box-shadow:0px 0px 0px 3px rgba(255,255,255,0.4),0px 4px 20px rgba(0,0,0,0.33);-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  
  display: none;
  border:solid;
  
}
.mdivheader {
  padding-bottom: 10px;
  cursor: move;
  z-index: 10;
  text-color: black;
  color: black;
  font-size: 16px;
  text-align: center;
}
.icobar{float:left;
width: 30px;
height: 30px;
border: 0px;
}
.quadrat {
  
  -webkit-animation: NAME-YOUR-ANIMATION 2s infinite;  /* Safari 4+ */
  -moz-animation: NAME-YOUR-ANIMATION 2s infinite;  /* Fx 5+ */
  -o-animation: NAME-YOUR-ANIMATION 2s infinite;  /* Opera 12+ */
  animation: NAME-YOUR-ANIMATION 2s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
  0%, 49% {
    background-color: rgb(117, 209, 63);
    border: 3px solid #e50000;
  }
  50%, 100% {
    background-color: #e50000;
    border: 3px solid rgb(117, 209, 63);
  }
}
.blinking {
  
  -webkit-animation: NAME-YOUR-ANIMATION 2s infinite;  /* Safari 4+ */
  -moz-animation: NAME-YOUR-ANIMATION 2s infinite;  /* Fx 5+ */
  -o-animation: NAME-YOUR-ANIMATION 2s infinite;  /* Opera 12+ */
  animation: blink 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes blink {
  0%, 49% {
  visibility: visible;
  }
  50%, 100% {
    visibility: hidden;
  }
}
.window {
	background-color: whitesmoke;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	/*border-top-color:lightblue;
	border-top-style:solid;*/
	position: absolute;
	z-index: 9;
	display: none;
	
}
.window-bar {
	cursor:move;
	z-index: 10;
	font-size: 16px;
	text-align: center;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: linear-gradient(white,lightgray);
	}
.window-bar .window-bar-ico{float:left; height: 25px; width: 25px;}
.window-bar .window-bar-text{}
.window-bar .window-bar-nav{float:right!important; margin-top:-20px;}
.window-bar .window-bar-nav img{height: 15px;width: 15px;}
.window-bar .window-bar-button{background: transparent;border:none;}
@media print{.hidden-print{display:none!important}}
.nav-item{margin-left: 2px;margin-right: 2px;}
.img-container {
  float: left;
   /* width: 33.33%;three containers (use 25% for four, and 50% for two, etc) */
  margin : 5px; /* if you want space between the images */
}
.navbar-brand{height: 45px; width: 40px;}
.nav{margin-top: 5px; margin-bottom: 5px;}
/*# sourceMappingURL=bootstrap.min.css.map */

 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  width: 100%;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
  background-color: #42c2f5;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}