/* SHARED OENY STYLES */
.sidebar-nav > li:hover > a, .sidebar-nav > li.active > a {
  color: #fede9b;
  background: transparent;
  text-decoration: none;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  font-family: Roboto, sans-serif;
  padding-bottom: 118px;
}
@media (max-width: 767.98px) { 
  padding-bottom:0;
}
main {
  padding-top: 16px;
  padding-bottom: 16px;
}

.container-fluid {
  max-width: 1440px;
}

.custom-sticky {
  position: relative !important;
}

.custom-sticky > .oeny-main {
  padding-bottom: 500px;
}

.sn-hidden {
  top: 108px !important;
  bottom: auto !important;
}

h1 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

h2 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

h3 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 {
  font-weight: bold;
}

h5 {
  font-weight: bold;
}

h6 {
  font-weight: bold;
}

.h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-header {
  margin: 22px 0 22px;
}

a {
  color: #2a67ba;
  cursor: pointer;
}

img {
  max-width: 100%;
}

section {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 80px;
}

.type-info {
  color: #818181;
  font-weight: normal;
}

#sidebar-wrapper {
  padding: 0;
  margin-left: -275px;
  left: 275px;
  width: 275px;
  background: #282828;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 999;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

#sidebar-wrapper nav {
  position: relative;
}

#sidebar-wrapper .sidebar-tabs {
  border-bottom: 1px solid #4b4b4b;
  margin: 0;
  padding: 0;
  height: 40px;
  list-style-type: none;
}

#sidebar-wrapper .sidebar-tabs li {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
}

#sidebar-wrapper .sidebar-tabs li a {
  color: #818181;
  text-transform: uppercase;
}

#sidebar-wrapper .sidebar-tabs li.active {
  background: #818181;
}

#sidebar-wrapper .sidebar-tabs li.active a {
  color: white;
}

#wrapper {
  padding-left: 275px;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

#wrapper.active {
  padding-left: 0;
}

#wrapper.active #sidebar-wrapper {
  left: 0;
}

#wrapper .wrapper-header .alert {
  margin-bottom: 0;
}

#wrapper .wrapper-header .wrapper-header-inside {
  padding: 20px 40px 40px;
  border-bottom: 1px solid #282828;
  background: #f8f8f9;
}

.header-area {
  padding: 0;
}

.header-area .btn-group .btn-primary {
  border: none;
  padding: 7px 12px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.oeny-userdata-header {
  text-align: right;
}

.mobile-first-menu-button {
  border: none;
  width: 36px;
}

.mobile-first-menu-button span {
  font-size: 16px;
  line-height: 28px;
  padding: 16px 0;
  background: #2a67ba;
  text-align: center;
  width: 36px;
}

#page-content-wrapper {
  width: 100%;
}

