/*Main Navigation background and text color*/
/*Above nav bar*/
/*Page background, between header and footer*/
/*Background of div that contains page content*/
/*Button background and text color*/
/*jQuery tab color*/
/*jqueyr dialog header background and text color*/
/*Expand or collapse header, like at the top of sections, or above dataform index tables*/
/*Control buttons that change pages within a DF performed*/
/*DV build page tab text color*/
/*Warning message color */
/*Footer background and text color*/
/*Maintenance page*/
/*lighter*/
/*darker*/
/* Import color values */
/*Main Navigation background and text color*/
/*Above nav bar*/
/*Page background, between header and footer*/
/*Background of div that contains page content*/
/*Button background and text color*/
/*jQuery tab color*/
/*jqueyr dialog header background and text color*/
/*Expand or collapse header, like at the top of sections, or above dataform index tables*/
/*Control buttons that change pages within a DF performed*/
/*DV build page tab text color*/
/*Warning message color */
/*Footer background and text color*/
/*Maintenance page*/
/*lighter*/
/*darker*/
/* Styling for the maintenance div in maintenance.phtml */
#maintenance {
  /* Squash the header/footer */
  width: 100%;
  min-height: 100%;
  position: fixed;
  border: none;
  padding: none;
  margin: none;
  top: 0;
  left: 0;
  z-index: 10000;
  /* Set sky burst (background gradient) */
  /* For FireFox 3.6-15 */
  background: -moz-radial-gradient(center, ellipse cover, #409AE8 0%, #1643a8 100%);
  /* For Chrome 10-25, Safari 5.1-6 */
  background: -webkit-radial-gradient(center, ellipse cover, #409AE8 0%, #1643a8 100%);
  /* For W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: radial-gradient(ellipse at center, #409AE8 0%, #1643a8 100%);
  /*IE6-9 fallback on horizontal gradient */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$maintenanceInteriorColor, endColorstr=($maintenanceExteriorColor)GradientType=1 );
  /* For old browsers */
  background-color: #1643a8;
  /* Items */
  text-align: center;
  /* Text  */
  color: #ffffff;
  font-family: "Rajdhani";
  font-weight: 300; }
  #maintenance .mainenanceMembrane {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute; }
    #maintenance .mainenanceMembrane .coreLogo {
      width: 250px;
      height: 250px; }
    #maintenance .mainenanceMembrane .maintenanceHeader {
      font-family: "Rajdhani";
      text-transform: uppercase;
      font-size: 300%;
      font-weight: bold; }
    #maintenance .mainenanceMembrane .paragraph1 {
      font-family: "Rajdhani";
      font-weight: 300;
      font-size: 150%; }
    #maintenance .mainenanceMembrane table {
      margin-left: auto;
      margin-right: auto; }
      #maintenance .mainenanceMembrane table .maintenanceIconEmail {
        width: 55px;
        height: 55px;
        cursor: pointer;
        margin-right: 15px; }
      #maintenance .mainenanceMembrane table .maintenanceIconPhone {
        width: 50px;
        height: 50px;
        margin-right: 15px; }
      #maintenance .mainenanceMembrane table .maintenanceText {
        font-family: "Rajdhani";
        font-weight: 300;
        font-size: 150%;
        color: #ffffff; }
      #maintenance .mainenanceMembrane table a {
        text-decoration: none; }

html {
  position: relative;
  min-height: 100%;
  height: auto !important;
  background: #EDEDED; }

body {
  background: #FFFFFF; }

#page {
  background: #EDEDED; }

#content {
  background: #FFFFFF;
  padding: 10px;
  border: 1px #ccc solid; }

#main {
  min-width: 790px;
  padding: 20px 20px 50px 20px;
  margin: 0;
  min-height: 100%; }

#main, #header {
  width: auto;
  margin: 0;
  position: relative; }

#skipNav {
  display: none; }

body, html {
  margin: 0;
  padding: 0;
  height: 100%; }

/*Header*/
#header {
  display: block;
  background: #FFFFFF;
  padding: 20px 15px 5px 15px; }
  #header #logo-account {
    display: inline-block;
    width: 29%; }

.pnnl-main-logo {
  height: 90px;
  width: auto;
  margin-top: -22.5px; }

