
/****************************************/
/* Resource: TreeView.css
/****************************************/
.tree_view {
    background-color:white;
    /*border-right:1px solid black;*/
    overflow:scroll;
    width:100%;
    height:1000px;
    padding:5px;
    font-size:9pt;
}
.node_leaf {
    white-space:nowrap;
    cursor:pointer;
}
.node_childs {
    margin-left:10px;
    white-space:nowrap;
    display:block;
}
.node_branch {
    white-space:nowrap;
    cursor:default;
}
.node_leaf:hover,
.node_branch:hover {
    text-decoration:underline;
}

/****************************************/
/* Resource: topnav.css
/****************************************/
/* --- main menu --- */
.header {
    display:block;
    margin:0px;
    padding:5px;
    font-size: 18pt;
    line-height:30pt;
    padding-left:15px;
    background-color:white;
}
.main_menu {
    background-color: #444;
    display: block;
    color:white;
    margin:0px;
    padding:0px;
    padding-left:5px;
    width:100%;
    float:left;
}
.main_menu {
    padding:0 !important;
}
.main_menu a, .dropdown .dropbtn {
    color:white;
    text-decoration:none;
    display:inline-block;
    font-size:14pt;
    padding:6px;
    padding-top:4px;
    margin:0px;
    float:left;
    background-color: inherit;
    border: none;
    outline: none;
    font-family: inherit;
}
.main_menu a:hover {
	background-color: #1071DF !important;
	color:#EEE;
    cursor:pointer;
}
.right_menu_item {
    float:right !important;
    margin-right:15px !important;
    position:initial;
}
.right_menu_item:hover {
    background-color:#444 !important;
}
.right_menu_item .dropdown-content {
    min-width:102px !important;
}
.debug_info {
    float:right !important;
    margin-right:20px;
}

