.body-class {  
	margin-top: 0px;  
	margin-right: auto;  
	margin-bottom: 0px;  
	margin-left: auto;  
	background-color: white;  
	overflow-x: hidden;
}

.page-width{
	width: 900px;  
}

.blue-circle {  
  display: inline-block;
  background: rgb(83, 134, 245);
  width: 24px; 
  height: 24px; 
  border-radius: 12px;
  margin-left: 5px;
  margin-bottom:-5px;
}

.title-div{
	width: 100%;  
	text-align: center;  
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 3em;
	font-family: 'Comfortaa', cursive;
	/*font-family: 'Oxygen', sans-serif; */
	/* font-family: 'Tangerine', cursive; */
	/* font-family: 'Dancing Script', cursive; */
	/*font-family: Arial, Helvetica, sans-serif; */
	
	color: #5386F5;
	/*color: #d8d8d8; */
	
	background-color: rgb(250, 250, 250);
	/*background-color: rgba(255, 204, 51, 0.15); */
	/*background-color: rgba(250, 250, 255, 0.95); */
	/*background-color: #F7F7E1; */
	
	box-shadow: 2px 2px 6px #5386F5;

	margin-top: 10px;
	margin-bottom: 15px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.main-content-wrapper {
	position: relative;
	height: 600px;
	overflow-y: auto;
	overflow-x: hidden;

	box-shadow: 1px 1px 6px #5386F5;
	-webkit-border-radius: 12px;
	border-radius: 12px;

	margin-top: 20px;
	border-top-width: 1px;  
	border-right-width: 1px;  
	border-bottom-width: 1px;  
	border-left-width: 1px;  
	border-style: none;  

	text-align: left;  

	font-size: larger;  
	background-color: rgb(250, 250, 250);
	/*background-color: #f0f0f1; */
}


.nav-btn-wrapper {
	position: absolute;
	top: 15px;
	
	padding-top: 5px;  
	padding-left: 40px;  
}

.nav-btn-wrapper:after{
	clear: both;
}

.nav-btn-div {
	display: inline;

	font-family: 'Comfortaa', cursive;
	font-weight: bold;
	color: #5386F5;
	background-color: #ffffff;
	/*background-color: #B3E4CB;*/
	padding: 10px 30px;
	margin-left: 10px;
	margin-right: 30px;
	font-size: 1.5em;
	/*font-size: 20px; */

	border: 1px solid #5386F5;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.instructions {
	display: inline;

	font-family: 'Comfortaa', cursive;
	font-weight: bold;
	color: #5386F5;
	background-color: inherit;
	margin-left: 10px;
	margin-right: 30px;
	font-size: 1.5em;
}

.single-tab-div {
	position: absolute;
	top: 70px;
	left: 20px;
	opacity: 1.0;
	background-color: rgb(250, 250, 250);
	/*background-color: #f0f0f1; */
	width: 600px;
	height: 400px;

	/*box-shadow: 4px 4px 8px #888888;*/
	/*border-style: solid;*/
   /*border-color: #dddddd;*/
	 
	padding-top: 20px;  
	padding-right: 20px;  
	padding-bottom: 20px;  
	padding-left: 20px;  
}

/*
input[type=checkbox] {
	visibility: hidden;
}
.checkboxFour {
	width: 40px;
	height: 40px;
	background: #ddd;
	margin: 20px 20px;

	border-radius: 100%;
	position: relative;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.checkboxFour label {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100px;

	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
	transition: all .1s ease;
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;

	background: #333;

	-webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
}
.checkboxFour input[type=checkbox]:checked + label {
	background: #26ca28;
}
*/

.checkbox-container{
	float:left; 
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.viewfld-container{
	float:left; 
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 120px;
}

.edit-fld-container{
	float:left; 
	padding-top: 5px;
	padding-bottom: 5px;
}

.search-tbl-wrapper{
	height: 400px;
	overflow: auto;
}

.search-tbl{
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 10px;
}
.search-tbl td, .search-tbl th{
	padding: 5px 10px;
}
.search-tbl, .search-tbl td, .search-tbl th{
	border: 1px solid black;
}
.search-tbl th{
	  background-color: rgba(255, 204, 51, 0.15);
}
.search-tbl tr:nth-child(odd) {
      background-color: rgb(240, 240, 241);
}
.search-tbl tr:nth-child(even) {
      background-color: rgb(230, 230, 231);
}

.checkbox-div{
	margin: 7px 0px; /* this is important and sensitive */
}

.SrchFldTxt {
	margin-left:15px;
}

.SrchFldSection {
	font-weight: bold;
	margin-bottom: 10px;
}

.ViewFldSection {
	font-weight: bold;
	margin-bottom: 10px;
}

/* #0AC968 for mousedown */

/*
.div-page-title-class:after {
   clear : both;
}
*/

.search-fld-div{
	position: relative;
	margin: 10px 0px;
   display: inline-block;
}

.display-fld-div{
	position: relative;
	margin: 10px 0px;
}

.search-fld-label{
/*	font-size: 10px; */
}


.test-field-container{
	margin: 10px 0px;
}

.test-label{
	min-width: 160px;
   display: inline-block;
}

.input-field-wrapper{
   display: inline-block;
}

.test-input-fld{
}


.viewfld-container .search-fld-label{
	font-size: 12px;
}

.viewfld-container .view-fld-input{
	font-size: 12px;
}

.search-fld-input{
	position: absolute;
	left: 160px;
}

.view-fld-input{
	position: absolute;
	left: 100px;
/*	font-size: 10px; */
}

.edit-control-table{
}
.edit-table-row{
//	line-height: 40px;
	line-height: 32px;
}

.edit-fld-label{
}

.edit-fld-div{
	position: relative;
	margin: 12px 0px;
}

.edit-fld-input{
//	height: 28px;
//	font-size: 1.2em;
	height: 20px;
	font-size: smaller;
}

.drop-down-div {
	font-family: 'Comfortaa', cursive;
	font-size: 1.5em;
	color: rgb(255, 255, 255);
	background-color: rgba(83, 134, 245, 0.7);
	border: 2px  solid  rgba(200, 200, 200, 0.9);
	position: absolute;
	top: 150px;
	left:300px
}

.drop-down-item {
	display: block;
	padding: 5px 15px;
}

.drop-down-link{
}


.full-width-bar {  
	display:block;
	margin-top: 5px;  
	margin-right: -9999px;
	margin-left: -9999px;
	border-top: 2px  solid  rgba(200, 200, 200, 0.9);
	border-bottom: 2px  solid  rgba(200, 200, 200, 0.9);
	/*background-color: white; */
	/*background-color: #5386F5; */
	background-color: rgba(83, 134, 245, 0.4);
}

.inside-full-width {  
	display:block;
	margin-left: auto;  
	margin-right: auto;  
	padding: 5px 0px;
	color: white;
}

.full-width-link{
	font-family: 'Comfortaa', cursive;
	font-size: 1.5em;
	display: inline;
	margin: 0;
/*	margin-right: 30px; */
/*	padding: 5px 20px; */
	margin-right: 10px;
	padding: 5px 15px;
}


.dlg_main_div
{
	position:absolute;
	z-index:200;
	background-color: white;
	color: rgb(83, 134, 245);

	font-family: 'Comfortaa', cursive;
	font-size: 1.2em;
	border: solid  5px  rgba(83, 134, 245, 0.9);
	-webkit-border-radius: 12px;
	border-radius: 12px;
	filter:alpha(opacity=100);
}

.dlg_mask_div
{
	position:absolute;
	top:0;
	left:0;
	min-height:100%;
	height:100%;
	width:100%;
	background:#FFF;
	opacity:.8;
	filter:alpha(opacity=80);
	z-index:100
}

.dlg_title {
   width: 100%;
   color: #5386F5;
	font-family: 'Comfortaa', cursive;
	font-weight: bold;
	font-size: 1.5em;
   text-align: center;	
}


.invisible-at-startup {
	visibility: hidden;
}
.removed-at-startup {
	display: none;
}

.anyDivButton{
	-moz-user-select: none; 
	-khtml-user-select: none; 
   -webkit-user-select: none; 
   -o-user-select: none;
   user-select: none;
}
