html {
    font-size: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}

::-ms-clear {
   display: none;
}

::-ms-reveal {
   display: none;
}

h1 {
    font-size: 60px;
    text-align: center;
}

h2 {
	font-size: 100%;
}

p {
	font-size: 40%;
}

ul {
	font-size: 40%;
}


html {
    background-color: #02482d;
    height: 100%;
    width: auto;
    margin: 0 0 0 0;
    padding: 0px 0px 0px 0px;
    
}

body {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0px 0px 0px 0px;
}

#main {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #181b1f;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #F0F0F0;
}


#titleBarTop {
	top: 0;
	position: absolute;
    background-color: #00C0C0;
	height:5%;
	width: 100%;
}


#titleBarBot {
	position: absolute;
    background-color: #00C0C0;
	height:5%;
	width: 100%;
	bottom:0%;
}



#titleBar {
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 10%;
    background-color: #181b1f;
    _position:absolute;
    top:0;
    left:0;
    _top:expression(eval(document.body.scrollTop));
    overflow: visible;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    
}
#titleBarInner {
    position: relative;
    width: 100%;
    white-space: nowrap;
	height: 100%;
}

#titleBarInner2 {
    position: relative;
    width: 100%;
    white-space: nowrap;
}

.fullHeight {
    height: 100%;
}
.halfHeight {
    height: 50%;
}
.noHeight {
    height: 0;
}

#titleBarShadow {
    width: 70%;
    height: 10%;
    background-color: lawngreen;
}

#tocHolder {
    z-index: 0;
    position: fixed;
    width: 25%;
    height: 100%;
    right: 0;
    top: 0;
}

#padding {
	padding-left: 5%;
	padding-right: 5%;
}

#toc {
    width: 100%;
}

#tocList {
    list-style: none outside none;
    margin: 8% 0 0 2%;
    padding: 0;
    width: 100%;
}
.tocElement {
    cursor: pointer;
    font-size: 35%;
    text-decoration: none;
    padding: 1.5% 0% 1.5% 5%;
    float: left;
    margin: .5% 0% .5% 0%;
    border-left: white solid 1.5px;
    display: block;
    width: 100%;
    color: #757575;
}
.tocElement:hover {
    border-left: #FFDB86 solid 1.5px;
    color: #a8a8a8;
}

.tocElement.active {
    border-left: #FFB300 solid 3px;
    font-weight: bold;
}

.tocActive {
    
}

#navHolder {
    height: 100%;
    width: auto;
    background-color: blue;
}

#youHolder {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background-color: blue;
}

#tabHolder {
}

#mainTabs {
}

.tabHolder {
    overflow: hidden;
    height: 100%;
    width: auto;
}

.horiz {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    position: relative;
    zoom: 1;
    *display: inline;
}

.tabs {
    position:relative;
    width: auto;
    height: 100%;
    white-space: nowrap;
}

.mainTab {
    font-size: 60%;
    line-height: 2.3;
    vertical-align: middle;
    height: 100%;
    color: white;
    cursor: pointer;
}

#mainTabIndicator {
    position: absolute;
    width: 100px;
    height: 8%;
    background-color: white;
    bottom: 0;
}




#innerMain {
    position: relative;
    width: 100%;
    min-height: 10px;
}

.portwidth {
    width: 100%;
    margin-left: 0;
}
.landwidth {
    width: 70%;
    margin-left: 15%;
}

#sideNavHolder {
    z-index: 6;
    position: fixed;
    left: 0;
    width: 0;
    overflow: visible;
    height: 100%;
    background-color: orange;
}

#sideNav {
    position: absolute;
    width: 500px;
    height: 100%;
    background-color: skyblue;
}

#tocHolder {
    position: fixed;
    right: 0;
    height: 100%;
}

.heightStandard {
    padding-top: 10%;
}
.sketchContainer {
    background-color: cyan;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.sketchHolder {
    display: inline-block;
}

.shrinker {
    position: relative;
    width: 1px;
    height: 1px;
}

#xHolder {
    position: absolute;
    right: 0;
    top: 0;
    width: 6%;
    margin-right: -3.33333%;
}

