.navbar-dark {
    width: 100%;
     background-image: linear-gradient(to bottom, var(--primary-color) 20%, var(--primary-color-diff) 100%);
}

.top{
    margin-bottom: 1px;
}
.nav-menu a{
    color: white;
    font-size: 1.2em;
    font-family : "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav-menu a:hover{
    background-color: transparent;
    color: white;
    text-decoration: none;
}
.nav-menu li {
    padding-left: 0.6em;
    padding-right: 0.6em;
}

div.DTE_Field_InputControl  label.control-label{
    font-weight: bold;
    color: #900b0b;
}

div.DTE_Body{
    font-weight: bold;
    color: #900b0b;	
}

div.DTE_Field input {
  /*width:50% ;  */
  position:relative;
  padding:0;
    width : 50%;
}


div.DTE_Field input:read-only {
  opacity: 0.8;
 /* background-color: #eeeeee;*/
  background-color: white;
  border:0;
  box-shadow: none;
  position:relative;
  width : 50%
}

[readonly]:focus {
  border:0;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  box-shadow: none;
  -webkit-box-shadow: none;
  background: #e8e8e8;
  outline: none;
  width:50%
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field > label {
    float: left;
    width: fit-content;
    padding-top: 6px;
}

div.help-block{
	color:grey;
	font-weight: normal;
}
div.DTE_Body div.DTE_Body_Content div.DTE_Field {
	padding:0;
}

div.DTE_Field_Type_radio {
	display:flex;
}


div.DTE_Body div.DTE_Body_Content div.DTE_Field.full {
  padding: 0;
}
div.DTE_Body div.DTE_Body_Content div.DTE_Field.full > label {
  width: 20%;
}
div.DTE_Body div.DTE_Body_Content div.DTE_Field.full > div.DTE_Field_Input {
  width: 80%;
}

.sidebar-nav .navbar .column{
	margin: auto;
	min-height: 50px;
	border: 2px solid #e7e7e7;
	border-radius: 10px;
	/*box-shadow: 2px 4px lightgrey; */
	margin: auto;
}
.sidebar-nav .navbar-collapse {
	padding: 0;
	max-height: none;
	margin: auto;
}

.sidebar-nav li {
	padding-top: 12px;
	padding-bottom: 12px
}

.sidebar-nav a {
	font-size: 1.3em;
	font-weight: bold;
	color: var(--primary-color);
}

.sidebar-nav a:hover {
	color: var(--secondary-color);
	font-weight: 500;
}

