html, body {
	margin:0;
	padding:0;
	height:100%;
	overflow: hidden;
}

body {
	background : white;
}

.navbar {
	height: 62px;
	margin-bottom: -1px;
}

.navbar-brand {
	padding: 8px;
	width: 600px;
}


/*Generated navbar theme*/
.navbar-custom {
    background-color:#0080ff;
    color:#ffffff;
    border-radius:0;
}

.navbar-custom .navbar-brand {
    color:#eeeeee;
}

.navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus {
	color: #aae3ff;
}
.navbar-custom .navbar-text {
	color: #ffffff;
}
.navbar-custom .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
	color: #aae3ff;
}
.navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus {
	color: #aae3ff;
	background-color: #005cb9;
}
.navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:hover, .navbar-custom .navbar-nav > .open > a:focus {
	color: #aae3ff;
	background-color: #005cb9;
}
.navbar-custom .navbar-toggle {
	border-color: #005cb9;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #005cb9;
}
.navbar-custom .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
	border-color: #ffffff;
}
.navbar-custom .navbar-link {
	color: #ffffff;
}
.navbar-custom .navbar-link:hover {
	color: #aae3ff;
}

@media (max-width: 767px) {
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #aae3ff;
	}
	.navbar-custom .navbar-nav .open .dropdown-menu > .active > a, .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #aae3ff;
		background-color: #005cb9;
	}
}

.nav > li > a:focus, .nav > li > a:hover {
/*text-decoration: none;*/
 background-color: #005cb9; 
}





#ide-logo {
	width: 45px;
	display: inline-block;
}

#ide-title {
	display: inline-block;
	height: 100%;
	margin: 0;
	padding-left: 5px;
	padding-top: 3px;
	vertical-align: middle;
	text-shadow: 2px 2px gray;

	font-family: "Georgia";
}

#ide-subtitle {
	display: inline-block;
	height: 100%;
	margin: 0px;
	margin-top: 22px;
	margin-left: 8px;
	height: 20px;
	color: #C4F4FF;
	vertical-align: middle;
	font-size: 0.8em;

	font-family: "Georgia";
}

.section-title {
  	font-family: Verdana; 
  	font-size: 2.0em;

	height: 10%;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

#executor-section {
	height: 100%;
}

#debugger-subsection-title {
	margin-left: 10px;
}

.ide-panel {
	width: 100%;
}

.panel-row {
	width: 100%;
	height: 100%;
}

.section {
	overflow: hidden;
	background-color: white;

 	-moz-border-radius: 8px;
	border-radius: 8px;

	border-color: #DEF7FF;
	border-style: groove;
  	border-width: 5px;

  	position: relative;
}

.centeredParent {
	text-align: center;
}

#debugger-centered {
	margin: 0 auto;
	position: relative;
	padding-top: 55px;
	height: 100%;
    vertical-align: middle;
}

.completion-icon {
	font-size: 3.0em;
	position: absolute;
	display:block;
	margin-top: 46px;
	margin-left:87%;
	width: 50px;
}

#next-opcode-arrow {
	display: block;
	position: absolute;
	height: 100%;
	margin: 10px auto auto 59%;

	color: #337AB7;
	font-size: 3.0em;

	/*-webkit-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.75);*/
}

#next-opcode-text {
	display: block;
	position: absolute;
	font-size: 1.7em;
	/*font-weight: bold;*/
	font-family: verdana;
	color: #337AB7;
	text-shadow: 1px 1px #BFBFBF;
	margin: 5px auto auto 54%;
}

#debugger-container{
	display: inline-block;
}

#next-opcode-container {
	display: inline-block;
	width: 50%;

	border-style: inset;
  	border-width: 2px;
  	font-weight:bold;
  	font-size: 1.2em;
  	letter-spacing: 1px;

    background-color: #dddddd;
	text-shadow: 1px 1px #BFBFBF;
}

#top-panel {
	height: 65%;
}

#middle-panel {
	height: 23%;
}

#bottom-panel {
	height: 0%;
}

#editor-section {
	height: 100%;
	float:left;
	width: 60%;
}

#editor-tabs {
	position: relative;
}

#editor-tabs li a {
	position: relative;
}

#editor-section div.tab-area.active {
	visibility: visible;
}

#editor-section div.tab-area.inactive {
	visibility: hidden;
}

#editor-holder {
	width: 100%;
	height: 90%;
	display: inline-block;
	position: absolute;
}

#editor-assembly-holder {
	width: 100%;
	height: 90%;
	display: inline-block;
	position: absolute;
}

#editor-options {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 90%;
	margin: 0;
}

#stack-visualizer-section {
	width: 40%;
	height: 100%;
	float:right;
}


#stack-visualizer-holder {
	width: 100%;
	height: 90%;
	float:right;
}

#editor {
	height: 100%;
	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#editor-assembly {
	height: 100%;
	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	visibility: inherit;
}


.test-box {
	background-color: #b0c4de;
	/*background-color: blue;*/
  	height: 100%;

	border-style: solid;
	border-width: 1px;
}

button {
       margin-left: 2px;
       margin-right: 2px;
}

.assembly-content {
 	margin-left: 20px;
	background-color: black;
	color: white;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-size: 11pt;;
}

#debugger-section-title-tip {
	position: absolute;
	display:block;
	margin: 10px 0px 0px 10px;
	width: 80px;

}

#stack-section-title-tip {
	position: absolute;
	display:block;
	margin: 10px 0px 0px 10px;
	width: 110px;
}

#editor-section-title-tip {
	position: absolute;
	display:block;
	margin: 10px 0px 0px 10px;
	width: 80px;
}

.title-tip {
	height: 20px;
	background-color: #F5F5F5;
	border-style: solid;
    border-width: 1px;
    border-color: #EBEBEB;

    -moz-border-radius: 4px;
	border-radius: 4px;

	z-index: 10;
}

.title-tip p {
	margin: 0;
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
  	font-size: 0.8em;
  	text-align: center;
  	color: #919191;
}


li.active a {
	/*font-weight: bold;*/
	text-shadow: 1px 1px #BFBFBF;
}

#editor-options form {
	padding-top: 18px;
	padding-left: 15px;
}

#editor-options form label {
	/*margin-left: 5px;*/
}

#editor-options form div.form-group > input {
	/*margin-left: 10px;*/
	display: inline-block;
	position: relative;
	/*width: 20%;*/
}

#editor-options div.form-group {
	display: inline-block;
	position: relative;
	width: 80px;
}

#editor-options form div.dropdown {
	margin-bottom: 8px;
}

.checkbox {
	margin-top: 0px;
}

#upload-script{
	padding: 0;
}


.uploadbtn {
    /*display: block;*/
    /*position: relative;*/
    font-weight: normal;

    cursor: pointer; cursor: hand;
    padding: 15px;
    height: 100%;
}

.uploadbtn input {
    width: 1px; /* 0 will hide validation tip in Chrome */
    height: 1px;
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: 0;
    opacity: 0; /* display:none will hide validation tip in Chrome */
}