@charset "utf-8";

@media print {
  html, body {
    display: none;  /* hide whole page */
  }
}
/*
.fixed-header{
		position: sticky;  
        top: 0;
    }
*/
label{
	font-weight: bold;
}

select.form-control {
    -webkit-appearance: menulist;
}

input[type="text"]{
padding-left: 0.5em;
font-weight: bold;
color: #0B5719;
}


input[id="uname"]{
border-radius: 7px;
padding-left: 0.5em;
font-weight: bold;
}

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

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


.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 #174F25; /* Dark Green */
    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: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius: 25px;
	min-height: 500px;
	
	
}


/* 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;
	cursor: pointer;
    line-height: 1;
	}

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

/* The Modal */

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    
    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;
	/* top: 50%;*/
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    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.5s;
    animation-name: animatetop;
    animation-duration: 0.5s
		
}

.modal-header {
	
    padding: 2px 16px;
    background-color: #B06F45;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title {
    display: flex;
    align-items: center;
}


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

.modal-footer {
    padding: 2px 16px;
    background-color: #B06F45;
    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;
}

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


.page-header {
	margin-top: 0 !important;	
	border-top-left-radius: 25px;
	border-top-right-radius: 25px; 
	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;
	padding: 30px;
}

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


body {
	 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3e2c7+0,c19e67+76,b68d4c+100,e9d4b3+100,b68d4c+101 */
background: linear-gradient(to bottom,  #FAF4EB 0%,#c19e67 76%,#b68d4c 100%,#e9d4b3 50%,#b68d4c 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;

/* 
background-image:url('"../pic/logo.png"');
*/	




}
