body {
	background-color: white;
	font-family: 'Prompt', Helvetica, Arial, sans-serif;
	color: #000000;
	padding-top: 0px;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

a {
	color: #2e3192;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	margin-top: 50px;
}

#header,
.content-wrapper {
	
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 25px;
}

#nav {
	width: 1000px;
	background-color: #dadada;
	margin: 10px 0 10px 0;
	font-size: 12px;
}

#login {
	width: 241px;
	background-color: #f5f5f5;
	border: 2px solid #f5f5f5;
	font-size: 11px;
	color: black;
	text-align: left;
}

.page-header {
	width: 100%;
	height: 350px;
	text-align: center;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;   
  align-items: center;
  justify-content: center;
}

.page-header2 {
	width: 100%;
	height: 200px;
	text-align: center;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;   
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.browse-header {
	background: #DADADA;
}

.page-header h1,
.page-header2 h1 {
	font-weight: 700;
	font-size: 64px;
	color: #20358D;
	text-align: center;
	margin: 0 auto;
}

.header-buttons {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 30px;
	
}

.header-tabs {
	text-align: center;
	marign: 0 auto;
	margin: 50px 0 50px 0;
}

.bg-grey {
	background: #F5F5F5;
	padding-top: 50px;
}


.login_textfield,
.dropdown,
.textfield2,
.dropdown-select select,
.question-builder select,
.form-col select {
	background: #FFFFFF;
  border: 1px solid #4A4A4A;
  border-radius: 4px;
  height: 34px;
  width: 331px;
  font-size: 16px;
  padding: 0 8px;
}

.cabinet_font {
	color: #555555;
	font-size: 11px;
	line-height: 14px;
}

.nav_link {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
}

.font11 {
	font-size: 16px;
	font-weight: 400;
}

.font12 {
	font-size: 12px;
}

.table_header {	
	border-bottom: 2px solid #000000;
	padding: 0 0 0 4px;
	font-size: 24px;
	font-weight: 700;
}

.table_header h2 {

}

.table_header2 .table_header {
	font-size: 18px;
}

.table_row {
	border-bottom: 1px solid #959595;
	padding: 8px 6px;
}

.table_row2 {
	border-bottom: 1px solid #959595;
	padding: 2px 10px 2px 2px;
}

.radio {
	position: relative;
	top: 1px;
}


p {
	margin: 0 0 1em 0;
}


* { // this works for all but td
  word-wrap:break-word;
}

table { // this somehow makes it work for td
  table-layout:fixed;
  width:100%;
}

.button {
	background: #4A90E2;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 8px;
	font-size: 16px;
	border-radius: 4px;
	border: 2px solid #4A90E2;
}

.active-button {
	color: #4A90E2;
	background: #fff;
}

.button:hover {
	text-decoration: none;
	color: #4A90E2;
	background: #fff;
	border: 2px solid #4A90E2;
}

.textfield,
.textfield2,
.dropdown,
.dropdown-select select,
.question-builder select,
.form-col select {
	background: #FFFFFF;
  border: 1px solid #4A4A4A;
  border-radius: 4px;
  height: 34px;
  width: 331px;
  font-size: 14px;
  padding: 0 8px;
}

.d_option_1 {
	font-size: 14px !important;
}



.textarea {
	background: #FFFFFF;
  border: 1px solid #4A4A4A;
  border-radius: 4px;  
  width: 331px;
  font-size: 14px;
  padding: 6px 8px 6px 8px;
}


ul.nav {
	list-style-type: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -26px;
	left: 30px;
}

ul.nav li {
	font-family: 'Prompt', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	float: left;
	margin-right: 30px;
}

ul.nav li a {
	color: #000;
	text-decoration: none;
}

ul.nav li a:hover {
	border-bottom: 2px solid #000;
}


#d_preview textarea, .textarea {
    height: 100px;
    width: 331px;
    background-color: white;
    border: 1px solid #959595;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 6px 8px;
    border-radius: 4px;
}

hr {
    margin: 30px 0 30px 0;
    color: #000;
    background-color: #000;
    height: 2px;
    border: 0;
}

#d_option_1 select, #d_preview select, #div_show_what select {
    height: 30px;
    width: auto;
    background-color: white;
    border: 1px solid #959595;
    font-size: 14px;
    padding: 6px;
    border-radius: 4px;
}

.card {
	background: #FFFFFF;
	border: 1px solid #D8D6D9;
	box-shadow: 0 2px 4px 0 #9B9B9B;
	margin-bottom: 40px;
	padding: 30px;
	
}

