    
.form-group { margin-bottom: 0px; }
	
  body {
    font-family: 'Open Sans', sans-serif;
  }
  
  .divMain {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  
  /* ***** */

* {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
}
html, body {
  height:100%;
}
body {
    color: #797979;
    background: #EEE;
    font-size:13px;
}
a:link, a:visited, a:active {
	color:#333;
	text-decoration:none;
}
.wrapper {
    width: 100%;
    height: 100%;
}
header {
  min-height:55px;
  background:#004aad;
  position:fixed;
  top: 0px;
  left: 220px;
  padding-left: 110px;
  padding-top: 10px;
  width: 100%;
  z-index:1002;
  font-size: 20px;
  color: #FFF;
}
.headerB {
  top: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

footer {
  margin-bottom: 0px;
  padding-top: 4px;
  min-height:10px;
  background:#004aad;
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:1002;
  font-size: 8px;
  color: #FFF;
}

footer p {
  font-size: 10px;
  color: #FFF;
}

/* NAVIGATION */
nav {
	width: 300px;
	height: 100%;
	position: fixed;
	background: #004aad;
	padding-top:35px;
	padding-left:10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	z-index:1003;
}
/* TEST NAV */
nav .menu-item {
  text-transform:uppercase;
}
/* TEST NAV END */
nav a:link, nav a:visited, nav a:active, nav a:hover {
	color:#EEE;
}

/* CONTENT */

.main-content {
  height: calc(100% - 95px);
  margin-left:260px;
   transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.container {
  width: 100%;
  height:100%;
  display: inline-block;
  margin-top: 5px;
  padding: 15px;
  padding-left: 120px;
  padding-top: 50px;
  background:#EEE;
}
.nav-hover {
  width:150px;
}
.push {
  margin-left:150px;
}
.arrow {
  transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
}
.active {
  background:#B31131!important;
}  
  

.navHeader {
	color: #FFF;
	font-size: 14px;
}

.navLinks {
	color: #FFF;
	font-size: 12px;
	margin-left: 20px;
}


#divFormRow {
    width: 100%;
}

#divFormArea {
    width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

#divCreateNewOrder {
	clear: both;
	top:50%; 
    left:50%;
}

#divOrderTable {
	width: 85%;
	background:#FFF;
	border-radius: 25px;
	padding: 20px;
	min-height: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

#divFormSelect {
	width: 50%;
	background:#FFF;
	border-radius: 25px;
	padding: 20px;
	height: 90px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

#divFormLogin {
	width: 60%;
	background:#FFF;
	border-radius: 25px;
	padding: 20px;
	height: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

#divFormActions {
	margin-left: 20px;
	background:#FFF;
	border-radius: 25px;
	padding: 20px;
	height: 90px;
	width: 41%;
	margin-bottom: 20px;
	float: left;
}

.float-left {
	margin-right: 20px;
	float: left;
}

#divSectionRow {
	clear: both;
    width: 100%;
	margin-bottom: 30px;
}

#divSectionHeader {
    width: 100%;
}

#divSectionHeader_display {
	background:#FFF;
	border-radius: 25px;
	padding: 20px;
	width: 50%;
	min-height: 250px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

#divSectionHeader_edit {
	margin-left: 20px;
	background:#FFF;
	border-radius: 25px;
	padding: 20px;
	min-height: 250px;
	margin-bottom: 20px;
	width: 41%;
	float: left;
}

#divSectionPolicy {
	clear: both;
    width: 100%;
}

#divSectionPolicy_display {
	background:#FFF;
	border-radius: 25px;
	padding: 20px;
	width: 93%;
	min-height: 165px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

#divSectionPolicy_edit {
	margin-left: 20px;
	background:#FFF;
	border-radius: 25px;
	padding: 20px;
	min-height: 165px;
	margin-bottom: 20px;
	width: 550px;
	float: left;
}

#divSectionFooter {
	clear: both;
    width: 100%;
}

#divSectionHistoryTable {
	background:#FFF;
	border-radius: 25px;
	padding: 20px;
	width: 93%;
	min-height: 165px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

#divPadding {
	min-height: 165px;
	margin-bottom: 200px;
}

#cke_3_top {
	position: sticky;
	top: 53px;
}