.pnnl-main-logo, .home-title {
  border-width: 0;
  display: block;
  float: left;
  font-size: 36px;
  font-weight: 600;
  text-decoration: none;
  font-family: "Open Sans",arial; }

.pnnl-header-logo img {
  width: auto;
  height: 80px; }

.pnnl-header-logo {
  text-align: right;
  position: relative; }

#mainlogo {
  /*position: absolute;
  top: 50%;
  margin-top: -45px;*/
  display: inline-block;
  z-index: 1;
  width: 70%; }

.home-title {
  font-size: 36px;
  font-weight: 600;
  text-decoration: none;
  margin-left: 20px;
  top: 20px;
  color: #006891; }

#mainlogo a:hover {
  opacity: .7; }

/*Sticky Footer*/
body {
  margin: 0 0 100px; }

#footer {
  height: 100px;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  padding: 15px;
  box-sizing: border-box;
  background: #555555; }

#footerBar, #footerLinks {
  margin-bottom: 6px; }

#footerItems {
  margin-bottom: 15px; }

.pnnl-footer-logo img {
  height: 75px;
  width: auto; }

.footer-left {
  float: left; }

.footer-right {
  float: right; }

#footer * {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  font-size: 12px;
  text-decoration: none;
  font-family: "Open Sans",arial; }

/*Fonts*/
* {
  font-family: 'Open Sans',arial; }

h1 {
  font-family: "Open Sans",arial;
  font-size: 22px; }

h2 {
  font-size: 16px;
  font-weight: 600; }

h3 {
  font-size: 14px; }

p, a, div {
  font-size: 15px; }

/*Colors*/
.branding-gradient {
  background: #fff; }

/*Navigation*/
#nav {
  padding: 0 20px;
  box-shadow: 0 1px 2px #444;
  position: relative;
  background: #006891;
  border: none;
  display: none;
  margin: auto; }
  #nav ul {
    padding: 0;
    margin: 0 0; }
    #nav ul .navLink {
      color: black;
      display: inline-block; }
  #nav li {
    display: inline-block; }
  #nav > li > ul {
    border-top: none; }
  #nav a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    padding: 7px 9px;
    font-weight: 400;
    letter-spacing: .1;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    font-family: "Open Sans",arial; }
  #nav a:hover {
    background: rgba(0, 104, 145, 0.8);
    color: #FFFFFF; }
  #nav .active {
    background: rgba(0, 104, 145, 0.8); }
    #nav .active a {
      -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      background: rgba(255, 255, 255, 0.1); }
    #nav .active .navLink {
      color: #FFFFFF; }
  #nav .navigation {
    border-color: #006891;
    border-style: solid;
    border-width: 1px;
    z-index: 2; }
    #nav .navigation li {
      background-color: #FFFFFF;
      width: 100%; }
    #nav .navigation li:hover {
      background: #006891; }
      #nav .navigation li:hover > div {
        background: rgba(255, 255, 255, 0.1); }
        #nav .navigation li:hover > div > .navLink {
          color: white; }
    #nav .navigation li.subMenuItem:hover {
      background-color: #D3D3D3;
      color: #000000; }
  #nav .topMenuItem {
    height: 100%; }
    #nav .topMenuItem > div {
      height: 100%;
      background-color: #006891; }
    #nav .topMenuItem > .active {
      background-color: rgba(0, 104, 145, 0.8); }
  #nav .subMenuItem > div {
    display: inline-block; }
    #nav .subMenuItem > div > .navLink {
      display: block; }
  #nav .subMenuItem > div:hover {
    display: inline-block;
    background-color: #D3D3D3; }
    #nav .subMenuItem > div:hover > .navLink {
      background-color: #D3D3D3;
      display: block; }
      #nav .subMenuItem > div:hover > .navLink span {
        color: #000000; }
  #nav .subMenuItem .active {
    background-color: #D3D3D3; }
    #nav .subMenuItem .active .navLink {
      background-color: #D3D3D3; }
      #nav .subMenuItem .active .navLink span {
        color: #000000; }
  #nav .subMenuItem .subMenuItem .navLink {
    white-space: nowrap; }

#navWrapper {
  min-height: 32px;
  background: #006891 none repeat scroll 0 0; }

#navBreadcrumbs {
  margin-top: 10px;
  padding-left: 20px; }

