/* ========================================================
 *
 * Bóbita Magánóvoda - Adminisztrációs felület
 *
 * ========================================================
 *
 * File: styles.css;
 * Version: 1.0
 *
 * ======================================================== */

@media (min-width: 768px) {
  a,
  .btn,
  .caret,
  .close,
  .sidebar,
  .select2-choice abbr,
  .select2-highlighted,
  .checker span:after,
  .checker span,
  .navbar-toggle,
  .select2-arrow b,
  .page-content {
    -webkit-transition: all 0.15s ease-in-out;
       -moz-transition: all 0.15s ease-in-out;
         -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
  }

}

.alpha {
  padding-left: 0 !important;
}

.omega {
  padding-right: 0 !important;
}

.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.fontawesome-list > .row > div > div {
  background: #fcfcfc;
  border: 1px solid #ddd;
  padding: 8px;
  margin-bottom: 5px;
}

.has-padding {
  padding: 15px;
}

.fa {
  position: relative;
  font-size: 14px;
  min-width: 14px;
  text-align: center;
}

.fa.fa-small {
  font-size: 11px !important;
}

.loading-spinner {
  background: url("../images/interface/loader.gif") no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.loading-spinner.pull-right {
  margin-right: 12px;
  margin-top: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navigation > li > a,
.stats li span {
	font-family: 'Rajdhani', sans-serif;
	font-weight: normal;
}

.widget {
  margin-bottom: 30px;
}

.widget-inner {
  margin-bottom: 20px;
}

.mandatory {
  color: #b94a48;
  margin-left: 2px;
}

label.error {
  margin-top: 6px;
  margin-bottom: 0;
  color: #fff;
  background-color: #D65C4F;
  display: table;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  border-radius: 2px;
}

label.error.valid {
  background-color: #239169;
}

.logo {
  float: left;
  width: 230px;
}

.logo a {
	display: block;
}

.logo img {
	margin: 0 32px !important;
}

.middle-nav {
  float: right;
  margin: 0;
  padding: 0;
}

.middle-nav > li {
  text-align: center;
  display: block;
  float: left;
  margin-left: 20px;
  position: relative;
}

.middle-nav > li:first-child {
  margin: 0;
}

.middle-nav > li > a {
  display: block;
  padding: 8px 12px 3px 12px;
  font-weight: normal;
}

.middle-nav > li > a:hover {
	background: #f6f6f6;
}

.middle-nav > li > a:active {
	background: #f1f1f1;
}

.middle-nav > li > a > i {
  font-size: 28px;
  display: block;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.middle-nav .label {
  position: absolute;
  top: -7px;
  right: -7px;
}

@media (max-width: 768px) {

  .middle-nav {
    float: none;
    text-align: center;
    font-size: 0;
    margin-top: 15px;
  }

  .middle-nav > li {
    float: none;
    display: inline-block;
    margin: 0 5px;
  }

  .middle-nav > li:first-child {
    margin: 0 5px;
  }

  .middle-nav > li span {
    display: none;
  }

}

/* ===== Sidebar and navigation ===== */

.sidebar {
  position: absolute;
  left: 15px;
  top: 0;
  width: 230px;
  padding-bottom: 30px;
  z-index: 800;
}

.navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation > li {
  position: relative;
  display: block;
  margin-top: 2px;
}

.navigation li:first-child {
  margin-top: 0;
}

.navigation > li > a {
  color: #333;
  font-size: 15px;
  display: block;
  border: 1px solid #ddd;
  padding: 9px 9px 8px 9px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #fcfcfc;
}

.navigation > li > a.level-opened,
.navigation > li > a:hover,
.navigation > li > a:focus {
  background: #239169;
  border-color: #239169;
  color: #fff;
}

.navigation > li.active > a,
.navigation > li.active > a.level-opened {
  background: #40484C;
  border-color: #40484C;
  color: #fff;
}

.navigation > li > a .label {
  float: right;
}

.navigation > li ul .label {
  float: right;
  margin-top: -2px;
}

.navigation > li > ul {
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  border-top: 0;
}

.navigation > li > ul li {
  border-top: 1px solid #eee;
}

.navigation > li > ul li:first-child {
  border-top: 0;
}

.navigation > li > ul li a {
  padding: 11px 12px;
  display: block;
  font-size: 11px;
}

.navigation > li > ul li a:hover,
.navigation > li > ul li a:focus {
  background-color: #fafafa;
}

.navigation > li > ul li.active > a {
  background: #f5f5f5;
}

.navigation > li > ul li.active > a:after {
  content: "";
  width: 5px;
  height: 9px;
  opacity: .9;
  filter: alpha(Opacity=90);
  margin: 3px 0 6px 0;
  float: right;
  background: url("../images/interface/nav_arrow_right.png") no-repeat;
}

.navigation .fa {
  top: 0;
  margin-right: 6px;
}


@media (max-width: 991px) {

  .page-container {
    position: static;
  }

  .sidebar {
    top: 36px;
    left: 0;
    width: 100%;
    max-height: 237px;
    overflow-y: auto;
    position: fixed;
    border-bottom: 3px solid #40484C;
    padding: 0;
  }

  .static-navbar .sidebar {
    position: absolute;
  }

  .navigation > li {
    margin-top: 0;
  }

  .navigation > li > a {
    border-top: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }

  .rtl-inputs [class*="col-"],
  .rtl-inputs [class^="col-"] {
  	float: none!important;
  }

}

/* Hiding sidebar */

.hidden-sidebar .sidebar {
  opacity: 0;
}

.hidden-sidebar .page-content {
  margin-left: 0;
}

/* Page content */

.page-content {
  margin-left: 270px;
}

.full-width .page-content {
  margin-left: 0;
}

@media (max-width: 991px) {

  .page-content {
    margin-left: 0;
  }

}

/* Page title */

.page-title {
  color: #fff;
  background-color: #40484C;
  -moz-box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 #FFF;
  box-shadow: 0 1px 0 #FFF;
  border-radius: 2px;
  margin-bottom: 30px;
}

.page-title:after {
  content: "";
  display: table;
  clear: both;
}

.page-title h5 {
  margin: 0;
  float: left;
  display: block;
  font-size: 15px;
  padding: 13px 14px 12px 14px;
  line-height: 1;
}

.page-title .btn-group {
  float: right;
  padding: 1px 0;
}

.page-title .btn-group .btn {
  color: #fff;
}

.page-title h5 small {
  margin-left: 6px;
  font-size: 11px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  vertical-align: 1px;
  color: #bbb;
}

@media (max-width: 768px) {

  .page-title {
    margin-bottom: 20px;
  }

  .page-title h5 small {
    display: none;
  }

}

/* Subtitle */

.subtitle {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}

.subtitle i {
  float: left;
  margin: 0 6px 0 0;
  color: #444;
}

/*===== Uniform. Checkbox =====*/

.checker, .checker span, .checker input {
  width: 18px;
  height: 18px;
}

.checker {
  position: relative;
  margin-right: 6px;
  margin-top: -3px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.checker span {
  border: 1px solid #c5c5c5;
  background-color: #fff;
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
  position: relative;
}

.checker span:after {
  content: "";
  background: url("../images/forms/check.png") no-repeat 50%;
  opacity: 0;
  filter: alpha(Opacity=0);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.checker span.checked:after {
  content: "";
  opacity: 1;
  filter: alpha(Opacity=100);
}

.checker.focus span.checked:after {
  opacity: 1;
  filter: alpha(Opacity=100);
}

.checker input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
}

.checker:active span, .checker.active span {
  background-color: #f8f8f8;
  border-color: #d5d5d5;
}

.checker.focus span, .checker:hover span {
  background-color: #fafafa;
}

.checker.focus:active span.checked:after,
.checker:hover:active span.checked:after,
.checker.active:hover span.checked:after,
.checker.active.focus span.checked:after {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.checker.disabled span,
.checker.disabled:active span,
.checker.disabled.active span {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.checker.disabled span.checked,
.checker.disabled:active span.checked,
.checker.disabled.active span.checked {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.checker.disabled span.checked:after,
.checker.disabled:active span.checked:after,
.checker.disabled.active span.checked:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*===== Uniform. Radio =====*/

.choice, .choice span, .choice input {
  width: 18px;
  height: 18px;
}

.choice {
  position: relative;
  margin-right: 6px;
  margin-top: -3px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.choice span {
  border: 1px solid #c5c5c5;
  background-color: #fff;
  display: -moz-inline-box;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  position: relative;
}

.choice span:after {
  content: "";
  background: url("../images/forms/choice.png") no-repeat 50%;
  opacity: 0;
  filter: alpha(Opacity=0);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.choice span.checked:after {
  content: "";
  opacity: 1;
  filter: alpha(Opacity=100);
}

.choice.focus span.checked:after {
  opacity: 1;
  filter: alpha(Opacity=100);
}

.choice:active span,
.choice.active span {
  background-color: #f8f8f8;
  border-color: #d5d5d5;
}

.choice.focus span,
.choice:hover span {
  background-color: #fafafa;
}

.choice input[type=radio] {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 18px;
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
  float: none;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
}

.choice.focus:active span.checked:after,
.choice:hover:active span.checked:after,
.choice.active:hover span.checked:after,
.choice.active.focus span.checked:after {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.choice.disabled span,
.choice.disabled:active span,
.choice.disabled.active span {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.choice.disabled span.checked,
.choice.disabled:active span.checked,
.choice.disabled.active span.checked {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.choice.disabled span.checked:after,
.choice.disabled:active span.checked:after,
.choice.disabled.active span.checked:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*===== Select2 plugin =====*/

.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.select2-container .select2-choice {
  display: block;
  height: 34px;
  background-color: #fff;
  padding: 0 0 0 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  white-space: nowrap;
  line-height: 32px;
  color: #333;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container .select2-choice:hover {
  background-color: #fcfcfc;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #ddd;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 31px;
  display: block;
  overflow: hidden;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 100;
  background-color: #3C9AC9;
  background-image: url("../images/forms/clear_results.png");
  background-position: 4px 4px;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-color: #CA665B;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #ddd;
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop.select2-drop-above {
  border-top: 1px solid #ddd;
  border-bottom: 0;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #ddd;
}

.select2-container .select2-choice .select2-arrow {
  width: 11px;
  height: 6px;
  right: 11px;
  top: 13px;
  z-index: 99;
  display: inline-block;
  position: absolute;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 11px;
  height: 6px;
  background: url("../images/forms/vertical_arrows.png") no-repeat 0 0;
}

.select2-search {
  display: block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  padding: 7px 20px 6px 30px!important;
  margin: 0;
  outline: 0;
  border: 1px solid #DDD;
  background: #FFF url("../images/interface/filter.png") no-repeat 10px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none;
}

.select2-dropdown-open .select2-choice {
  background-color: #fafafa;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #ddd;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: 0 -6px;
}

/* Results */

.select2-results {
  max-height: 204px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
  margin: 0 -1px;
  padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

.select2-results li {
  list-style: none;
  display: list-item;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
  color: #D65C4F;
}

.select2-results .select2-result-label {
  padding: 9px 10px 10px 10px;
  margin: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  background: #239169;
  border-color: #239169;
  color: #FFF;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #FAFAFA;
  display: list-item;
  padding: 6px 10px;
  font-size: 11px;
  border-top: 1px solid #DDD;
  color: #999;
  line-height: 16px;
}

.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url('../images/interface/loader.gif') no-repeat 100%;
}

.select2-more-results {
  background: #f5f5f5;
  display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* General */

.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/*===== Custom table element styles =====*/

.table-check tr td:first-child {
  width: 40px;
  text-align: center;
}

.table-check .row-checked td {
  background: #fffff7;
}

.table-check .checker, .table-check .radio {
  margin: 0;
}

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

.table-controls .btn-link {
  padding: 2px;
}

.table-controls .btn-link i {
  padding: 0;
}

.table-footer:after {
  content: "";
  display: table;
  clear: both;
}

.table-footer .table-actions label {
  margin: 3px 12px 0 0;
  display: inline-block;
  font-size: 12px;
}

.table-footer .table-actions {
  float: left;
}

.table-footer .pagination {
  float: right;
  margin-top: 2px;
}

.table-footer {
  padding: 12px;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
}

.panel .table-footer {
  border: 0;
  border-top: 1px solid #ddd;
}

.action-icon {
  color: #444;
  display: block;
  margin-top: 3px;
}

@media (max-width: 480px) {

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

  .table-footer .table-actions, .table-footer .pagination {
    float: none;
  }

  .table-footer .pagination {
    margin-top: 15px;
  }

}

/* ===== Footer ===== */

.footer {
  padding: 12px 0;
  border-top: 1px solid #ddd;
}

/* # Error and Login pages styling
================================================== */

.error-wrapper h1 {
  color: #fff;
  font-size: 200px;
  margin-top: 50px;
  line-height: 1;
  font-weight: 300;
  text-stroke: 1px transparent;
  display: block;
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

.error-wrapper.offline h1 {
  font-size: 160px;
}

.error-wrapper h6 {
  margin-bottom: 15px;
}

.error-content {
  width: 440px;
  margin: auto;
}

.error-content input[type=text] {
  background: #fff url("../images/interface/filter.png") no-repeat 12px;
  padding-left: 32px;
}

.login-wrapper {
  width: 350px;
  margin: 80px auto 35px auto;
}

@media (max-width: 480px) {

  .error-wrapper {
    width: 100%;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    position: static;
  }

  .error-wrapper,
  .error-content {
    width: 100%;
  }

  .error-wrapper h1 {
    font-size: 140px;
    padding-top: 0px;
  }

  .error-wrapper.offline h1 {
    font-size: 100px;
  }

  .login-wrapper {
    width: 100%;
    margin-top: 20px;
  }

}
