@charset "utf-8";

@media print {
  html, body {
    display: none;  /* hide whole page */
  }
}

table.scroll {
    /* width: 100%; */ /* Optional */
    /* border-collapse: collapse; */
    border-spacing: 0;
    border: 2px solid black;
}

table.scroll tbody ,
table.scroll thead { display: block; }

table.scroll tbody {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}



.bootstrap-select.btn-group a:hover {
	 color: white !important;
	background-color: blue ! important;
	
}	

.bootstrap-select.btn-group a {
	 color: black !important;
	background-color: white! important;
}

 .bootstrap-select.btn-group .dropdown-toggle:active
 .bootstrap-select.btn-group .dropdown-toggle:focus {
     background: white !important;
	 color: black !important;
     
     outline: 0px;
     box-shadow: none;
    }


 .bootstrap-select.btn-group .caret {
      display: none;
    }





.loader {
position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
   
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}




#m {
		 
	/*background-color: rgba(82,82,82,0.21); */
	-webkit-box-shadow: 0 5px 15px 0;
	box-shadow: 0 5px 15px 0;
	border-left: medium solid #000000;
	border-right: medium solid #000000;
	border-bottom: thin solid #000000;
	border-top: medium solid #000000;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-radius: 25px;
	min-height: 500px;
	background-color: rgba(255,255,255,0.70);
}

/* The Modal */

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5C74B8;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5C74B8;
    color: white;
}

/* Finish Modal Code */

html{
	    height: 100%;

}


.hidden{
 display:none;   
}

#flip {
    padding: 5px;
    text-align: center;
    
}




table{

border-radius: 7px;
	
}

.panel .table {
	
	table-layout: fixed;
    word-wrap: break-word;
    overflow: hidden;
}


input[type="text"]{

padding-left: 0.5em;
font-weight: bold;
color: blue;
}


input[id="uname"]{

border-radius: 7px;
padding-left: 0.5em;
font-weight: bold;

}

input[type="password"]{
border-radius: 7px;
padding-left: 0.5em;

}

input[type="email"]{
border-radius: 7px;
padding-left: 0.5em;
}



.page-header {
	margin-top: 0 !important;	
	background-color: #FBF9F9;
	line-height: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-left: auto;
	padding-right: auto;
	padding-top: auto;
	padding-bottom: auto;
	width: auto;
	
		
}



#jumbotron {
	
	background-color: rgba(255,255,255,0.50);
	border-radius: 25px;
	box-shadow: 0 5px 15px 0;
	
}

#footer {
	background-color: rgba(0,0,0,0.50);
	font-weight: bold;
	color: white;
	
}


body {
padding-top: 55px;  
padding-bottom: 50px;	
	 
/* background: #e2e2e2; /* Old browsers */
/* background: -moz-linear-gradient(left,  #e2e2e2 0%, #dbdbdb 21%, #fefefe 53%, #fefefe 53%, #d1d1d1 91%); /* FF3.6+ */
/* background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e2e2e2), color-stop(21%,#dbdbdb), color-stop(53%,#fefefe), color-stop(53%,#fefefe), color-stop(91%,#d1d1d1)); /* Chrome,Safari4+ */
/* background: -webkit-linear-gradient(left,  #e2e2e2 0%,#dbdbdb 21%,#fefefe 53%,#fefefe 53%,#d1d1d1 91%); /* Chrome10+,Safari5.1+ */
/* background: -o-linear-gradient(left,  #e2e2e2 0%,#dbdbdb 21%,#fefefe 53%,#fefefe 53%,#d1d1d1 91%); /* Opera 11.10+ */
/* background: -ms-linear-gradient(left,  #e2e2e2 0%,#dbdbdb 21%,#fefefe 53%,#fefefe 53%,#d1d1d1 91%); /* IE10+ */
/* background: linear-gradient(to right,  #e2e2e2 0%,#dbdbdb 21%,#fefefe 53%,#fefefe 53%,#d1d1d1 91%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d1d1d1',GradientType=1 ); /* IE6-9 */
background-image:url('../pic/bg.png');

background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;

}

ul.tree li {
    list-style-type: none;
    position: relative;
}

ul.tree li ul {
    display: none;
}

ul.tree li.open > ul {
    display: block;
}

ul.tree li a {
    color: black;
    text-decoration: none;
}

ul.tree li a:before {
    height: 1em;
    padding:0 .1em;
    font-size: .8em;
    display: block;
    position: absolute;
    left: -1.3em;
    top: .2em;
}

ul.tree li > a:not(:last-child):before {
    content: '+';
}

ul.tree li.open > a:not(:last-child):before {
    content: '-';
}

.desc tr:nth-child(even) {background: #CCC}
.desc tr:nth-child(odd) {background: #FFF}