/*Buttons*/
button, #submit, .ui-dialog .ui-dialog-buttonpane button, input[type="submit"], input[type="button"], button[type="button"] {
  background-color: #006891;
  color: #FFFFFF;
  border: none;
  padding: 5px 7px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #aaa;
  margin: 10px 10px 10px 0; }

button:hover, #submit:hover, .ui-dialog-buttonpane button:hover, input[type="submit"]:hover, input[type="button"]:hover {
  background-color: rgba(0, 104, 145, 0.8);
  color: #FFFFFF;
  box-shadow: 1px 1px 4px #777;
  cursor: pointer;
  opacity: 1; }

button:disabled {
  opacity: .5; }

.ui-button-text-only .ui-button-text {
  padding: 0; }

#message {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  font-weight: bold;
  font-size: 16px;
  padding: 6px 0 6px 30px;
  background: #fbc709;
  opacity: .85;
  box-shadow: 1px 1px 3px #aaa;
  display: inline-block; }

/*Login*/
.login-container {
  border: none;
  color: #555; }

.login-container label, #login label {
  display: block; }

.login-container .field, #login .field {
  margin-top: 10px; }

#login .submitField {
  text-align: left; }

/*Jquery styles*/
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 15px;
  background: none; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: none;
  font-weight: bold;
  color: #1c94c4; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: none;
  background: none;
  font-weight: bold;
  color: transparent; }

