﻿/* Reset */
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, 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;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 
{
	display: block;
}

body   
{
    background: #ffffff;
    font-size: 0.8em;
    color: #666666;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

strong, b
{
    font-weight: bold;
}

/* General classes*/
.clear
{
	clear: both;	
}

.a-center
{
	text-align: center;	
}

.a-right
{
	text-align: right;	
}

.spaced
{
	margin: 10px 0 10px 0;
}

.hidden
{
	display: none;	
}

.invisible
{
	visibility: hidden;	
}

.f-left
{
	float: left;	
}

.f-right
{
	float: right;	
}

.modified
{
    background-color: Yellow;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: normal;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1.6em;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    display: block;
    background-color: #ffffff;
    max-width: 1000px;
    margin: 20px auto 0px auto;
    border: 1px solid #ccc;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.print_page
{
    display: block;
    background-color: #ffffff;
    max-width: 1000px;
    margin: 20px auto 0px auto;
    border: 0px;
}

.header
{
    background: #ffffff;
    width: 96%;
    text-align: center;
    padding: 0px;
    margin: 2%;
    margin-top: 20px;
}

.picture
{
    position:relative;
    display: block;
    width: 96%;
    height: auto !important;
    padding: 20.2% 0 0 0;
    margin: 20px 20px 0px; 
}

.picture img
{
    position: absolute;
    display: block;
    width: 100%;
    height: auto !important;
    top: 0;
    left: 0;
}

.picture div
{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align:left;
    vertical-align:baseline;
    background: rgba(41, 142, 206, 0.75);
}

.header h1
{
    font-variant: small-caps !important;
    text-transform: none !important;
    font-weight: 700 !important;
    margin: 0px;
    padding: 5px 5px 5px 5px !important;
    color: white;
    background: rgba(0, 0, 0, 0);
    border: none;
    line-height: 1.5em;
    font-size: 1.5em;
    text-align: left !important;
    text-decoration: none !important;
    font-style:normal !important;
}

.main
{
    padding: 0px 4px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.footer
{
    color: #034af3;
    background-color: transparent;
    padding: 8px 0px 8px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.footer div
{
    padding: 8px;
}

.footer a
{
    text-decoration: underline;
}

/* TAB MENU   
----------------------------------------------------------*/

div.menubar
{
    background-size: 100%;
    background-color: #39aeff;
    height: auto;
    border: none; /*1px solid #ccc;*/
    margin: 0 20px;
    display: block;
}

div.submenus
{
    position: relative;
}

div.submenubar
{
    position: absolute;
    background-size: 100%;
    background-color: #39aeff;
    height: auto;
    width: auto;
    border: none; /*1px solid #ccc;*/
    margin: 0px 20px 0px 40px;
    display: block;
}

div.hideSkiplink
{
    background-color: transparent;
    display: inline-block;
    float: left;
    max-width:75%;
    height: 100%;
}

div.menu
{
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    width: auto;
}

div.menuitem
{
    width: auto;
    height: 100% !important;
    display:block !important;
    float: left;
    margin: 0px;
    color: White;
    padding: 10px;

    background-color: transparent;
    border: none;
    color: white;
    display: inline-block;
    line-height: 1.35em;
    text-decoration: underline;
    white-space: nowrap;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: bold;
    font-variant:small-caps;
}

div.menuitem:hover
{
    background-color: #b5dfff;
    color: #666666;
}

div.loginDisplay
{
    background-color: transparent;
    display: inline-block;
    float: right;
    max-width:25%;
    height: 100%;
}

div.loginDisplay:hover
{
    background-color: #b5dfff;
    color: #666666;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 100%;
    max-width: 320px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0px;
}

input.passwordEntry 
{
    width: 100%;
    max-width: 320px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0px;
}

select.selectEntry 
{
    width: 100%;
    max-width: 320px;
    border: 1px solid #ccc;
    display: inline-block;
    height: auto;
    margin: 0px;
}

/* MISC  
----------------------------------------------------------*/

div.accountInfo
{
    width: 46%;
    padding: 2%;
}

.clear
{
    clear: both;
}

.title
{
    width: 100%;
    background-size: 100%;
    display: block;
    float: left;
    text-align: center;
    padding: 0px !important;
}

.stitle
{
    display: block;
    float: left;
    text-align: center;
}

.title img
{
    width: 100%;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.title h1
{
    text-align: center;
    font-variant: normal;
    text-transform: none;
    font-style: italic;
    font-weight: Bold;
    text-decoration: underline;
    font-family: Verdana, Geneva, sans-serif;
    padding: 5px 10px;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.successNotification
{
    font-size: 1.2em;
    color: Green;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

table#tblClients th, table#tblClients td {
     border-right: 2px solid white;
     border-left: 2px solid white;
 }
 
 table.searchData 
 {
     width:100%;
 }
 
 table.searchData th:nth-child(1), table.searchData td:nth-child(1)
 {
     width:40%;
 }   
 
tr.row_dark 
{
    background-color: #d8ebfa !important;
}

tr.row_light 
{
    background-color: #ffffff;
}

#MainContent_UserActivityChart
{
    display: block;
    margin: 0 auto;
}
 /* Popup */
.popup
{
	background-image: url(../Images/black-fade.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
}

.popup > div
{
	background-color: #E9E9E9;
	position: relative;
	top: 100px;
	left: 0;
	width: 80%;
	min-height: 120px;
	margin-left: 10%;
	margin-right: 10%;	
	padding:  15px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 2px 1px;
	-moz-box-shadow: 1px 1px 2px 1px;
	box-shadow: 1px 1px 2px 1px;
	border: 1px solid #000000;
	font-family: Verdana, Geneva, sans-serif;
}

.popup .close
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;	
}

.popup h1
{
	font-size: 14px;
	font-weight: bold;
	display: block;	
	font-family: Verdana, Geneva, sans-serif;
}

.popup h2
{
	font-size: 12px;
	font-style: italic;
	display: block;	
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 3px;
}

input[type=submit], input[type=button]
{
  background: #45aaed;
  background-image: -webkit-linear-gradient(top, #45aaed, #2980b9);
  background-image: -moz-linear-gradient(top, #45aaed, #2980b9);
  background-image: -ms-linear-gradient(top, #45aaed, #2980b9);
  background-image: -o-linear-gradient(top, #45aaed, #2980b9);
  background-image: linear-gradient(to bottom, #45aaed, #2980b9);
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  display:inline-block;
  border-style:none;
}

	input[type=submit]:hover, input[type=button]:hover
	{
      background: #3cb0fd;
      background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
      background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
      background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
      background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
      background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
      text-decoration: none;
	}

.phase-info{
    border: 1px solid black;
    padding: 5px;
}