/* --- dropdown --- */
.sub {
    font-size: 12pt !important;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
    float:none;
    background-color:#444;
}
.dropdown:hover .dropbtn, .dropdown-content a:hover {
  	background-color: #1071DF !important;
	color:#EEE;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #444;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: white;
  padding: 8px 5px;
  font-size: 12pt;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown:hover .dropdown-content {
  display: block;
}

/* --- div --- */
.show {
    display: block !important;
}
.dbfinfo {
    margin:150px;
    width:250px;
}

/****************************************/
/* Resource: tabs.css
/****************************************/
.tab {
    display:inline-block;
}
.tab ul {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0px;
    background-color: #f3f3f3;
    position:relative;
    top:1px;
}
.tab-li {
    display: table-cell;
    text-align: center;
    border:1px solid lightgray;
    vertical-align: middle;
    min-width:50px;
    padding: 2px 4px 2px 4px;
    margin:0px;
    background-color: #f3f3f3;
    color:gray;
    cursor:pointer;
}
.tab-sel {
    background-color:white !important;
    border-bottom:1px solid white !important;
    color:black !important;
    cursor:default !important;
}
.tab li:hover {
    background-color: #f7f7f7;
}
.tab > div {
    display:none;
    border:1px solid lightgray;
    width:100%;
    height:100%;
    padding:10px;
}

/****************************************/
/* Resource: button.css
/****************************************/
.aslbutton {
    border-radius: 4px;
    display:inline-block;
    padding: 4px;
    margin:0px 4px 2px 0px;
    border: 1px solid #949494;
    line-height:1;
    font-size:11pt;
    text-align: center;
    cursor:default;
    color:black;
    white-space:nowrap;
    min-width:70px;
    background-color: white;
}
.aslbutton:hover {
	background-color: #1071DF !important;
    color:#EEE;
}
.dis {
    color:gray !important;
}

/****************************************/
/* Resource: datepicker.css
/****************************************/
.ui-datepicker-header {
    background-color:transparent;
    font-weight: normal;
    color: black;
    font-size: 14pt;
    padding: 2px;
    margin:0px;
    margin-bottom:3px;
    border:0;
    border-bottom: ;
    box-shadow:none;
}
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-state-focus {
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-datepicker {
    background-color:lightgray;
    border:1px solid #aaa;
}
.ui-datepicker td a {
    color:black;
}
.ui-datepicker-current-day {
    border: 1px solid black;
    background-color:#1071DF !important;
    font-weight:bold;
}
.ui-datepicker-today {
    background-color:#f0f0f0;
}
.ui-datepicker-month {
    font-size:9pt !important;
}
.ui-datepicker-year {
    font-size:9pt !important;
}
.ui-datepicker td a:hover {
    background-color:white;
    color:gray;
}
.ui-datepicker-trigger {
    border:0;
    background-image:url("/DBF/media/images/calendar.png");
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    cursor:pointer;
    position:relative;
    top:1px;
    left:2px;
}

/****************************************/
/* Resource: dbfields.css
/****************************************/
.date_field {
    width:75px !important;
}
.dbradio input {
	width:auto;
	height:auto;
	margin-right:5px;
}
.dbradio label {
	width:auto;
	display:inline;
	font-size:10pt;
	margin-right:10px;
}

/****************************************/
/* Resource: div.css
/****************************************/
.edit_click {
    cursor:pointer;
    text-decoration:underline;
}
.header_add {
    float:right;
    font-size:10pt;
}
.header_add span {
    border:1px solid lightgray;
    background-color:#fafafa;
    padding:2px;
}
/* --- lockscreen --- */
.lockscreen {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.invalid {
    border:2px solid red;
}
.error {
    display:block;
    color:red;
    border:none !important;
    background-color:transparent !important;
}
.ui-icon {
    top:2px;
}

/****************************************/
/* Resource: fieldset.css
/****************************************/
fieldset {
    display:inline-block;
    border:1px solid #D3D3D3;
    padding:0px;
    background-color:#F9F9F9;
    width:100%;
    float:left;
    margin:-1px;
}
legend {
	padding: 0.1em 0.5em;
	border: 1px solid #D3D3D3;
	color:black;
	text-align:right;
	background-color:white;
	position: relative;
   	right: 1%;
   	font-weight: bolder;
    font-size: 95%;
}

/****************************************/
/* Resource: form.css
/****************************************/
form {
    padding:0px;
    width:auto;
}
select {
	font-size:10.5pt;
    height:24px;
}
textarea {
    font-size:10.5pt;
    width:100%;
    height:50pt;
}
label {
	font-weight:normal; 
	display:block; 
	width:100%; 
	margin:0px; 
	white-space:nowrap;
	overflow:hide;
}
textarea, input, button, select, button:hover {
    outline: none;
    font-family: segoe;
}
select:disabled,
textarea:disabled,
textarea:read-only {
    background-color:#fafafa;
    color:#555 !important;
}

/****************************************/
/* Resource: header.css
/****************************************/
h1, h2, h3, h4 {
    background-color:transparent;
    font-weight: normal;
    color: black;
    font-size: 14pt;
    padding: 2px;
    margin:0px;
    margin-bottom:3px;
    border:0;
    border-bottom: 1px solid lightgray;
    box-shadow:none;
}
h2, h3, h4 {
    border-bottom:none;/* 1px solid lightgray;*/
    /*font-weight: bold;*/
    font-size: 12pt;
}
h3, h4 {
    padding: 1px 2px 1px 2px;
    border:none;
    font-weight: normal;
    font-size: 11pt;
}

/****************************************/
/* Resource: inline.css
/****************************************/
.inline-table label {
	width:auto;
	display:table-cell;
	padding-right:5px;
}
.inline-table {
	display:table !important;
	float:left;
}
.inline {
    display:inline-block;
}
.inline label {
    display:inline;
    margin-right:5px;
}
.inline input,
.inline select, 
.inline textarea {
    width:auto;
}

/****************************************/
/* Resource: input.css
/****************************************/
input {
    width:100%;
    text-align:left;
    margin:0;
    border: 1px solid #D3D3D3;
    padding: 1px 4px 2px 3px;
    font-size:10.5pt;
    height:24px;
}
input[name="search"] {
    width:200px;
}
input[type="checkbox"] {
    width:20px;
    height:auto;
}
input[type="button"] {
    width:auto;
    background-color:white;
    text-align:left;
    margin:0;
    border: 1px solid #D3D3D3;
    padding: 1px 4px 1px 4px;
    border-radius: 5px;
    font-size:10pt;
}
input[type="text"]:-moz-read-only {
    background-color:#fafafa;
    color:#555;
}
input[type="password"]:read-only,
input[type="text"]:read-only,
input[type="password"]:disabled,
input[type="text"]:disabled {
    background-color:#fafafa;
    color:#555 !important;
}

/****************************************/
/* Resource: inputselect.css
/****************************************/
.inputselect {
	position:relative;
	width:100%
}
.inputselect select {
    color:white;
    background-color:white;
    width:100%;
    border-radius:0;
}
.inputselect input {
	border-right:none;
	position:absolute;
	top:0px;
	left:0px;
	width:86%;
	background-color:white;
	margin-top:0px;
	margin-left:0px
}

/****************************************/
/* Resource: layout.css
/****************************************/
/* --- stuff --- */
.block-nw {
    display:inline-block;
    white-space:nowrap;
    font-size:inherit;
}
/* --- table --- */
.table {
	display:table;
}
.cell {
	display:table-cell;
}
/* --- use br for clear float --- */
br { 
	float:none; clear:both; 
}

.big {
	font-size:14pt !important;
}
.border {
	border: 1px solid #D3D3D3;
}
.border_bottom {
	border-bottom: 1px solid #D3D3D3;
}

/****************************************/
/* Resource: page.css
/****************************************/
@font-face {
    font-family: segoe;
    src: url(/DBF/media/fonts/segoe.woff);
}
html {
	font-family: segoe;
    font-size: 10pt;
}
body {
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    background-color:#f1f1f1;
}

/****************************************/
/* Resource: select.css
/****************************************/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 1em;
}
select {
    background-color:white;
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    padding: 0px;
    padding-left:2px;
    padding-right:16px;
    margin-bottom:2px;
    background-image:url(/DBF/media/images/select_24.png);
    font-size:10pt;
    height:24px;
    width:100%;
}
select option {
    color:black;
}
select:focus {
    outline:none;
}
select:focus::-ms-value {
    background-color:lightblue !important;
}
option {
    background-color:lightgray;
    border-top:1px solid gray;
    padding:2px;
    outline:none;
}
.multi_select {
    background-image:none;
    height:auto;
    padding: 4px;
}
.multi_select option {
    background-color:transparent;
}

/****************************************/
/* Resource: StyleControl.css
/****************************************/
.style-control {
    width:100%;
    border-collapse:collapse;
}
.style-control td {
    padding:0;
}

/****************************************/
/* Resource: StateBar.css
/****************************************/
.state_bar {
     position:fixed;
     right:0px;
     bottom:0px;
     background:#f1f1f1;
     display:block;
     width:100%;
     font-size:10pt;
     display:table;
     background-color:#444;
     line-height:12pt;
     padding:0;
     margin:0;
     color:white;
 }
 .loading {
     display:none;
     top: -3px;
     left: 20px;
     text-align: left;
 }
 .state_bar > div {
     display:table-cell;
     padding:0px 0px 4px 4px;
     margin:0;
 }
 
/****************************************/
/* Resource: sidenav.css
/****************************************/
.side_menu {
    font-size:12pt;
}
.side_menu li {
    cursor:pointer;
}
.side_menu li:hover {
    text-decoration:underline;
}
.side_menu label {
    font-size:10pt;
    color:#999;
    font-style:italic;
}

/****************************************/
/* Resource: filter.css
/****************************************/
.table_filter_content {
  display: none;
  position: absolute;
  border:1px solid #fff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  background-color: #f8f8f8;
  z-index: 1;
  font-family: segoe;
  font-weight: normal;
}
.filter_pane {
    min-width: 160px;
  	max-height:300px;
  	overflow: scroll;
}
.wrapper {
    display: table;
    table-layout: auto;
    /*height:100px;*/
    background-color:#eee;
    padding:0px;
    margin:0px;
    width:100%;
}
.wrapper a {
    display: table-cell;
    text-align: center;
    text-decoration: none;
    color:black;
    padding:1px;
    color:#555;
    font-size:9pt;
    min-width:50px;
}
.wrapper a:hover {
    color:black;
    background-color:#ddd;
}
.filter_pane input {
    width:auto;
}

/****************************************/
/* Resource: meta_table.css
/****************************************/
.dbtable {
    width: 100%;
    ;
    border-collapse: collapse;
    margin: 0px;
}
.dbtable th {
    text-align:left;
    border-bottom:1px solid #D3D3D3;
    white-space: nowrap;
}
.dbtable td {
    border-right: 1px solid #D3D3D3;
    padding-right: 4px;
    padding-left: 4px;
}
.dbtable tbody tr:nth-child(even) {
    background-color: #F9F9F9;
}
.dbtable tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
}
.dbtable tbody tr:hover {
	background-color:#1071DF !important;
    color:#EEE;
    cursor:pointer;
}
.dbtable a, .dbtable a:visited { color:black; text-decoration:none; }
.dbtable a:hover { text-decoration:underline; color:white; }
.dbtable a:active { position:relative;top:1px; }
.dbtable a:focus { color:red; }

/****************************************/
/* Resource: loadanim.css
/****************************************/
.loading {
    font-size: 14px;
    /*font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;*/
    color: #333;
    text-align: center;
    margin-top: 0px;
    display:none;
    height:0;
    top:-5px;
    position:relative;
}
.loading span {
    display: block;
    margin: 0 auto;
}
.loading span[class*="l-"] {
    height: 4px; width: 4px;
    background: #000;
    display: inline-block;
    /*margin: 12px 2px;*/
    margin: 12px 2px;
    
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    
    -webkit-animation: loader 4s infinite;
    -webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
    -webkit-animation-fill-mode: both;
    -moz-animation: loader 4s infinite;
    -moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
    -moz-animation-fill-mode: both;
    -ms-animation: loader 4s infinite;
    -ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
    -ms-animation-fill-mode: both;
    animation: loader 4s infinite;
    animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
    animation-fill-mode: both;
}
.loading span.l-1 {-webkit-animation-delay: 1s;animation-delay: 1s;-ms-animation-delay: 1s;-moz-animation-delay: 1s;}
.loading span.l-2 {-webkit-animation-delay: 0.8s;animation-delay: 0.8s;-ms-animation-delay: 0.8s;-moz-animation-delay: 0.8s;}
.loading span.l-3 {-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-ms-animation-delay: 0.6s;-moz-animation-delay: 0.6s;}
.loading span.l-4 {-webkit-animation-delay: 0.4s;animation-delay: 0.4s;-ms-animation-delay: 0.4s;-moz-animation-delay: 0.4s;}
.loading span.l-5 {-webkit-animation-delay: 0.2s;animation-delay: 0.2s;-ms-animation-delay: 0.2s;-moz-animation-delay: 0.2s;}
.loading span.l-6 {-webkit-animation-delay: 0;animation-delay: 0;-ms-animation-delay: 0;-moz-animation-delay: 0;}
@-webkit-keyframes loader {
    0% {-webkit-transform: translateX(-30px); opacity: 0;}
    25% {opacity: 1;}
    50% {-webkit-transform: translateX(30px); opacity: 0;}
    100% {opacity: 0;}
}
@-moz-keyframes loader {
    0% {-moz-transform: translateX(-30px); opacity: 0;}
    25% {opacity: 1;}
    50% {-moz-transform: translateX(30px); opacity: 0;}
    100% {opacity: 0;}
}
@-keyframes loader {
    0% {-transform: translateX(-30px); opacity: 0;}
    25% {opacity: 1;}
    50% {-transform: translateX(30px); opacity: 0;}
    100% {opacity: 0;}
}
@-ms-keyframes loader {
    0% {-ms-transform: translateX(-30px); opacity: 0;}
    25% {opacity: 1;}
    50% {-ms-transform: translateX(30px); opacity: 0;}
    100% {opacity: 0;}
}

/****************************************/
/* Resource: FixedPanel.css
/****************************************/
.fixed_panel {
     /*position:fixed;*/
     border-right:1px solid lightgray;
     float:left;
     background-color:white;
     top:0px;
     height:100%;
     min-width:160px;
     max-width:160px;
     overflow:hidden;
}
.fixed_panel_content {
	overflow:scroll;
	padding:0;
	margin:0;
}
.sizer_right {
    width:4px;
    height:100%;
    position:absolute;
    right:0px;
    border-right:1px solid darkgray;
    cursor:col-resize;
}
.spacer {
    display:table-cell;
    min-width:160px;
    max-width:160px;
    z-index:-1;
}

/****************************************/
/* Resource: FadeTabs.css
/****************************************/
/* Style of the tab container */
.fadetab {
    height:auto;
    overflow:hidden;
    border: 1px solid #ccc;
    display: table;
    width: 100%;
}

/* Style the tab */
div.fadetab_head {
    overflow: hidden;
    background-color: #f1f1f1;
    display:table-row;
    height:0px;
    /*
    background: rgba(213,213,213,1);background: -moz-linear-gradient(top, rgba(213,213,213,1) 0%, rgba(238,238,238,1) 36%, rgba(193,193,193,1) 100%);background: -webkit-linear-gradient(top, rgba(213,213,213,1) 0%,rgba(238,238,238,1) 36%, rgba(193,193,193,1) 100%);background: linear-gradient(to bottom, rgba(213,213,213,1) 0%, rgba(238,238,238,1) 36%, rgba(238,238,238,1) 100%);    */
    /*
    background: rgb(213,213,213);
	background: -moz-linear-gradient(top, rgba(213,213,213,1) 0%, rgba(238,238,238,1) 36%, rgba(193,193,193,1) 100%);
	background: -webkit-linear-gradient(top, rgba(213,213,213,1) 0%,rgba(238,238,238,1) 36%,rgba(193,193,193,1) 100%);
	background: linear-gradient(to bottom, rgba(213,213,213,1) 0%,rgba(238,238,238,1) 36%,rgba(193,193,193,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#c1c1c1',GradientType=0 );
	*/
	
	/*
    background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #bababa 45%, #c1c1c1 100%);
	background: -webkit-linear-gradient(top, #eeeeee 0%,#bababa 45%,#c1c1c1 100%);
	background: linear-gradient(to bottom, #eeeeee 0%,#bababa 45%,#c1c1c1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=0 );
	*/
}

/* Style the buttons inside the tab */
div.fadetab_head button {
    background-color: #ccc;
    float: left;
    /*border: 1px solid #ddd;*/
    border: none;
    outline: none;
    cursor: pointer;
    padding: 2px 12px;
    transition: 0.3s;
    font-size: 11pt;
    margin: 0px;
    
    color:#666;
    border-radius:0;/*10px 10px 0px 0px;*/
}

/* Change background color of buttons on hover */
div.fadetab_head button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.fadetab_head button.active {
    background-color: #999;/*#f1f1f1;*/
    /*border-bottom: 1px solid #f1f1f1;*/
    color:black;
}

/* Style the tab content */
div.fadetab_content {
    border-top:none;
    display: none;
    padding: 6px 12px;
    overflow:auto;
    display:table-cell;
    height:100%;
    /*border-top: 1px solid #ccc;*/
    /*
    -webkit-animation: fadeEffect 0.25s;
    animation: fadeEffect 0.25s;
    */
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

/****************************************/
/* Resource: ColorPicker.css
/****************************************/
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 2px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: 1px solid #D3D3D3;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
/*
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
*/
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width: 18px;
    height: 18px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

/****************************************/
/* Resource: AlertDialog.css
/****************************************/
.modal:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.modal {
  font-family: arial;
  font-size: 10pt;
  z-index: 5000;
  display:none;
  min-width: 360px;
  max-width: 560px;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height:0;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15%;
  margin-bottom: auto;
}
.modal-body {
  background: #eee;
  border-radius: 0px;
  word-wrap:break-word;
  /*overflow:scroll;*/
  padding:0px;
}
.modal-header {
  background-color: #444;
  color:white;
  font-weight:bold;
  padding:4px;
  padding-left:10px;
  border-radius: 0px;
}
.modal-content {
  padding:10px;
  padding-bottom:20px;
  min-height:20px;
}
.modal-content img {
    height:16px;
    width:16px;
}

/****************************************/
/* Resource: VideoControl.css
/****************************************/
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1000; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

/****************************************/
/* Resource: vcenter.css
/****************************************/
.vcenter-block {
    display:inline-block;
    vertical-align:middle;
    white-space:normal;
    text-align:center;
    width:100%;
}
.vcenter-spacer {
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

/****************************************/
/* Resource: TopPanel.css
/****************************************/
.top-panel {
    width:100%;
    display:inline-block;
    margin:0;
    padding:0;
    background-color:#eee;
    overflow:hidden;
}
.top-panel ul {
    list-style-type:none;
    display:inline-block;
    margin:10px;
    padding:0;
}
.top-panel li {
    float:left;
    margin-left:40px;
    margin-right:40px;
    font-size:75%;
    color:#214290;
    font-weight:bold;
}
/*.top-panel li img { height:60px; width:auto; fill:blue; }*/
.top-panel li:hover div:first-child { opacity:.5; }
.top-panel li:hover { color:#00c; cursor:pointer; }

.top-panel-scroll-content {
    text-align:center;
    float:left;
    width:50%;
    /*background-color:blue;*/
    position:relative;
    left:0;
}
.top-panel li img {
    width: auto;
    height: 100%;
}
 /*
.top-panel li img {
    margin-bottom:3px;
}
*/
.top-panel li {
    margin-left:10px;
    margin-right:10px;
    font-size:65%;
    float:none;
}
/*
.top-panel li img {
    height:40px;
}
*/
.top-panel-item-image {
    height:60px;
    min-width:60px;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}
.top-panel-rider {
     width:100%;
 }
 .top-panel-hide-menu {
    display:none;
 }

@media only screen and (min-width: 580px) {
    .top-panel-rider { width:200%; }
    .top-panel li { float:left; }
    .top-panel-hide-menu { display:list-item; }
    .scr_cont {
        left:-0%;
    }
    .top-panel-head { display:none; }
}
@media only screen and (min-width: 650px) {
    .top-panel li {
        margin-left:10px;
        margin-right:10px;
        font-size:75%;
    }
    /*
    .top-panel li img {
        height:60px;
    }
    */
}
@media only screen and (min-width: 750px) {
    .top-panel li {
        margin-left:15px;
        margin-right:15px;
        font-size:75%;
    }
}
@media only screen and (min-width: 850px) {
    .top-panel li {
        margin-left:25px;
        margin-right:25px;
        font-size:75%;
    }
}
@media only screen and (min-width: 1100px) {
    .top-panel li {
        margin-left:40px;
        margin-right:40px;
        font-size:75%;
    }
}
.top-panel-head {
    padding:5px 12px;
    font-size:14pt;
    cursor: pointer;
}
.top-panel-head:hover {
    background-color:lightgray;
}

/****************************************/
/* Resource: about.css
/****************************************/
.big-block {
    font-size:12pt;
    padding:20px 20px 20px 20px;
    /*padding-left:55px !important;*/
    
}
.arrow-block {
    /*background-color:#f2f2f2;*/
    text-align:center;
    width:100%;
    display:inline-block;
    padding:30px;
    background-image:url(/images/about/triangle.jpg);
    background-size: cover;
    background-position: center bottom;
    padding-bottom:70px;
    /*min-height:180px;*/
}
.blue-block, .gray-block {
    background-color:#214290;
    color:white;
    padding:20px 5px 20px 5px;
}
.gray-block {
    background-color:#f2f2f2;
    color:#111;
    padding:20px 20px 20px 20px;
}

.about-side-img {
    position:normal;
}
.about-side-img img {
    width: 100%;
    height: auto;
}

.pad1 {
    padding:20px 40px 30px 40px;
}
.pad2 {
    padding:10px 40px 10px 40px;
}

.about-page-header {
    border-bottom:12px solid #214290;
    height:250px;
    width:100%;
    text-align:center;
    overflow:hidden;
    position: relative;
    display: block;
}
.about-page-header-text {
    position: absolute;
    color: white;
    display: inline-block;
    top: 40%;
    left: 40%;
}
.about-page-header-text h1 {
    font-size: 44pt;
    color:inherit;
}
.about-page-header-text h2 {
    font-size: 34pt;
    color:inherit;
}
.about-page-header-text p {
    font-size: 14pt;
    color:inherit;
}
.about-header-image {
    height: 130%;
    background-position: bottom;
    background-size: cover;
    transform: translate(0,-50%);
    min-width:1200px;
    z-index: -10;
    width: 100%;
}
.about-header-image .image-fixture {
    width:inherit;
    height:inherit;
    background-position: inherit;
    background-size: inherit;
}

@media only screen and (min-width: 500px) {
    .about-page-header { height:350px; }
}
@media only screen and (min-width: 600px) {
    .about-page-header { height:420px; }
    body { font-size:12pt; }
    .big-block { font-size:14pt; }
}
@media only screen and (min-width: 850px) {
    .about-page-header { height:480px; }
    .about-side-img { position:absolute; }
}


/****************************************/
/* Resource: cntform.css
/****************************************/
.cnt_form label { 
    width:100px; 
    display: inline-block; 
    font-size:16pt;
}
.cnt_form input,
.cnt_form textarea {
    font-size:16pt;
    margin-bottom:15px;
}
.err { 
    color:red; 
}

@media only screen and (max-width: 630px) {
    .cnt_form label, 
    .cnt_form input,
    .cnt_form textarea {
        font-size:12pt;
    }
}

/****************************************/
/* Resource: edit.css
/****************************************/
.editpane {
	background-color: lightgray;
    display: none;
    width: 100%;
    padding: 2px;
    font: 12pt mainfont, arial;
}
.editpane a {
	float: left;
    text-decoration: none;
    margin-right:8px;
    font-size:12pt;
}
.editpane input {
	font-size: 9pt;
    padding: 1px;
    margin: 0;
    height: 18px;
}
.editpane div {
	display:inline-block;
	width:100%;
}
.editpane table {
	width:100%;
	border-collapse:collapse;
}
.editpane table td {
	padding:1px;
	font-size:9pt;
}
.editable {
	border:0;
	display:inline-block;
}
.editable img {
    width: 100%;
    height: auto;
}
h1 {
    color:black;
    font-size: 40pt;
    border:0;
    margin-bottom: 10px;
}
h2 {
    font-size:16pt;
    font-weight: bold;
    padding:0;
    margin:0;
}
p { margin-bottom:20px; margin-top:0px; }
.big-header {
    font-size: 20pt;
    margin-bottom: 15px;
    font-weight: normal;
    padding-bottom: 0px;
    border-bottom: 1px solid gray;
    margin-bottom: 20px;
}
.left-indent { margin-left:80px; }
.right-indent { margin-left:80px; }
.top-indent { margin-top:150px; }
.bottom-margin { margin-bottom:80px; }
.more-button { 
    margin-top:10px;
    margin-bottom:30px;
}
.more-button:hover {
    background-color:#2551b6;
}

.edit_show { position:unset !important; opacity:1 !important; }
.more-button a { color: white; text-decoration:none; }

.ce-element--focused,
.ce-element--over {
	color:black !important;
}

/* Center (default) */
[data-editable] iframe,
[data-editable] image,
[data-editable] [data-ce-tag=img],
[data-editable] img,
[data-editable] video {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/* Left align */
.align-left {
    clear: initial !important;
    float: left !important;
    margin-right: 1em !important;
    margin-bottom: 1em !important;
}

/* Right align */
.align-right {
    clear: initial !important;
    float: right !important;
    margin-left: 1em !important;
    margin-bottom: 1em !important;
}

/* Alignment styles for text in editable regions */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.no-block {
    display: inline-block !important;
}


/****************************************/
/* Resource: editor-styles.css
/****************************************/
.cont-margin-top {
    margin-top:50px;
}
.cont-margin-bottom {
    margin-bottom:50px;
}
.cont-caption {
    font-size:24px;
    font-weight:bold;
    border-bottom:1px spolid #333;
    margin-bottom:15px;
}
.cont-break-float {
    float:none;
    clear:both;
}

.line-height-high {
    line-height: 25pt;
}

/****************************************/
/* Resource: events.css
/****************************************/
.event {
    display:table;
    border:1px solid #ccc;
    width:100%;
    padding:5px;
    margin-top:20px;
    max-width:800px;
    text-align:left;
}
.event img {
	width:100%;
	height:auto;
}
.event-title {
    font-weight:bold;
    font-size:13pt;
    margin-bottom:5px;
}
.event-txt {
    display:table-cell;
    vertical-align:middle;
    width:60%;
    padding-left:20px;
}
.event-desc {
    font-weight:bold;
    font-size:11pt;
    margin-bottom:5px;
}
.event-date, .event-loc {
    color:#666;
    font-size:11pt;
}
.event-img {
	max-height:160px;
	overflow:hidden;
	width:40%;
    display:table-cell;
    vertical-align:middle;
}
.event-date img, .event-loc img {
    width:16px;
    position:relative;
    top:2px;
}
@media only screen and (max-width: 620px) {
    .event-img { width:30%; }
    .event-txt { width:70%; }
    .event-title { font-size:12pt; }
    .event-desc, .event-date, .event-loc { font-size:10pt; }
}
@media only screen and (max-width: 420px) {
    .event { display:inline-block; }
    .event-img { display:inline-block; width:120px; padding-left:20px; }
    .event-txt { display:inline-block; width:100%; }
}

/****************************************/
/* Resource: flipcharts.css
/****************************************/
.mySlides {
    display: none;
}
.mySlides img {
    vertical-align:middle;
}
.mySlides .more-button {
    margin-top:40px;
}
.slideshow-container {
    width:100%;
    height:600px;
    position: relative;
    margin: auto;
    overflow:hidden;
    font-weight:bold;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    padding: 12px;
    margin-top: -22px;
    color: #eee;
    font-weight: bold;
    font-size: 50px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
.dot {
    cursor: pointer;
    height: 6px;
    width: 6px;
    margin: 0 2px;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
    /*transition: background-color 0.6s ease;*/
}
.active, .dot:hover {
    background-color: #eee;
}
#back {
    position:absolute;
    display:inline-block;
    width:100%;
    height:100%;
    text-align:center;
    padding:0;
    vertical-align:middle;
    white-space:nowrap;
    animation-name: slide-back;
    animation-duration: 0.2s;
    animation-timing-function: cubic-bezir(.28,.41,.33,.94);
}
.text {
    color: #111;
    font-size: 40pt;
    padding: 8px 12px;
    position: absolute;
    width: 100%;
    text-align: center;
    height:100%;
    white-space:nowrap;
    animation-name: slide;
    animation-duration: 0.2s;
    animation-timing-function: cubic-bezir(.28,.41,.33,.94);
}
.flip_spacer {
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.vert-text {
    display:inline-block;
    vertical-align:middle;
    white-space:normal;
}
@keyframes slide {
  from { transform:translateX(4%); }
  to { transform:translateX(0%); }
}
@keyframes slide-back {
  from { transform:translateX(1%); }
  to { transform:translateX(0%); }
}
.subline1, .subline2 {
    position:absolute;
    animation-name: fade2;
    animation-duration: 10s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    opacity:1;
}
.subline2 {
    animation-name: fade;
    opacity:0;
}
@keyframes fade {
    0% { opacity: 0; }
    40% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 1; }
}
@keyframes fade2 {
    0% { opacity: 1; }
    40% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 0; }
}

@media only screen and (max-width: 850px) {
    .move-right {
        transform:translateX(350px);
    }
    .text {
        font-size: 30pt;
    }
}
/****************************************/
/* Resource: fonts.css
/****************************************/
/************ menu font *************/

@font-face {
    font-family: menufont;
    src: url(/media/fonts/conduit_itc.ttf);
}
@font-face {
    font-family: menufont;
    src: url(/media/fonts/conduit_itc_light1.woff);
    font-weight:light;
}
@font-face {
    font-family: menufont;
    src: url(/media/fonts/conduit_itc_bold1.ttf);
    font-weight:bold;
}

/************ main font *************/

@font-face {
    font-family: mainfont;
    src: url(/media/fonts/AvenirLTStd-Book.woff);
}

@font-face {
    font-family: "icon";
    src: url(/media/fonts/icons.woff);
    font-weight: normal;
    font-style: normal;
  }	
  
/************ fonts *************/
.toppic_font1 {
    font-size:40pt;
    text-align:center;
}
.toppic_font2 {
    font-size:20pt;
    text-align:center;
}

/*
@font-face {
    font-family: menufont;
    src: url(/media/fonts/conduit_itc.ttf);
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 11pt !important;
    font-weight: 200 !important;
}
*/
/****************************************/
/* Resource: lens_desc.css
/****************************************/
.lens-desc-header {
    font-size: 20pt;
    font-weight: bold;
    margin-bottom: 20px;
}

.lens-desc-image {
    height:245px;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}

.lens-block {
    height:300px;
    text-align:center;
  }
  

.lens-desc-image img {
    width: auto;
    height: 100%;
}

.lens-sub-pane {
    text-align: center;
}

.lens-sub-pane .more-button {
    min-width: 240px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.to-background {
    position: relative;
    z-index:-100;
    margin-top: 20px;
}

.lens-desc-table {
    border-collapse:collapse;
}

.lens-desc-table td {
    border:1px solid #ccc;
    padding:4px;
}

#tech_list li {
    cursor: pointer;
}
/****************************************/
/* Resource: prod.css
/****************************************/
.prod-container {
    background-color: #ddd;
    padding: 15px 0 0 15px;
    display: inline-block;
    width:100%;
    font-size: 14pt;
}
.prod-item-big {
    height: 1050px;
    background-color: white;
    border-right: 15px solid #ddd;
    border-bottom: 15px solid #ddd;
    display: inline-block;
    padding: 40px;
    width: 100%;
    overflow: hidden;
}
.prod-item-small {
    height: 500px;
    padding: 5px;
    background-color: white;
    border-right: 15px solid #ddd;
    border-bottom: 15px solid #ddd;
    display: inline-block;
    overflow: hidden;
}
.prod-item-big h2,
.prod-item-small h2 {
    font-size: 20pt;
    margin-bottom: 0;
}

.prod-image {
    width: 100%;
    height: 100%;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}

.table-container {
    height: 100%;
    display: table;
    text-align: center;
}
.cell-container {
    display: table-cell;
    vertical-align: middle;
}
/*
.cell-container img {
    width:100%;
    height: auto;
}
*/
.remark {
    font-size:11pt;
    color:#666;
}

/*
.prod-pad-cell {
    display: table-cell;
    vertical-align: middle;
}
.prod-pad:nth-child(even) {
    border-right-width: 7.5px;
}
.prod-pad:nth-child(odd) {
    border-left-width: 7.5px;
}

*/
/*
.subtitle {
    position:absolute;
    opacity:0;
    font-size: 20pt;
}
.subtitle_nofade {
    font-size: 20pt;
}
.vert-container {
     text-align:center;
     color:#222;
     padding-top:30px;
}
.vert-block {
    display:inline-block;
    text-align:left;
}
.pad-right {
    padding:15px;
}
.pad-left {
    padding:15px;
    padding-top:0;
}
.pad-left-wide {
    padding:40px;
}
.pad-top { 
    padding-top:30px; 
}
.height-big {
    height:650px;
    overflow:hidden;
}
.height-small {
    height:450px;
    overflow:hidden;
}
p, ul { font-size: 14pt; }
@media only screen and (min-width: 850px) {
    .pad-right {
        padding:15px;
        padding-right:7.5px;
    }
    .pad-left {
        padding:15px;
        padding-left:7.5px;
    }
}
@media only screen and (max-width: 420px) {    
    .pad-left-wide { padding:15px; }
    .flip_spacer { display:none; }
    .vert-container { padding:15px; }
    .pad-top { padding-top:0px; }
    .height-big, .height-small {
        height:auto;
    }
}
*/
/****************************************/
/* Resource: responsive.css
/****************************************/
.col-s-1 {width: 8.33%;}
.col-s-2 {width: 16.66%;}
.col-s-3 {width: 25%;}
.col-s-4 {width: 33.33%;}
.col-s-5 {width: 41.66%;}
.col-s-6 {width: 50%;}
.col-s-7 {width: 58.33%;}
.col-s-8 {width: 66.66%;}
.col-s-9 {width: 75%;}
.col-s-10 {width: 83.33%;}
.col-s-11 {width: 91.66%;}
.col-s-12 {width: 100%;}

@media only screen and (min-width: 420px) {
    /* For tablets: */
    /*.col-m-0 {display:none;}*/
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}

@media only screen and (min-width: 850px) {
    /* For desktop: */
    /*.col-0 {display:none;}*/
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

* {
    box-sizing: border-box;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}
img[class*="col-"] {
	height:auto;
	float:none;
    padding:0;
}

.row {
    display: inline-block;
    width: 100%;
    clear: both;
}
.height-auto {
	height: auto;
}

@media only screen and (max-width: 1100px) {
    h1, .toppic_font1 { font-size:30pt; }
    h2, .toppic_font2 { font-size:15pt; }
}

.resp_show { display:none; }

@media only screen and (max-width: 420px) {
    .hide {
        display:none;
    }
    .resp_show { display:inline-block; }
    h1, .toppic_font1 { font-size:20pt; }
    h2, .toppic_font2 { font-size:15pt; }
    ul { margin-left:0px !important; }
    body { font-size:11pt; }
    .full-width-sm { width:100%; }
}

/****************************************/
/* Resource: slideshow.css
/****************************************/

.slideshow {
    width:100%;
    height:inherit;
    position: relative;
    visibility: hidden;
}
/*************** container ***************/
.slideshow-container {
    width:100%;
    height:inherit;
    max-width: 2500px;
    height:inherit;
    position: relative;
    margin: auto;
    overflow:hidden;
    font-weight:bold;
    line-height:normal;
}
.slideshow-prev, .slideshow-next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    padding: 12px;
    margin-top: -22px;
    color: #eee;
    font-weight: bold;
    font-size: 50px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}
.slideshow-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.slideshow-prev:hover, .slideshow-next:hover {
    background-color: rgba(0,0,0,0.8);
}

.slideshow-dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width:100%;
}

.slideshow-dot {
    cursor: pointer;
    height: 6px;
    width: 6px;
    margin: 0 2px;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
    /*transition: background-color 0.6s ease;*/
}
.active /*, .slideshow-dot:hover*/ {
    background-color: #eee;
}

/*************** slides ***************/
.slideshow-slide {
    /*display: none;*/
    position:relative;
    height:inherit;
}

.slideshow-back {
    width: 2000px;
    height: inherit;
    right: inherit;
    left: inherit;
    position: absolute;
    background-size: cover;
    animation-name: slide-back;
    animation-duration: 0.2s;
    animation-timing-function: cubic-bezir(.28,.41,.33,.94);
}

.slideshow-img {
    height:inherit;
    width:inherit;
    background-repeat:no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size:inherit !important;
}

.slideshow-sub-container {
    height: inherit; 
    vertical-align: middle; 
    position: absolute;
    right: 0;
}

.slideshow-text p {
    font-size: 40pt;
    white-space: nowrap;
}

.slideshow-text {
    color: #111;
    font-size: 40pt;
    white-space: nowrap;
    display: table-cell;
    height: inherit;
    vertical-align: middle;
    position:relativ;
    animation-name: slide;
    animation-duration: 0.2s;
    animation-timing-function: cubic-bezir(.28,.41,.33,.94);
}

@keyframes slide {
  from { transform:translateX(4%); }
  to { transform:translateX(0%); }
}
@keyframes slide-back {
  from { transform:translateX(1%); }
  to { transform:translateX(0%); }
}

.subline1, .subline2 {
    position:absolute;
    animation-name: fade2;
    animation-duration: 10s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    opacity:1;
}
.subline2 {
    animation-name: fade;
    opacity:0;
}

@keyframes fade {
    0% { opacity: 0; }
    40% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 1; }
}
@keyframes fade2 {
    0% { opacity: 1; }
    40% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 0; }
}

@media only screen and (max-width: 850px) {
    .move-right {
        transform:translateX(350px);
    }
    .text {
        font-size: 30pt;
    }
}

/****************************************/
/* Resource: styles.css
/****************************************/
html, body { height: 100%; }

body {
	font: 12pt mainfont, arial;
	background-color:white;
    margin:0;
    background-size:100%;
    color: #111;
}

h1,h2,h3,h4 {
  font-family: mainfont;
  color: #333;
  margin-bottom: 8pt;
}

table {
  border-collapse:collapse;
  width: 100%;
}

table td, table th {
  border:1px solid #ccc;
  padding:4px;
}
table th {
  background-color: #aac1e3;
}
table tr:nth-child(even) {
  background-color: #fdfdfd;
}

/*
h1 { font-size: 40pt; }
h2 { font-size: 20pt; }
*/
#content { min-height: 600px; }
.lens_toppic {
	font-size:20pt;
	font-weight:bold;
	margin-bottom:20px;
}
.mbi-orange {
  color:#8f7334;
}
.lens_nav_pad {
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
    float:none;
}
.center {
  text-align:center;
}
a {
	color:#214290;
}
.line {
    clear:both;
}
.heading1 {
    color: #ff6b00;
    font-size:20pt;
}
.info {
    color: #ff6b00;
    border-top: 1px solid #ff6b00;
    border-bottom: 1px solid #ff6b00;
    margin-top:15px;
    padding-top:5px;
    padding-bottom:8px;
}
[data-aos='zoom-in'] {
  transform: scale(.9);
}
.mbi_button {
    text-align:center;
    color:#2d338a;
    border: 3px solid #2d338a;
    border-radius:5pt;
    padding:5px;
    cursor:pointer;
    white-space:nowrap;
    overflow:hidden;
    background-color:white;
}
.mbi_button:hover {
    background-color:orange;
}
.tab {
    display:table;
}
.tab > div {
    display:table-cell;
    /*text-align:right;*/
    vertical-align:middle;
}
.tab > img {
    max-height:100%;
    max-width:100%;
}
.img-preview-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0,0,0,.5);
}