.ui-state-hover a, .ui-state-hover a:hover {
  color: #c77405;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: none;
  font-weight: bold;
  color: #eb8f00; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none; }

.ui-widget :active {
  outline: none; }

/*Jquery Tabs*/
.ui-tabs .ui-tabs-nav {
  margin: 0px;
  padding: 0; }
  .ui-tabs .ui-tabs-nav li {
    border: none;
    border-radius: 0;
    margin-right: 10px; }
    .ui-tabs .ui-tabs-nav li a {
      text-transform: uppercase;
      font-size: 15px;
      border-bottom: 2px solid transparent;
      background: none;
      opacity: .9; }
  .ui-tabs .ui-tabs-nav .ui-state-active a, .ui-tabs .ui-tabs-nav .ui-state-hover a {
    border-bottom: 2px solid white;
    color: white;
    background: none;
    opacity: 1; }
  .ui-tabs .ui-tabs-nav a {
    color: white; }
  .ui-tabs .ui-tabs-nav .ui-state-hover {
    background: none; }
.ui-tabs .ui-widget-header {
  border: none;
  border-bottom: 1px #aaa solid;
  background: transparent;
  border-radius: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px; }

/*Jquery Dialogs*/
.ui-dialog {
  position: absolute;
  padding: 0;
  border-radius: 0;
  border: none;
  overflow: visible;
  box-shadow: 1px 1px 3px #444; }
  .ui-dialog .ui-widget-header {
    border: none;
    background: #006891;
    border-radius: 0;
    color: #FFFFFF;
    font-weight: normal;
    padding: 10px 15px 5px;
    text-transform: uppercase;
    font-size: 16px; }
  .ui-dialog .ui-dialog-content {
    padding: 1em; }
  .ui-dialog .ui-state-hover {
    background: none;
    opacity: .8; }
  .ui-dialog .ui-resizable-se {
    opacity: .4; }
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 18px;
    margin: -9px 0 0;
    padding: 0;
    height: 18px; }
  .ui-dialog .ui-state-hover, .ui-dialog .ui-icon-closethick {
    margin-right: 0; }

.ui-icon-closethick, .ui-dialog .ui-state-hover .ui-icon {
  background-position: center;
  height: 15px;
  width: 15px;
  background-size: 100% 100%;
  border-radius: 0; }

/*DATATABLES*/
table.dataTable {
  width: auto;
  margin: 0;
  clear: both;
  border-collapse: separate;
  border-spacing: 0px;
  max-width: 100%;
  background: #fff;
  border: 1px solid #888; }
  table.dataTable * {
    font-size: 15px; }
  table.dataTable tr:first-child td {
    border-top: 1px #000000 solid !important; }
  table.dataTable thead th {
    color: #555;
    border: none;
    border-right: 1px #eee solid;
    text-align: left; }
    table.dataTable thead th input[type="text"] {
      width: 100%;
      height: 25px;
      font-size: 15px; }
  table.dataTable thead th:last-child {
    border-right: none; }
  table.dataTable tbody tr td:first-child {
    border-left: none; }
  table.dataTable tbody td {
    border-top: 1px solid #bbb;
    border-right: 1px solid #eee;
    padding: 8px 18px; }
  table.dataTable tbody td:last-child {
    border-right: none; }

.dataTables_wrapper .dataTables_filter {
  text-align: left;
  float: none; }
.dataTables_wrapper .dataTables_paginate {
  text-align: left;
  padding-top: 1px;
  margin-top: 15px;
  display: block;
  height: 40px;
  box-sizing: border-box;
  float: left;
  border-left: 1px solid #bbb; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.current,
  .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px transparent solid;
    background: #006891; }
.dataTables_wrapper .dataTables_length select {
  height: 100%; }
.dataTables_wrapper .dataTables_info {
  padding-top: 8px; }
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length * {
  font-size: 15px; }
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length {
  padding: 0 10px;
  float: left;
  padding-top: 0;
  display: block;
  height: 40px;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px; }

.dt_toolbar {
  margin-top: 16px;
  float: left;
  margin-left: 5px; }

.dataTables_length, .dt_toolbar {
  border-left: 1px #bbb solid; }

table.dataTable.no-footer {
  border-bottom: 1px solid #888; }

table.dataTable:not(.notDefault) .even td {
  background: #f9f9f9; }

#filterRow th {
  padding: 10px 5px;
  box-sizing: border-box; }
  #filterRow th input {
    width: 100%;
    box-sizing: border-box; }

/* CKEditor*/
.cke_contents {
  border-left: 4px solid #f2f2f2 !important;
  border-right: 4px solid #f2f2f2 !important; }

div.actions a em {
  float: left; }

#mapBox, .mapTableContainer {
  width: 100%; }

.mapDiv {
  height: 500px; }

#popupTitle {
  min-width: 155px; }

input[type="text"], textarea,
input[type="password"] {
  border: 1px #aaa solid;
  padding: 5px 10px;
  border-radius: 3px;
  box-sizing: border-box; }

input[type="text"]:focus, textarea:focus, input[type="password"]:focus {
  border-color: #006891; }

/*Ajax Spinner*/
.ajaxloader {
  background-image: url("../img/ajax-loader.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  padding-left: 24px;
  background-size: 24px auto;
  display: inline-block; }

/*IE Fallback*/
@media screen\0 {
  .ajaxloader {
    background-image: url("../img/ajax-loader.gif");
    opacity: 0.9; } }
#loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  background-color: rgba(128, 128, 128, 0.5); }

#loading .loadingText {
  vertical-align: middle; }

div.DTE_Form_Buttons button {
  color: black !important; }

div.expanded > h2, .collapse-button, .collapsenode, .expandedDataForm > h2,
div.collapsed > h2, .expand-button, .expandnode, .collapsedDataForm > h2 {
  background-color: #006891;
  color: #FFFFFF; }

/*Page Guide*/
#pageGuideWrapper {
  margin-top: 4px; }

#openPageGuideButton {
  display: inline-block;
  padding-left: 10px;
  background-color: rgba(211, 211, 211, 0.4);
  padding: 3px;
  cursor: pointer;
  float: right; }

#openPageGuideButton:hover, #openPageGuideButton.guideOpen {
  background-color: rgba(128, 128, 128, 0.4); }

#pageGuideIcon {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MjU5MjM2NTg4QkExMUUxODFFQUI0QjhGOEVCQTk1QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MjU5MjM2Njg4QkExMUUxODFFQUI0QjhGOEVCQTk1QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgyNTkyMzYzODhCQTExRTE4MUVBQjRCOEY4RUJBOTVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgyNTkyMzY0ODhCQTExRTE4MUVBQjRCOEY4RUJBOTVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NYhnaAAAAOJJREFUeNpiZAACQ0PDeiDVwEA6aGDU1dXlZ2Rk/MBAJmABEX///mVYsGAByZoTEhIgDA0Njf/kAJA+JpgLyAEgfWAv/PnzByxw5swZuKSJiQkKHxmA5GD6KHYBGEhLS5MVBiB9LMgmoXsBBnCJg/RRxwtCQkJkeQGkjxFkAB8f339yUyIziGBlZWX49++fA9BQBlIwOC8gm8bFxWUPYwMNBKVTAygG5ZUNTExM8PT+7du3g7gzCAtLPNBV59nY2PiB9H8g9gfxQeJE+Qto035mZmZ+KPs/EOuD+CBxdLUAAQYA7/EQmFgcNYsAAAAASUVORK5CYII=") no-repeat scroll 0 0;
  content: " ";
  height: 16px;
  width: 16px;
  position: relative;
  margin: 0 auto; }

#pageGuideIconWrapper {
  border-right: solid 1px #fff;
  padding-right: 3px;
  font-size: 11px;
  display: inline-block; }

#pageGuideMainText {
  display: inline;
  padding: 5px;
  font-family: "Open Sans", arial;
  font-size: 15px;
  line-height: 17px;
  text-align: left; }

