html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
header, hgroup, menu, nav, section {
  display: block;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
}

body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  color: black;
  font-size: 24px;
  }
  h1 {
  color: blue;
  font-size: 32px;
  }
  h2 {
  color: black;
  font-size: 24px;
  }
  h3 {
  color: grey;
  font-size: 24px;
  background-color: white;
  }
  h4 {
  padding: 20px;
  color: white;
  background: black;
  font-size: 32px;
  }
body {background: #ffffff; margin: 0; padding: 0;} 
a {color: #2b2bf6;}           
#container {width: 900px; margin: 0; padding: 0; background: #dddddd;}           
#header {width: 15%; 	height: 150px; 	margin: 0; padding: 0; border: 0; float: left; background: #d9d9d9;}           
#header2 {width: 100%; 	height: 50px; 	margin: 0; padding: 0; border: 0; background: #d9d9d9;}           
#header3 {width: 100%; 	height: 100px; 	margin: 0; padding: 0; border: 0; background: #d9d9d9;}           
#sidebar {width: 22%;   height: 900px; 	margin: 0; padding: 0; border: 0; float: left; background: #e6e6e6;}           
#content {width: 100%;  height: 900px; 	margin: 0; padding: 10; border: 0; background: #d9d9d9;}           
#footer {width: 100%;   height: 30px;   margin: 3; padding: 8px; border: 0; float: left; background: #f2f2f2; clear:both;}                         
#content p {font-family: Arial; font-size: 14px} 
#footer p {font-family: Arial; font-size: 14px} 
body {
  margin: 0;
}
.navbar {
  overflow: hidden;
  background-color: #333;
}

.navbar a {
  float: left;
  font-size: 22px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  font: 34px;
}

.dropdown a {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 22px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 90%;
  margin-top: -1px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/* Dropdown Button 
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown a {
  float: right;
  overflow: hidden;
}*/

.header-right {
  float: right;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 0px;
    background-color: #ccc;
    height: 350px;
}
.column2 {
    float: left;
    width: 50%;
    padding: 0px;
    background-color: #ccc;
    height: 520px;
}
.column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column a:hover {
    background-color: #e6f2ff;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

public RedirectResult Logout()
{
    FormsAuthentication.SignOut();
    return Redirect(FormsAuthentication.DefaultUrl);
}
/* The Modal (background) */

.modal a {
    font-size: 16px;
    float: none;
    color: blue;
    padding: 1px 0px;
    text-decoration: bold;
    display: block;
    text-align: justify;
    background-color: white;
}
.modal a:hover {
    font-size: 16px;
    float: none;
    color: red;
    padding: 1px 0px;
    text-decoration: none;
    display: block;
    text-align: justify;
    background-color: white; /* Fallback color */
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 220px; /* 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 {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  padding-left: 40px;
  border: 2px solid #888;
  width: 20%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
