﻿body {
  padding-top: 50px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  margin-left: 0;
  width: 100%;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
/****************************************************************************/
/****************************************************************************/
.form-group.has-feedback-left input.form-control {
  padding-left: 34px;
  padding-right: 12px;
}
.form-group.has-feedback-left .form-control-feedback,
.form-group.has-feedback-left .sr-only ~ .form-control-feedback {
  left: 0;
  top: 6px;
}
#loginForm > .panel-body {
  padding: 10% 10% 5% 10%;
}
#loginForm .checkbox > input {
  margin-left: 0;
}
.navbar-nav span.badge {
  position: relative;
  top: -10px;
  right: 10px;
  border-width: 1px;
  border-style: solid;
}
.navbar-nav > li > a {
  padding-top: 15px !important;
  padding-left: 5px;
  height: 50px !important;
  font-size: 14pt;
}
.navbar-inverse {
  border-bottom-width: 4px;
  border-bottom-style: solid;
  height: 54px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  font-weight: bold;
  cursor: pointer;
}
.dropdown-menu li.big {
  min-height: 70px;
  display: block;
  padding: 15px;
}
.dropdown .dropdown-icon {
  padding: 15px 0 0 10px;
  height: 50px;
}
.logo {
  display: block;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
}
.logo.topbar {
  height: 50px;
  background-image: url("themes/default/logo.svg");
  float: left;
  width: 150px;
}
.sidebar .logo {
  height: 54px;
  background-image: url("themes/default/logo-small.svg");
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.sidebar.open .logo {
  background-image: url("themes/default/logo.svg");
}
.sidebar .sidebar-footer-logo {
    background-image: url("themes/default/saen-small.svg");
}
.sidebar.open .sidebar-footer-logo {
    background-image: url("themes/default/saen.svg");
}
.sidebar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 55px;
  height: 100%;
  border-radius: 0px;
  border-width: 0px;
  z-index: 1030;
}
.sidebar.open {
  width: 240px;
}
.sidebar.open .full-nav {
  display: block;
}
.sidebar.open .pic-nav {
  display: none;
}
.sidebar .full-nav {
  display: none;
  font-weight: bold;
  font-size: 12pt;
}
.sidebar .full-nav .glyphicon {
  margin-right: 10px;
}
.sidebar .pic-nav {
  display: block;
  font-weight: bold;
  font-size: 14pt;
  text-align: center;
}
.sidebar > .sidebar-wrapper {
  padding: 0px;
  width: 100%;
}
.sidebar.open > .sidebar-wrapper {
  margin-top: 0;
}
.list-group.panel {
  border-radius: 0px;
  border-width: 0px;
}
/*#menuPanel{
    overflow: hidden;
    height:700px;
}*/
.sidebar ~ .body-wrapper {
  padding-left: 55px;
}
.sidebar.open ~ .body-wrapper {
  padding-left: 240px;
}
.sidebar .tooltip,
.sidebar .tooltip .tooltip-inner {
  max-width: auto;
  white-space: nowrap;
}
.sidebar-toggle {
  border-width: 0;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  position: fixed;
  border-radius: 0px;
  top: 0px;
  left: 55px;
  font-size: 17pt;
  width: 54px;
  height: 54px;
  text-align: center;
  z-index: 1030;
}
.sidebar-toggle :hover {
  font-weight: bold;
  cursor: pointer;
}
.sidebar.open ~ .sidebar-toggle {
  left: 240px;
}
.sidebar ~ .sidebar-toggle > .nav-open {
  display: block;
  height: 50px;
  padding-top: 15px;
}
.sidebar ~ .sidebar-toggle > .nav-close {
  display: none;
}
.sidebar.open ~ .sidebar-toggle > .nav-open {
  display: none;
}
.sidebar.open ~ .sidebar-toggle > .nav-close {
  display: block;
  height: 50px;
  padding-top: 15px;
}
.sidebar.open .sidebar-nav-header {
  display: block;
}
.sidebar-nav-header {
  display: none;
  font-size: 12pt;
  text-align: center;
  font-weight: 900;
  padding: 10px 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.sidebar-nav-header .header-border-top {
  border-width: 15px 0 0 0;
}
.sidebar-nav-header .header-border-bottom {
  border-width: 0 0 15px 0;
}
.menu-arrow:before {
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  vertical-align: middle;
  float: right;
  content: "\e114";
}
.sidebar .menu,
.sidebar .menu:focus {
  list-style: none;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  padding: 2px 10px;
  border-width: 0;
  border-radius: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.sidebar .menu:hover,
.sidebar .menu.active {
  border-left-width: 3px;
  border-left-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.sidebar .menu.active + span + div .sub-menu,
.sidebar .menu.active + span {
  border-left-width: 3px;
  border-left-style: solid;
}
.sidebar .menu.active + span + div .sub-menu.bubble {
  border-left-width: 1px;
  border-left-style: solid;
}
.sidebar a.menu {
  display: none;
}
.sidebar.open a.menu {
  display: block;
}
a.list-group-item {
  border: none;
}
.sub-menu a.list-group-item {
  border-radius: 0px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.sub-menu a.list-group-item:before {
  font-family: FontAwesome;
  content: "\f101";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.sub-menu a.list-group-item:hover {
  border-left-width: 3px;
  border-left-style: solid;
}
.sub-menu a.list-group-item.active {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.sidebar .sub-menu {
  width: 240px;
  left: 49px;
  display: none;
  margin-top: -39px;
  position: fixed;
  z-index: 9999;
}
.sidebar.open .sub-menu {
  position: relative;
  left: 0;
  margin-top: 0;
  display: block;
}
.sidebar .sub-menu-header {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-weight: bold;
  font-size: 13pt;
  text-align: center;
  line-height: 40px;
}
.sidebar.open .sub-menu-header {
  display: none;
}
.pic-nav:hover + div > .sub-menu {
  display: block;
}
.sub-menu:hover {
  display: block;
}
.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right-width: 7px;
  border-right-style: solid;
  border-left-width: 7px;
  border-left-style: solid;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  content: '';
}
.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right-width: 6px;
  border-right-style: solid;
  border-left-width: 6px;
  border-left-style: solid;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  content: '';
}
.dropdown-menu:before,
.dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}
.dropdown-menu::after,
.dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}
.bubble {
  position: relative;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
}
.bubble:after,
.bubble:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  display: block;
  width: 0;
  top: 9px;
}
.bubble:after {
  z-index: 1;
  left: -10px;
}
.bubble:before {
  z-index: 0;
  left: -11px;
}
.sidebar form {
  display: none;
  padding: 10px;
}
.sidebar.open form {
  display: block;
}
.sidebar .form-group {
  margin: 0;
}
.hidden {
  display: none;
}
.row.breadcrumb {
  display: block;
  border-radius: 3px;
  margin: 15px 0;
  padding: 5px 0;
  border-width: 1px;
  border-style: solid;
}
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top-width: 17px;
  border-top-style: solid;
  border-bottom-width: 17px;
  border-bottom-style: solid;
  border-left-width: 10px;
  border-left-style: solid;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top-width: 17px;
  border-top-style: solid;
  border-bottom-width: 17px;
  border-bottom-style: solid;
  border-left-width: 10px;
  border-left-style: solid;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn {
  padding: 0 12px 0 24px;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
.btn-breadcrumb .btn:first-child {
  padding: 0 6px 0 10px;
}
.btn-breadcrumb .btn:last-child {
  padding: 0 18px 0 24px;
}
.btn-breadcrumb .btn:hover,
.btn-breadcrumb .btn:active,
.btn-breadcrumb .btn:focus {
  outline: none;
  box-shadow: none;
  cursor: default;
}
.sidebar-settings {
  position: fixed;
  top: 50px;
  right: -5px;
  width: 450px;
  height: 100%;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  z-index: 1030;
  display: none;
  padding-top: 10px;
  padding-left: 10px;
}
.sidebar-settings.open {
  display: block;
}
.dropdown.sidebar-settings-toggle {
  font-size: 17pt;
  height: 50px;
}
.dropdown.sidebar-settings-toggle :hover {
  font-weight: bold;
  height: 50px;
}
.sidebar-settings .nav {
  width: 100%;
  border-width: 0;
  height: 50px;
}
.sidebar-settings .tab-content {
  height: 100%;
  padding: 20px;
}
.sidebar-settings ul.nav-tabs > li:hover,
.sidebar-settings ul.nav-tabs > li:focus,
.sidebar-settings ul.nav-tabs > li > a:hover,
.sidebar-settings ul.nav-tabs > li > a:focus,
.sidebar-settings ul.nav-tabs > li.active:hover,
.sidebar-settings ul.nav-tabs > li.active:focus,
.sidebar-settings ul.nav-tabs > li.active > a:hover,
.sidebar-settings ul.nav-tabs > li.active > a:focus {
  border-width: 0;
}
.sidebar-settings ul.nav-tabs > li {
  height: 50px;
}
.sidebar-settings ul.nav-tabs > li > a {
  height: 50px;
  line-height: 21px;
  border-radius: 0;
  border-width: 0;
  font-weight: bold;
  padding-top: 15px;
}
.sidebar-settings ul.nav-tabs > li.active > a {
  border-radius: 0;
  border-width: 0;
}
.sidebar-settings .sidebar-settings-toggle {
  display: block;
  position: fixed;
  font-size: 15pt;
  top: 13px;
  right: 10px;
}
.sidebar-settings .sidebar-settings-toggle :hover {
  cursor: pointer;
}
/*.modal {
  text-align: center;
}

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/
.validation-summary-errors ul {
  list-style: none;
  padding: 0;
}
.themes {
  list-style: none;
  font-size: 20pt;
  padding: 0;
}
hr.message-inner-separator {
  clear: both;
  margin-top: 10px;
  margin-bottom: 13px;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.form-control-feedback.fa {
  font-size: 20px;
}
.modal-xl {
  min-width: 600px;
}
.modal-xl .modal-content {
  min-height: 700px;
}
.modal-xl .modal-body {
  min-height: 580px;
}
.tab-content {
  border: solid 1px #ddd;
  border-top: 0;
  padding: 10px;
}
.ui-draggable-handle {
  cursor: move;
}
.ui-resizable-s {
  bottom: 0;
}
.ui-resizable-e {
  right: 0;
}
#loadingOverlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2147483647;
  background-color: black;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
}
#loadingOverlay div {
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
#loadingOverlay i {
  height: 50px;
  width: 50px;
  font-size: 50px;
  color: gray;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
fieldset {
  padding: 10px;
  border: 1px solid #c0c0c0;
}
legend {
  border: 0;
  padding: 10px;
  padding-bottom: 0;
  width: initial;
  margin: 0;
}
footer {
  padding: 0 15px;
  padding-top: 5px;
  border-top: 1px solid #eee;
  background-color: #ddd;
}
div#permissionTreeLegend {
  padding: 5px 0;
}
.btn.disabled {
  pointer-events: auto;
}
.claimType {
  color: green;
}
.groupClaimType {
  color: blue;
}
@media only screen and (max-width: 990px) {
  .sidebar {
    display: none;
  }
  .sidebar.open {
    display: block;
  }
  .sidebar ~ .body-wrapper {
    padding-left: 0px;
  }
  .sidebar.open ~ .body-wrapper {
    padding-left: 0px;
  }
  .sidebar-toggle {
    left: 0px;
  }
  /*.dropdown.sidebar-settings-toggle{
        display:none;
    }
    .sidebar-settings.open{
        display:none;
    }*/
  .navbar-collapse.collapse {
    display: block!important;
  }
  .navbar-nav {
    margin-top: 0px !important;
  }
  .navbar-nav > li,
  .navbar-nav {
    float: left !important;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
  }
  .navbar-right {
    float: right!important;
  }
}
@media (max-width: 450px) {
  .sidebar-settings {
    width: 100%;
  }
}
/*body.modal-open div{
    -webkit-filter: blur(1px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}
    
.modal-backdrop {background: #f7f7f7;}*/
/* Modules */
.modulePanel {
  width: 300px;
  height: 300px;
  position: relative;
  border: 1px solid;
  background-color: #F5FFFA;
  display: inline-block;
  margin: 10px;
}
.moduleHeader {
  padding: 15px;
  height: 50px;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
}
.moduleBody {
  padding: 15px;
}
.fa.moduleBtn {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 25px;
}
.modulePanel.enabled {
  border-color: #aece4e;
  background-color: #f5fffa;
}
.modulePanel.enabled .moduleHeader {
  background-color: #aece4e;
  color: #f5fffa;
}
.modulePanel.enabled .moduleHeader .moduleBtn:hover {
  background-color: #7A9037;
}
.modulePanel.enabled hr {
  border-top-color: #aece4e;
}
.modulePanel.disabled {
  border-color: #ff5f5f;
  background-color: #fff5fa;
}
.modulePanel.disabled .moduleHeader {
  background-color: #ff5f5f;
  color: #fff5fa;
}
.modulePanel.disabled .moduleHeader .moduleBtn:hover {
  background-color: #B24242;
}
.modulePanel.disabled hr {
  border-top-color: #ff5f5f;
}
.rightCol {
  padding-left: 5px;
}
.leftCol {
  padding-right: 5px;
}
.taskLabel {
  float: left;
  width: 150px;
}
.taskControl {
  float: left;
  width: 100%;
}
#trigger-detail .form-group .checkbox:nth-of-type(n+2) {
  width: 100px;
  display: inline-block;
}
#dailyDayTypePanel .checkbox,
#monthlyTriggerPanel .radio {
  width: 100px;
  display: inline-block;
}
.required:after {
  content: " *";
  color: #f00;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel input {
  border-radius: 0;
  height: 34px;
}
.panel-group .panel a,
.panel-group .panel a:focus {
  text-decoration: none;
}
.panel-group .panel a > .panel-arrow {
  font-family: FontAwesome;
}
.panel-group .panel a > .panel-arrow:before {
  content: "\f102";
}
.panel-group .panel a.collapsed > .panel-arrow:before {
  content: "\f103";
}
.main-logo.logo {
  background-image: url("themes/default/logo-big.svg");
  height: 200px;
  width: 100%;
}
.module-settings-btn {
  float: right;
  font-size: 23px;
  color: grey;
  cursor: pointer;
  margin: -5px 10px;
}
.module-settings-btn:hover {
  color: black;
}
.data-switch-button {
  color: gray;
  cursor: pointer;
  outline: none;
  border: 1px solid #808080;
  background: #fff;
  width: 30px;
}
.data-switch-button:hover {
  background: whitesmoke;
  color: black;
}
.data-switch-button.active {
  background: green;
  color: white;
}
.data-switch-button.active:hover {
  background: green;
  color: white;
}
.header-nav-text {
  width: calc(100% - 150px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-nav-text span {
  float: unset !important;
}