.fillAspect {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fullSize {
    position: absolute;
    width: 100%;
    height: 100%;
}

.card {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    width: 100%;
}

.cardHolder {
    position: relative;
    width: auto;
    background-color: white;
    padding: 2% 5% 2% 5%;
    margin: 0.5% 0 0.5% 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    
}
.cardPadding {
    position: relative;
    display: inline-block;
    width: 100%;
    *width: auto;
    
    
}

.clearboth {
    clear: both;
}

.aspect1 {
    margin-top: 100%;
    width: 0px;
    height: 0px;
}

.debtCard {
}

.errorText {   
    display: block;
    color: red;
    position: relative;
    font-size: 25%;
    margin: 2% 0 2% 3%;
}

.selectError {
    font-size: 50%;
}

/* form starting stylings ------------------------------- */
.outerGroup 			  { 
  display: block;
  float:left;
  position:relative; 
  width: 60%;
}
.group 			  { 
  position:relative; 
  width: 100%;
}
.input 				{
  position: relative;
  font-size:60%;
  display:block;
  width:98%;
  border:none;
  border-bottom:1px solid #757575;
}
input:focus 		{ outline:none; }




/* BOTTOM BARS ================================= */
.bar 	{ 
    position:relative; display:block;
       
  content:'';
  height:4%; 
  width:0;
  bottom:0px; 
  position:absolute;
  background:#5264AE; 
}
/* active state */
input:focus ~ .bar {
  width:100%;
}

.inputLabel {
    position: relative;
    display:inline-block;
    font-size: 35%;
    float: left;
    margin-top: 3%;
    padding-right: 3%;
    width: 30%;
    text-align: right;
}

.debtName {
    width: auto;
}

.selectGroup {
    z-index: 2;
    display: block;
    float:left;
    position:relative; 
    width: 40%;
    font-size: 43%;
} 

.inputSelect {
    font-size: 100%;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    width: 100%;
    /*line-height: 2;*/
    padding: 4% 4% 4% 4%;
    display: block;
}

.selectDrop {
    font-size: 66%;
    z-index: 3;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    line-height: 3;
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.selectList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.selectList > * {
    padding-left: 7%;
}

.selected {
    background-color: #e1e1e1;
}

.inputWithPrefix {
    padding-left: 5%;
}

.inputWithPostfix {
    padding-right: 10%;
    text-align: right;
}


.inputPercent {
    position: absolute;
    font-size: 50%;
    right: -7%;
    top: 20%;
}

.inputDollar {
    position: absolute;
    font-size: 50%;
    left: 0;
    top: 20%;
}

.caret {
    position: absolute;
    font-size: 50%;
    right: 0;
    top: 30%;
}

.blockTooltip {
    margin: 0% auto 2%;
    padding: 2% 3% 2% 3%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    font-size: 25%;
    position: relative;
    display: block;
    width: 80%;
    line-height: 1.5;
}


#validate {
    float: right;
}

h1 {
    margin: 0;
    padding: 20px 0;  
    color: #00539F;
    text-shadow: 3px 3px 1px black;
}

.aFloat {
    position: absolute;
    z-index: 1;

    width: 200px;
    height: 100px;

    background-color: grey;
    color: white;
}

.aFifty {
    width: 50%;
    height: 50%;

}

.gone {
    display: none;
}

/*clone frame*/
.cf { display: none;
}

.view {
    position: absolute;
    z-index: 1;

   /* background-color: #F0F0F0;*/
}

.dialog {
    z-index: 6;

    width: 300px;
    height: 80%;
}

.alertDialog {
    padding: 10px;

}

.contentView {
    position: absolute;
    height: auto;
    width: 100%;
    padding-top: 0.5%;
}

#overFade {
    position: absolute;
    width: 100%;
    height: 100%;

    z-index: 5;
    background-color: black;

}

#okButton {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.alertContent {
    width: 100%;
    height: 50%;
}

#alertLeftDiv {
}
#alertCenterDiv {
}
#alertRightDiv {
}

.alertButtonHolder {
    position: absolute;
    bottom: 0px;
    height: 50px;
}
.alertLeftThird {
    left: 0px;
    width: 33%;
}
.alertCenterThird {
    left: 33%;
    width: 34%;
}
.alertRightThird {
    left: 67%;
    width: 33%;
}
.alertLeftHalf {
    left: 0%;
    width: 50%;
}
.alertRightHalf {
    left: 50%;
    width: 50%;
}
.alertSingle {
    left: 0%;
    width: 100%;
}


#testContent {
    width: 100%;
    height: 100px;
    background-color: white;
}

.alertButton {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alertTitle {
    margin-bottom: 10px;
    font-size: 25px;
    color: black;
}