#account {
  text-align: right; }

.tlypageguide_shadow {
  box-shadow: 0 0 5px 1px #d57500;
  background-color: transparent; }

#buttonComplete {
  padding-left: 35px;
  background-size: 20px auto;
  background: url("../img/icons/check_white.svg") no-repeat left;
  background-color: #22B318;
  background-position: 10px center; }

#buttonUncomplete {
  padding-left: 35px;
  background-size: 20px auto;
  background: url("../img/icons/undo_white.svg") no-repeat left;
  background-color: #BF3A27;
  background-position: 10px center; }

#buildertabs a.ui-tabs-anchor, #divTabContainer a.ui-tabs-anchor {
  color: #006891; }

#buildertabs a.ui-tabs-anchor:hover, #divTabContainer a.ui-tabs-anchor:hover {
  border-bottom: 2px solid #006891; }

#buildertabs .ui-state-active a.ui-tabs-anchor,
#divTabContainer .ui-state-active a.ui-tabs-anchor {
  border-bottom: 2px solid #006891; }

.dataformjump a.dataformcurrentpage {
  background-color: #006891;
  color: #FFFFFF; }

.mapDiv button,
.mapDiv .ol-scale-line,
.mapDiv .ol-scale-line-inner {
  background-color: #006891 !important; }

#divDataFormEdit > h2,
.dataformsections .actions,
.changeLogDate {
  background-color: #006891 !important;
  color: #FFFFFF !important; }

.ui-slider-range {
  background: #006891 none repeat scroll 0 0 !important; }

.ui-autocomplete .ui-menu-item {
  background-color: #FFFFFF !important;
  color: #000000 !important; }

.ui-autocomplete .ui-state-focus {
  background-color: #006891 !important;
  color: #FFFFFF !important; }

#content div.dataTables_wrapper,
.dataTableTopScroll {
  overflow-x: auto; }

.dataTableTopScroll div {
  font-size: 1px; }

.selectGroupSearchGroup {
  background-color: #006891;
  color: #FFFFFF; }

/*Options Menu*/
.coreOptionsMenu {
  color: #FFFFFF;
  background: #006891; }

/*Horizontal Menu*/
.verticalNavigation #navWrapper {
  max-width: 150px;
  z-index: 21;
  position: absolute;
  background: none;
  margin-top: 1px;
  margin-left: 1px; }
  .verticalNavigation #navWrapper #nav {
    padding: 0px !important; }
    .verticalNavigation #navWrapper #nav .topMenuItem {
      display: block; }
.verticalNavigation #content {
  padding-left: 150px;
  padding-top: 30px;
  min-height: 500px; }

#hideMenuButton {
  margin-left: auto;
  margin-right: auto;
  display: block; }

#hideMenuButton[value='show'] {
  margin-left: 10px; }

.ui-datepicker .ui-widget-header {
  border: 1px solid #006891;
  background: #006891;
  color: #FFFFFF; }
.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-hover,
.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active {
  background-color: #006891;
  color: #FFFFFF;
  border: 1px solid #006891; }
.ui-datepicker .ui-timepicker-div a.ui-slider-handle {
  background-color: #006891; }
.ui-datepicker .ui-datepicker-buttonpane button {
  background-color: #006891;
  color: #FFFFFF;
  border: none;
  padding: 5px 7px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #aaa;
  margin: 10px 10px 10px 0; }
.ui-datepicker .ui-datepicker-buttonpane button:hover {
  background-color: rgba(0, 104, 145, 0.8);
  color: #FFFFFF;
  box-shadow: 1px 1px 4px #777;
  cursor: pointer;
  opacity: 1; }

/* Change log */
.changeLogEntry {
  margin-bottom: 20px; }
  .changeLogEntry .changeLogDate {
    padding: 10px; }
  .changeLogEntry .changeLogContent {
    padding-left: 20px;
    padding-top: 10px; }

/*New controls in header*/
#pageControls {
  margin-top: 10px;
  color: #FFFFFF;
  position: relative;
  display: inline-block; }
  #pageControls .pageControlButton {
    background-color: #006891;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    background-size: 25px 20px;
    background-position: center center;
    white-space: nowrap; }
    #pageControls .pageControlButton:hover, #pageControls .pageControlButton.active {
      background-color: #E07000; }
    #pageControls .pageControlButton[data-action='user'] {
      background-image: url("../img/icons/user.svg");
      background-position: calc(100% - 5px);
      width: auto;
      padding-right: 30px;
      position: absolute;
      right: 100%; }
    #pageControls .pageControlButton[data-action='help'] {
      background-image: url("../img/icons/help.svg"); }
    #pageControls .pageControlButton[data-action='bug'] {
      background-image: url("../img/icons/bug.svg"); }
    #pageControls .pageControlButton[data-action='change'] {
      background-image: url("../img/icons/log.svg"); }
    #pageControls .pageControlButton[data-action='logout'] {
      background-image: url("../img/icons/logout.svg"); }

