/* CSS for the RML preview tool */

body {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	background: #e6f0f9;
	color: #333;
	overflow-x: hidden;
}

#menu, .menu {
	padding: 13px;
	height: 30px;
	margin-bottom: 15px;
	background-image: url(/css/images/header-background.jpg);

        /* center contents of navbar */
        display: flex;
        justify-content: center;
}

#container, .container {
	margin: 0px auto;
	width: 1200px;
}

#preview-container {
	float: left;
	position: relative;
	top: 275px;
	margin-left: 40px;
	margin-right: 40px;
	width: 100px;
	text-align: center;
}

select {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 500;
	margin-left: 10px;
	margin-right: 30px;
}
	
input {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 500;
}

input[type=button] {
	background: url("images/submit_bg.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #B7D6DF;
    border-radius: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #437182;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
	font-size: 13px;
    text-shadow: 0 1px 0 #FFFFFF;
	padding: 4px 15px;
}

input[type=button]:hover {
	background: #FFFFCC;
}

span.link {
	float: right;
	cursor: pointer;
	color: #069;
	margin-top: 7px;
}

.logout-link {
	margin-left: 20px;
}

#word {
	padding-left: 5px;
}

#message {
	display: none;
	border: 1px solid #CCC;
	padding: 2px 12px;
	margin-left: 20px;
	background: #99FF99;
}

#error {
	display: none;
	border: 1px solid #CCC;
	padding: 2px 12px;
	margin-left: 20px;
	background: #ff9999;
}

#preview:active {
	background: #CCCCCC;
}

#rml-tabs, #preview-tabs, #rscript-tabs {
	float: left;
	border: none;
	background: none;
	width: 500px;
}

#rml-tabs ul, #preview-tabs ul, #rscript-tabs ul {
	border: none;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#rml, #article-content, #article-text, #question-content, #vocab-content, #rscript, #strategy-content {
	width: 500px;
	height: 500px;
	background: #FFF;
	border: 1px solid #bbb;
	padding: 0px;
}

#vocab-card {
	width: 100%;
	height: 580px;
}

#article-content {
	overflow: auto;
	font-family: "Calibri", Arial, Helvetica, sans-serif !important;
}

textarea {
	width: 98%;
	height: 490px;
	border: none;
	font-family: "Calibri", Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;	
	padding: 5px;
}

.section-break {
	font-size: 12px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #999;
}

#rml-help {
	float: right;
	margin-top: 40px;
	position: relative;
}

#rml-help-tab {
	border: 2px solid #CCC;
	height: 70px;
	cursor: pointer;
}

#rml-help-spec {
	position: absolute;
	top: 70px;
	left: 50px;
	width: 460px;
	height: 380px;
	border: 2px solid #ccc;
	background: #f7f7f7;
	border-radius: 5px;
	padding: 20px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

#rml-help-spec h2 {
	float: left;
	font-weight: 600;
	margin-bottom: 15px;
}

#rml-help-spec #close {
	float: right;
	margin-left: 10px;
	color: #369;
	cursor: pointer;
}

#rml-help-spec .top {
	float: left;
	margin-left: 10px;
	color: #369;
	cursor: pointer;
}

#rml-help-spec p {
	margin-bottom: 15px;
}

#rml-help-spec a {
	color: #333;
	text-decoration: none;
}

#rml-help-spec a:hover {
	text-decoration: underline;	
}

#rml-help-spec a.blue {
	color: #006699;
}

#rml-help-spec a.red {
	color: #cc3300;
}

#rml-help-spec a.green {
	color: #339933;
}

#rml-help-spec .bold {
	font-weight: 600;
}

.rml-table {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	background: #fff;
}

.rml-table td {
	padding: 5px;
}

.rml-table .head {
	width: 20%;
}

.rml-table .text {
	width: 80%;
}