.rte-buttons {
	float: right;
	list-style-type: none;
	margin: 0px;
	margin-top: 10px;

}

.rte-buttons li {
	float: left;
}


.rte-buttons li {
	width: auto;
	height: auto;
	padding: 10px 18px;
	display: inline-block;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	font-weight: 500;
	line-height: 1em;
	color: #666;
	background: #D3D3D3;
	text-transform: uppercase;
	list-style-type: none;
	float: left;
	font-size: 14px;
	cursor: pointer;
}

.rte-buttons li:first-of-type {
	border-top-left-radius: 4px;
	border-left: 1px solid #666;
}

.rte-buttons li:last-of-type {
	border-top-right-radius: 4px;
}

.rte-buttons li:hover,
.rte-buttons li a:hover {
	background: #4A90E2;
	color: #fff;
	text-decoration: none;
}

.rte-buttons li.active{
	background: #4A90E2;
	color: #fff;
	text-decoration: none;
}

.rte-buttons li.active a{
	background: #4A90E2;
	color: #fff;
	text-decoration: none;
}
/*
.rte-buttons li a {
	color: #666;
	text-decoration: none;
}

.rte-buttons li a:hover {
	color: #fff;
}
*/
.active-button {
  color: #4A90E2;
  background: #fff;
}

.active-tab {
	background: #4A90E2 !important;
	color: #fff !important;
	text-decoration: none;
}


.rte-left {
	width: 260px;
	margin-right: 30px;
	height: 630px;
	overflow: auto;
	display: inline-block;
	float: left;
}

.rte-right {
	width: 710px;
	height: 630px;
	overflow: auto;
	display: inline-block;
	float: left;
}

.rteBack {
	font-size: 16px;
}

#question_box {
	width: 255px;
	height: 600px;
	overflow: auto;
	line-height: 1.2em;
	font-size: 14px !important;
	color: #000000;
}

#contract_box {
	border: 1px solid #555555; 
	width: 710px;
	height:600px;
	padding:10px;
	font-size:10px;
	overflow:auto;
}

.question-top {
	margin-bottom: 40px;
	padding-right: 5px;
	font-size: 14px !important;
}

.question-bot {
	border-top: 2px solid #20358D;
	padding: 16px 0;
}


.invisible{display:none; }

.visible {display:block;}

#d_question_available,
#d_question_used,
#d_global_available,
#d_global_used {
	overflow: auto;
	height: 300px;
	width: 248px;
	border: 1px solid #000;
	padding: 5px;
	font-size: 14px;
	line-height: 1.2em;
}

#d_question_available span,
#d_question_used span,
#d_global_available span,
#d_global_used span,
#d_global_available span {
	margin-bottom: 8px;
}


.clear::after {
  content: "";
  clear: both;
  display: table;
}

.form-row {
	margin-bottom: 20px;
}

.form-col {
	width: 349px;
	margin-right: 30px;
	display: inline-block;
}

.form-col-23 {
	width: 185px;
	margin-right: 30px;
	display: inline-block;
}

.form-col-13 {
	width: 111px;
	margin-right: 0px;
	display: inline-block;
}

.form-row label {
	font-weight: 600;
	font-size: 18px;
	color: #000000;
}

.signup-form label {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}



#version_container {
	position:relative;
	width: 100%;
	height: auto;
	text-align: left;
	background-color:#fff;
	display: block;
	margin-bottom: 20px;
}

.version_info {
	border:1px solid #666;
	display: block;
	position: relative;
  z-index: 9;
  top: -1px;
	padding: 6px;
}

.version_cursor {
	/*
	height:20px;
	position:absolute;
	top:0px; 
	left:7px;	
	*/
	position: relative;
	z-index: 999;
}

.version_link {
	text-decoration:none;
	color:#000000;
}

.version_number {
	float:left;
	width:32px;
	
	padding-top:2px;
	padding-bottom: 2px;
	text-align: center;	


	
}

.version_number_default {
	float:left;
	width:32px;
	
	padding-top:2px;
	padding-bottom: 2px;
	text-align: center;	
	
	border-bottom: 1px solid #fff;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	font-weight: 600;
	
}

.version_number_disable {
	float:left;
	width:25px;
	height:20px;
	padding-top:2px;	
	color:#9e9e9e;
	text-align: center;	
}

.version_title {
	float:left;
	padding-right:15px;
	
}



.version_misc {
	
}