/* Bug Report */
#bugReportWrapper {
  display: none; }

#bugReportForm textarea {
  width: 100%;
  height: 125px; }

/*Full Calendar*/
.fc .fc-toolbar button {
  background-color: #006891 !important;
  color: #FFFFFF !important; }

/*Tabs*/
.ui-tabs.ui-widget-content {
  background: none; }
.ui-tabs > .ui-tabs-nav li a {
  color: #006891; }
.ui-tabs > .ui-tabs-nav li.ui-tabs-active a, .ui-tabs > .ui-tabs-nav li.ui-state-hover a {
  color: #006891;
  border-bottom: 2px solid #006891; }

.inputform input[type="color"]:focus,
.inputform input[type="date"]:focus,
.inputform input[type="datetime"]:focus,
.inputform input[type="datetime-local"]:focus,
.inputform input[type="email"]:focus,
.inputform input[type="month"]:focus,
.inputform input[type="number"]:focus,
.inputform input[type="password"]:focus,
.inputform input[type="search"]:focus,
.inputform input[type="tel"]:focus,
.inputform input[type="text"]:focus,
.inputform input[type="time"]:focus,
.inputform input[type="url"]:focus,
.inputform input[type="week"]:focus,
.inputform input:not([type]):focus,
.inputform textarea:focus {
  border-color: #187efb;
  outline: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(4, 113, 246, 0.7); }

a.button-link {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #006891;
  border: none;
  padding: 5px 7px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #aaa;
  margin: 10px 10px 10px 0;
  display: inline-block; }
  a.button-link:hover {
    background-color: rgba(0, 104, 145, 0.8);
    color: #FFFFFF; }

/*jQUery ui accordion*/
.ui-accordion .ui-accordion-header {
  background-color: #006891;
  color: #FFFFFF;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 10px; }
  .ui-accordion .ui-accordion-header.ui-state-active {
    border: none; }
  .ui-accordion .ui-accordion-header:hover {
    background-color: rgba(0, 104, 145, 0.8);
    color: #FFFFFF; }
  .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    background: none; }
.ui-accordion .ui-accordion-content {
  padding: 5px 10px 5px 10px; }

/*Popout slider - Template module*/
#slider {
  background-color: #006891; }

.dataTableDividerRow td {
  background-color: #006891 !important;
  color: #FFFFFF !important; }

.toggleContainer .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  top: 11px; }
  .toggleContainer .switch input {
    display: none; }
    .toggleContainer .switch input:checked + .slider:before {
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(26px); }
  .toggleContainer .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #006891;
    -webkit-transition: .4s;
    transition: .4s; }
    .toggleContainer .switch .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }

/*# sourceMappingURL=default.css.map */