.sidebar-nav {
  position: relative;
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav > li {
  border-bottom: 1px solid #4b4b4b;
}

.sidebar-nav > li > a {
  font-size: 14px;
  color: #ededed;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  font-weight: 500;
  line-height: 40px;
  padding: 0 20px;
}

.sidebar-nav > li > a:active {
  text-decoration: none;
  background: transparent;
}

.sidebar-nav > li > a:focus {
  text-decoration: none;
  background: transparent;
}

.sidebar-nav > li > a .menu-icon {
  float: right;
  line-height: 40px;
}

.sidebar-nav > li > a::before {
  content: "";
  width: 8px;
  height: 40px;
  position: absolute;
  background: transparent;
  left: 0;
}

.sidebar-nav > li:hover > a::before {
  background: #fede9b;
}

.sidebar-nav > li.active > a::before {
  background: #fede9b;
}

.sidebar-nav > li.active ul {
  display: block;
}

.sidebar-nav > li ul {
  display: none;
  padding: 5px 20px;
  background: #282828;
}

.sidebar-nav > li ul li a {
  font-size: 14px;
  color: #ededed;
  display: block;
  text-decoration: none;
  padding: 0;
  font-weight: 500;
}

.sidebar-nav > li ul li:hover a {
  color: #fede9b;
}

.sidebar-nav > li ul li.active a {
  color: #fede9b;
}

.oeny-doctable-header {
  line-height: 35px !important;
}

.oeny-trash-button {
  padding: 1px 6px;
}

.table-center {
  text-align: center;
}

.panel-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content {
  padding-bottom: 25px;
}

.form-fragment {
  padding-top: 20px;
}

.form-group {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .oeny-padding-right-null {
    padding-right: 0;
  }
  .oeny-padding-right-null .form-group {
    margin-bottom: 0;
  }
  .oeny-padding-left-null {
    padding-left: 0;
  }
}

.datatable-icon-up:after {
  font-family: 'icomoon' !important;
  content: "\E949" !important;
}

.datatable-icon-up:before {
  display: none;
}

.datatable-icon-down:after {
  font-family: 'icomoon' !important;
  content: "\E948";
}

.datatable-icon-down:before {
  display: none;
}

.oeny-custom-inputbutton {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  right: 16px;
  border: 1px solid #818181;
  padding: 6px 12px;
  display: table-cell;
  width: 56px;
  border-radius: 0;
  margin-top: 32px;
}

.toast-top-center {
  top: 108px !important;
  max-width: 1440px;
}

.toast-container {
  margin: auto;
  right: 0;
  left: 0;
}

#toast-container.toast-top-center .toast {
  width: 100%;
  color: #282828;
  border-radius: 0;
  padding: 13px;
  background-image: none !important;
  line-height: 23px;
  border-left: 4px solid #a3d08b;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#toast-container.toast-bottom-center .toast {
  width: 100%;
  color: #282828;
  border-radius: 0;
  padding: 13px;
  background-image: none !important;
  line-height: 23px;
  border-left: 4px solid #a3d08b;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.toast-title {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  margin-right: 4px;
}

.toast-close-button {
  float: right;
  font-size: 44px;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: .2;
  filter: alpha(opacity=20);
  font-weight: 400;
  line-height: 24px;
  top: auto;
  right: auto;
}

.toast-success {
  background-color: #c1e8b2 !important;
  border-color: #a3d08b !important;
  color: #282828 !important;
}

.toast-error {
  background-color: #ffab9e !important;
  border-color: #e23c2e !important;
  color: #282828 !important;
}

.toast-warning {
  background-color: #ffebc2 !important;
  border-color: #fede9b !important;
  color: #282828 !important;
}

.toast-progress {
  display: none !important;
}

.oeny-browse-container {
  margin-right: 16px;
  display: inline;
}

.oeny-meret-formatum-tip {
  font-style: italic;
  margin-top: 5px;
  color: #818181;
  font-weight: 300;
}

.oeny-elipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.oeny-szaszer .container-fluid {
  padding-top: 48px;
}

.oeny-tpalya .container-fluid {
  padding-top: 48px;
}

.oeny-mip .container-fluid {
  padding-top: 48px;
}

sn-scroll-spy-section:first-child {
  padding-top: 0;
}

.oeny-required-icon-yellow:after {
  content: "*";
  position: relative;
  color: #f7b32b;
}

.oeny-required-icon-red:after {
  content: "*";
  position: relative;
  color: #e23c2e;
}

.table-funciton a {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.sortable .sort-btn:before {
  font-family: 'icomoon' !important;
  content: "\E96F";
}

.fa-trash-o.oeny-custom-inputbutton {
  margin-top: 11px;
}

.btn-group > .btn-primary.btn-sm {
  padding: 11px 12px;
  margin-right: 0;
}

.form-horizontal .radio {
  padding-left: 16px;
  padding-right: 16px;
}

.popover .tooltip-inner {
  background: transparent !important;
  color: black !important;
}

.glyphicon-question-sign:before {
  content: "\E085";
  width: 16px;
  height: 16px;
  font-weight: bold;
  font-size: 14px;
}