.img-preview-popover {
  position: fixed;
  z-index: 9999;
}

.img-preview-foot {
  width: 100%;
  padding: 0 2%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,.5);
}

.img-foot-title {
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
}

.img-foot-desc {
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
  line-height: 24px;
}

.more-button-edit,
.more-button {
    clear:both;
    color:white;
    display:inline-block;
    width:fit-content;
    padding:10px 15px 10px 15px;
    border-radius:5px;
    background-color:#214290;
    /*margin-top:40px;*/
    font-size: 14pt !important;
    cursor:pointer;
    border:0;
    text-decoration: none;
}

.text-samll {
  font-size: 80% !important;
}

.more-button-edit {
  display: block;
}

.lens_nav ul {
     list-style-type:none;
     margin:0;
     padding:0;
     display:inline-block;
 }
 .lens_nav li {
     float:left;
     padding:15px 10px 0px 10px;
 }
 .no_pad {
     padding:0 !important;
 }
 .container {
    /*height: 250px;*/
    /*padding-top:25px;*/
    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
}

.xcontainer:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

#element {
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
}

/************ Modal Dialog ****************/
.modal:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.modal {
  /*font-family: arial;*/
  font-size: 10pt;
  z-index: 5000;
  display:none;
  /*min-width: 360px;*/
  max-width: 560px;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height:0;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15%;
  margin-bottom: auto;
}
.modal-body {
  background: white;
  border-radius: 0px;
  word-wrap:break-word;
  /*overflow:scroll;*/
  padding:0px;
}
.modal-header {
  background-color: #214290;
  color:white;
  font-weight:bold;
  padding:4px;
  padding-left:10px;
  border-radius: 0px;
}
.modal-content {
  padding:10px;
  padding-bottom:20px;
  min-height:20px;
}
.modal-content img {
    height:16px;
    width:16px;
}

