
.ie {
}

.rel {
    position: relative;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

.wide {
    padding-left: 1ex;
    padding-right: 1ex;
}

.fullwidth {
    width: 100%;
}

.current {
    background: #effe;
    border: 1pt groove;
    border-radius: 2ex;
    font-weight: bold;
}

.null {
   width: 0;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.full {
    text-align: justify;
}

.inline-block {
    display: inline-block;
}

data {
    display: none;
}

body {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    padding-top: 0;
    background-color: #ecf0f5;
    overflow-y: scroll;
}

block {
    display: inline-block;
}

nav {
    display: block;
}

nav.left {
    float: left;
    margin-left: 192px;
}

nav.right {
    float: right;
    margin-top: 1ex;
    margin-right: 1em;
}

nav li {
    position: relative;
    margin: 1em 1ex;
    font-size: 11pt;
    display: inline;
}

nav > .clickable {
    color: white;
}

flex {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

flex.left {
    float: left;
}

flex.right {
    float: right;
    align-items: center;
    align-content: right;
}

item {
    display: block;
    margin: 3pt;
    padding: 3pt;
}

button.for-item {
    padding: 2pt 10pt;
}

item img {
    vertical-align: baseline;
}

#logo-sits {
    height: 50px;
    margin-top: -20%;
}

flex .panel {
    margin-left: 15px;
    margin-right: 15px;
}

*:has(>hint) {
    position: relative;
}

hint {
    position: relative;
    top: 1em;
}

.navbar {
    /*background: white;*/
    background-color: #005972;
    height: 50px;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 1pt solid #ecf0f5;
}

.navbar-sidebar {
    display: block;
    width: 243px;
    height: 100%;
}

.navbar-nav {
    display: inline;
}

.sidebar {
    z-index: 1050;
    display: block;
    width: 243px;
    background-color: #556c7d;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    top: 45px;
    left: 20px;
}

.nav-sidebar {
    display: none;
}

.nav-button {
    display: none;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 22px;
    height: 22px;
    z-index: 1050;
    font-size: 18px;
    color: #556c7d;
}

.container-view {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.container-fluid {
    margin: 50px 0 0;
}

@media (max-width: 767px) {
  .nav-button {
    display: block;
  }
}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
  }
  .container-fluid {
    margin-left: 243px;
  }
  .nav-sidebar {
    display: block;
  }
}

.sidebar li {
    overflow-x: hidden;
    overflow-y: hidden;
}

.clickable {
    cursor: pointer;
}

.sidebar a {
    color: #fff;
    cursor: pointer;
}

.nav-sidebar li > a {
    border-bottom: solid 1px #3b5262;
}

.nav-sidebar.sub-menu {
    padding-left: 15px;
}

.nav-sidebar li> a:hover,
.nav-sidebar li> a:visited,
.nav-sidebar li> a:active,
.nav-sidebar li> a:link {
    background-color: inherit;
}

.nav-sidebar li.idle> a {
    color: #345;
}

.nav-sidebar li.idle.active > a {
    color: #678;
}

.nav-sidebar li.active> a {
    background-color: #3b5262;
    border-bottom: solid 1px #0d6dae;
    border-right: solid 1px #0d6dae;
    border-top: solid 1px #063657;
    border-left: solid 1px #063657;
    color: #80C0F8;
}

.nav-sidebar li.has-sub-menu>a:after {
    font-family: FontAwesome;
    content: "\f196";
    float: right;
    padding-right: 1ex;
    font-weight: normal;
}

.nav-sidebar li.has-sub-menu.menuopen>a:after {
    content: "\f147";
    font-weight: normal;
}

.page-heading {
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 30px;
}

.panel {
    border-radius: 0;
}

.panel> .panel-heading {
    background-color: #f6fcff;
}

nav.navbar .total-notif {
    color: #def;
    background-color: #b31;
    position: absolute;
    border-radius: 50%;
    font-size: 10px;
    padding: 2px 2px;
    line-height: 12px;
    top: -0.5em;
    left: -0.5em;
    z-index: 2;
}

.sidebar .total-notif {
    margin-left: 4px;
    color: #fff;
    background-color: #e74c3c;
    border-radius: 50%;
    font-size: 12px;
    padding: 0px 4px;
}

.nav.navbar-right .account-dropdown> .dropdown-toggle {
    margin-left: 10px;
    margin-top: 13px;
    padding: 0;
    border: solid 1px #d6d6d6;
    border-radius: 50%;
    padding: 3px 7px 4px 5px;
    line-height: 14px;
}

.nav.navbar-right .account-dropdown> .dropdown-toggle> .caret {
    border-top: 6px dashed;
}

.navbar .navbar-form.navbar-left {
    position: relative;
    margin: 0;
}

.navbar .navbar-form.navbar-left> .form-group {
    width: 100%;
    position: relative;
}

.navbar .navbar-form.navbar-left> .form-group> input {
    font-size: 13px;
    width: 100%;
    border-radius: 0;
    padding: 6px 40px 6px 12px;
    background: none;
}

.navbar .navbar-form.navbar-left> .form-group> div {
    position: absolute;
    top: 6px;
    right: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    padding: 1px 2px 1px 7px;
}

.navbar .navbar-right {
    margin-right: 20px;
}

.navbar-right> li i {
    font-size: 18px;
}

.navbar-right> .profile-nav> .media {
    display: inline-block;
    margin-top: 5px;
}

.navbar-right> .profile-nav> .media .media-object {
    width: 40px;
    border-radius: 50%;
    border: solid 1px #d6d6d6;
}

.navbar-right> .profile-nav> .media .media-body {
    vertical-align: middle;
    width: auto;
}

.sidebar .nav-sidebar.sub-menu {
    display: none;
}

.navbar-form {
    width: 36ex;
}

.navbar-form input {
    border: solid 1px #d8d8d8;
    width: 34ex !important;
    padding-right: 3em;
}

.navbar-form .icon {
    color: #8bd;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 110%;
}

.navbar-brand {
    display: block;
    position: absolute;
    top: 0px; left: 36px;
}

.icon .fa .fa-sign-out {
    color: white;
}

.page-heading> h4:first-child {
    font-size: 15px;
    /* font-variant: small-caps; */
    display: inline-block;
}

.page-heading .pull-right {
    margin: 0;
    color: #999999;
}

.page-heading .pull-right> i {
    font-size: 24px;
    line-height: 34px;
}

.page-heading .pull-right> span {
    font-family: 'Lato';
    font-size: 12px;
    vertical-align: middle;
}

.panel.panel-default> .panel-heading {
    color: #3d556d;
    border-bottom: 1pt solid #cde;
    padding: 10px 15px;
}

.panel.panel-default> .panel-heading> i {
    vertical-align: bottom;
    font-size: 18px;
    line-height: 18px;
    padding-right: 10px;
}

.panel-heading> div:first-child {
    display: inline-block;
    font-size: 14px;
}

.table.table-no-border tr> td {
    border-top: 0;
}

.table.slim {
    width: auto;
}

.table-example .table tr> th {
    background-color: #f8f8fb;
    border-bottom: 1px solid #e6edf3;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table-example .table tr> th:not(:first-child),
.table-example .table tr> td:not(:first-child) {
    text-align: center;
}

.table-example .table tbody tr:first-child> td {
    padding-top: 23px;
}

.table-example .table tr> th:first-child,
.table-example .table tr> td:first-child {
    padding-left: 28px;
}

.table-example .table tr> td i {
    font-size: 20px;
}

.table-example .table tr> td i.fa-check-circle {
    color: #aadb66;
}

.table-example .table tr> td i.fa-times-circle {
    color: #d2d2d2;
}

.table.table-vdcList tr> td,
.table.table-vdcList tr> th {
    text-align: right;
}
.table.table-vdcList tr.tr-sum {
    background-color: #efefef;
    font-weight: bold;
}

table.paging td {
    padding: 2pt 1ex;
    background: #f9f9f9;
    /* color: #ffffff; */
    /* border-radius: 2ex; */
    /* border: 1pt solid #88f; */
}
.currentChartPage {
    background: #cde;
    /* border: 1pt groove; */
    /* border-radius: 2ex; */
    font-weight: bold;
    /* color: #ffffff; */
}


page, panel {
    display: block;
}

.panel-body.table-example {
    padding: 0;
    padding-bottom: 15px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

div.timestamp {
    text-align: right;
}
div.timestamp-value {
    display: inline;
    font-family: monospace;;
}

.status {
    font-family: monospace;
    padding: 0.2em;
    margin-top: 0.5em;
}

.break-word {
    word-wrap: break-word;
}

textarea {
  box-sizing: border-box;
  width: 42%;
  overflow: hidden;
}

form tr {
    height: 2em;
    border-top: 1pt dashed #bfd;
}

form td {
    padding: 4pt 1ex;
}

form input, form select, form textarea {
    border: 1px dotted #bef;
    background: #ffe;
    padding: 1pt 1ex;
    position: relative;
}

form label {
    margin-top: 3pt;
}

form select {
    padding-left: 2pt;
}

form input[type=button], form input[type=submit] {
    border: 2px dotted #8ac;
}

form input[type=button]:active, form input[type=submit]:active {
    background: #eef;
}

form [disabled], form [readonly] {
    color: #776;
    background: #fffffc;
}

table.combo-body {
    width: 100%;
    font-size: 100%;
    background: #ffe;
}

table.combo-body tr {
    border: none;
}

table.combo-body td {
    padding: 0 2pt;
}

table.combo-body label {
    display: block;
    width: 100%;
    margin: 0;
    font-weight: normal;
    padding: 1pt;
}

table.combo-body label:hover, table.combo-body input {
    background: #8882;
    cursor: pointer;
}

button.combo-button {
    background: #ffe;
    border: 2px dotted #8ac;
}

.ie form input[type], .ie form select, .ie form textarea {
    border: 1pt dotted #bef;
    background: #ffe;
    padding: 2pt 1ex;
}

.ie form input[type=button], .ie form input[type=submit] {
    border: 2px dotted #8ac;
}

.ie form input[type=button]:active, .ie form input[type=submit]:active {
    background: #eef;
}


/**
 * Menu
 *
**/

.menu {
  position: fixed;
  top: 50px;
  left: 20px;
  display: none;
  padding: 0;
  z-index: 1070;
  /*background-color: #556c7d;*/
  background-color: #005972;
  width: 243px;
}

@media (min-width: 768px) {
  .menu {
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    display: block;
  }
}

ul.menu-tree {
  padding: 0;
  margin: 0;
}

.menu-line {
  position: relative;
  width: 100%;
  /*background-color: #556c7d;*/
  background-color: #005972;
  overflow-x: visible;
  list-style-type: none;
  overflow-y: hidden;
  border-top: solid 1px #7ac;
  border-left: solid 1px #7ac;
  border-bottom: solid 1px #3b5262;
  font-size: 11pt;
  cursor: pointer;
  color: #fff;
  padding-left: 1em;
  padding-right: 0;
  padding-top: 1ex;
  padding-bottom: 1ex;
}

.menu-line > div {
  padding-left: 0;
}

.menu-line.minus {
  padding-bottom: 0;
}

.menu-line.minus > div {
  margin-bottom: 1ex;
}

.menu-line.idle {
  color: #aaa;
  font-style: italic;
  cursor: default;
}

.menu-line.active {
  background-color: #3b5262;
  border-bottom: solid 1px #0d6dae;
  border-right: solid 1px #0d6dae;
  border-top: solid 1px #063657;
  border-left: solid 1px #063657;
  /*color: #bdf;*/
  color: #dedc00;
}

.menu-line.idle.active {
  color: #79b;
}

.menu-line .icon {
  position: absolute;
  font-family: FontAwesome;
  right: 1em;
  cursor: pointer;
}

.menu-line.plus > .icon:after {
  content: "\f196";
  font-size: 125%;
  position: relative;
  top: -3px;
  /*color: #8bd;*/
  color: #dedc00;
}

.menu-line.minus > .icon:after {
  content: "\f147";
  font-size: 125%;
  position: relative;
  top: -3px;
  /*color: #8bd;*/
  color: #dedc00;
}

.menu-line .total-notif {
  background-color: #b31;
  position: relative;
  border-radius: 50%;
  font-size: 84%;
  top: -0.3em;
}

table.table-default {
  border: 2pt solid darkblue;
  width: 100%;
}

table.table-default tr {
  border-bottom: 1pt solid darkblue;
}

table.table-default thead > tr {
  background-color: #3333;
}

table.table-default tbody > tr:hover {
  background-color: #2222;
}

table.table-default th, table.table-default td {
  padding: 0 1ex;
  border-left: 1pt solid darkblue;
  border-right: 1pt solid darkblue;
}

div.caption1 {
  font-size: 150%;
}

div.caption2 {
  font-size: 125%;
}

div.round {
  padding: 1em;
  background: #f6f8fc;
  border-top: 5px solid #f0f4f2;
  border-left: 5px solid #e2e9e6;
  border-right: 5px solid #a7beb3;
  border-bottom: 5px solid #6c9380;
  border-radius: 2em;
}

div.round > div.inner {
  border-top: 3px solid #6c9380;
  border-left: 3px solid #a7beb3;
  border-right: 3px solid #e2e9e6;
  border-bottom: 3px solid #f0f4f2;
  border-radius: 1.5em;
  padding: 1em; /* please disable padding in parent */
}

.top-gap {
  margin-top: 1em;
}

.bottom-gap {
  margin-bottom: 1em;
}

div.business-card {
  position: relative;
  background: url("img/card1.png");
  width: 240px;
  height: 240px;
  font-size: 10px;
  padding-top: 30px;
  padding-left: 84px;
  padding-right: 20px;
}
div.business-card div {
  margin: 5px 0;
  line-height: 1em;
}
.bc-head {
  position: absolute;
  left: 39px;
  top: 100px;
}
.bc-name {
  font-weight: bold;
}
.bc-comp {
  font-variant: small-caps;
  font-size: 12px;
}
.bc-phone, .bc-email {
  font-size: 9px;
}

div.page-bottom {
  height: 2em;
}

.pulldown > :nth-child(1) {
}
.pulldown > :nth-child(2) {
  display: none;
  position: fixed;
  box-shadow: 2pt 1pt #0008;
  z-index: 1;
  background: white;
  padding: 2pt;
  overflow-y: auto;
}

.fa-li.fa-shield {
  color: #b53;
}

.fa-li.fa-cloud {
  color: #19f;
}

.fa-li.fa-ticket {
  color: #286;
}

.panel.panel-red-icon i.icon {
  color: red;
}

@media screen {
  .noscreen {
    display: none !important;
  }
}

@media print {
  nav, div.menu, .noprint {
    display: none !important;
  }
  page {
    margin: 0 !important;
    width: 100% !important;
  }
  div.panel, div.panel * {
    page-break-inside: avoid;
    position: relative;
  }
  div.page-bottom {
    display: none;
  }
}