.side_menu {
    margin: 0;
    min-height: 600px;
    padding: 0;
    background-color: lightgray;
}
.side_menu ul {
    padding: 5px 0px 10px 40px;
    margin: 0px;
    float: none;
    border-top: 1px solid #bbb;
}
.side_menu label {
	font-size: 10pt;
    color: #999;
    font-style: italic;
}
.side_menu li {
	cursor: pointer;
    list-style-type: none;
}

.yelcap {
  font-size:14pt;
  color:#ff6b00;
  font-weight:bold;
  margin-bottom:10px;
}
.big-cap {
  font-size: 45pt;
  color: #214290;
  font-weight: bold;
  line-height:40pt;
}
.yellow-line {
  width:100%;
  background-color:#ff6b00;
  display:inline-block;
  margin-top:17px;
  height:6px;
}

.page-layout {
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  float:none;
}

.prod-table {
  width:100%;
  border-collapse: collapse;
}
.prod-table td,
.prod-table th {
  border: 1px solid #ccc;
  text-align: center;
}
.prod-table tr td:first-child {
  background-color: #aac1e3;
}

/****************************************/
/* Resource: SiteFooter.css
/****************************************/
.footer, .footer2 {
    font: light 12pt menufont;
    background-color:#666;
    color: #ccc;
    display:inline-block;
    width:100%;
    position:relative;
}
.footer2 {
    background-color:#888;
    color:#ddd;
    min-height:100px;
    padding:15px;
}
.footer div {
    text-align:center;
}
.footer p, .footer2 p {
    margin-bottom:0;
}
.bold_big { font-size:120%;font:bold 14pt menufont; }
.footer2 a {
    color:inherit;
    text-decoration:none;
    padding-top:5px;
    display:inline-block;
} 
.footer2 div {
    line-height:normal;
}
.hide-footer { display:inline-block; }
.show-footer { display:none; }
@media only screen and (max-width: 850px) {
    .hide-footer { display:none; }
    .show-footer { display:inline-block; }
}
@media only screen and (max-width: 620px) {
    .footer, .footer2 { font-size:11pt; }
    .footer div { padding:10px; } 
    .footer2 div { padding:10px; }
}
@media only screen and (max-width: 420px) {
    .footer, .footer2 { font-size:8pt; }
    .footer div { padding:10px; } 
    .footer2 div { padding:2px; }
}

/****************************************/
/* Resource: ResControl.css
/****************************************/
.res_link_list {
	margin-top:0;
}

.res_link_list li { 
	padding:5px 0px 5px 0px;
	text-align: left;
}

.res_link {
	 font-size:14pt;
	 text-align: left;
	 text-decoration: none;
}

.res_link img {
	vertical-align: top;
}

/****************************************/
/* Resource: MBITopNav.css
/****************************************/
/************ optform ************/
.optform {
    color:black;
    background-color:#ccc;
    display:inline-block;
    padding:5px;
    margin:0;
}
.optform input {
    width:50px;
    display:inline-block;
}
.optform label {
    width:150px;
    display:inline-block;
}
.optform fieldset {
    border:1px solid #888;
}
.optform fieldset legend {
    background-color:lightgrey;
    padding:4px;
    border:1px solid #888;
}
/************ top nav highlight ************/
.top-nav-highlight {
	text-decoration:underline !important;
}
/************ menu ************/
.top-nav-menu {
	font: 14pt menufont;
    font-weight: light;
    color:white;
    background-color: #214290;
    display:inline-block;
    width:100%;
    z-index:2000;
    text-align:center;
}
.top-nav-menu a {
    cursor:pointer;
    padding:12px;
    color:white;
    background-color: #214290;
    display:block;
    text-decoration:none;
}
.top-nav-menu a:hover {
    background-color:#022a60;
}
.top-nav-menu ul {
    list-style-type:none;
    margin:0;
    padding:0;
    float: left;
}
.top-nav-menu li {
    float:left;
}
.top-nav-res-menu {
    display: none !important;
}
.top-nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

#top-nav-logo-small {
    opacity:0;
    cursor:pointer;
    width:45px;
    float:right;
    margin-top:14px;
    margin-left:15px;
    margin-right:25px;
}
.page-title-pane p {
    float: left;
}
/************ container ************/
.top-nav-container {
    display:block;
    padding:0;
    position: relative;
}
.page-title-right-logo {
    right: 15px;
    bottom: 10px;
    position: absolute;
}
.page-title-pane {
    padding:10px;
    display: inline-block;
    width:100%;
}

.page-title-pane > div {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.top-nav-container_small {
    display:none;
    padding:14px;
    width:250px;
}
/************ top-nav-dropdown ************/
.top-nav-dropdown-content {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    background-color: white;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1);
    z-index: 1;
    left: 0;
    padding-left:100px;
}
.top-nav-dropdown-content a {
    color: black;
    text-align: left;
    font-size: 12pt;
    /*display: inline-block;*/
    width: 300px;
    float: left;
}
.top-nav-dropdown-content a:nth-child(odd) {
    clear: both;
}
.top-nav-dropdown-content a:hover {
    background-color: transparent;
    color: #214290;
}
/*
.top-nav-dropdown:hover .top-nav-dropdown-content {
    display: block;
}
*/
/************ responsive ************/
@media screen and (max-width: 800px) {
    
    .top-nav-menu ul {display: none;}
    .top-nav-res-menu {display: inline-block !important;}
    
    .top-nav-menu a.icon {
        float: right;
        display: block;
    }
    .top-nav-menu {
        text-align:left;
    }
    .top-nav-menu ul {
        float:left;
    }
    .top-nav-menu.responsive li {
        float: none;
        display: block;
        text-align: left;
    }
    .top-nav-container {
        display:none;
    }
    .top-nav-container_small {
        display:inline-block;
    }
    #little_logo {
        opacity:1 !important;
    }
}
@media screen and (max-width: 380px) {
    .top-nav-container_small {
        display:none;
    }
}

/****************************************/
/* Resource: event.css
/****************************************/
