﻿div.form-container div.ui-submit,
div.form-container div.ui-hyperlink {
  padding-right: 0px !important;
}

div.ui-submit button,
div.ui-hyperlink a {
  width: 200px !important;
}

.userinfo {
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 1.5rem;
  text-align: end;
}
/*@import "bootstrap.css";*/
/*@import "bootstrap4/bootstrap.css";*/
/**override template styles*/

@media (min-width: 1200px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1600px;
  }
}

.aweb-container {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.aweb-container h1 {
  font-family: Raleway, sans-serif;
  font-size: 180%;
  font-weight: 300;
  color: #808080;
  line-height: 1.2em;
  margin-top: 0;
}

.aweb-container h3 {
  font-size: 120%;
  font-weight: normal;
  color: #007a3b;
  line-height: 1.2em;
  margin-top: 0;
}
.aweb-container .card-header {
  background-color: #007a3b;
}
.aweb-container h1,
h2,
h3,
h4,
h5 {
  text-transform: unset;
}

.aweb-container .checkbox.aweb-checkbox-agb label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aweb-container .checkbox.aweb-checkbox-agb input[type="checkbox"] {
  margin-bottom: 2px;
}
/** things i need beside bootstrap 4*/
/*formcontrols*/
.form-control-static {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.aweb-container .form-control {
  font-size: 16px;
}
.aweb-container .form-control:focus {
  border-color: #007a3b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 59, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 59, 0.25);
}
/*Ampel image*/
.aweb-img-ampel {
  width: 20px;
  max-width: 20px;
}

.aweb-img-ampel:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* overview button*/
.aweb-container p a.btn-overview {
  width: 125px;
}

.aweb-container .btn-primary {
  /*	background: #12bee6 none repeat scroll 0 0;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	font-family: "Asap",sans-serif;
	font-weight: 100;
	text-shadow: none;
	transition: all 0.3s ease 0s;*/
  /* color: #007a3b;
  text-decoration: none; */
  /* all: unset; */
}

/*btn-secondary*/
.aweb-container .btn-secondary {
  /*	background: #12bee6 none repeat scroll 0 0;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	font-family: "Asap",sans-serif;
	font-weight: 100;
	text-shadow: none;
	transition: all 0.3s ease 0s;*/
  /* color: #007a3b;
  text-decoration: none; */
  /* all: unset; */
}

.aweb-container .btn-primary:hover,
.aweb-container .btn-primary:focus,
.aweb-container .btn-primary:active,
.aweb-container .btn-primary:not(:disabled):not(.disabled):active,
.aweb-container .btn-secondary:hover,
.aweb-container .btn-secondary:focus,
.aweb-container .btn-secondary:active,
.aweb-container .btn-secondary:not(:disabled):not(.disabled):active {
  /*color: #333;*/
  background-color: inherit;
  /*border-color: #adadad;*/
  /*		color: #ffffff;
		background-color: #30a6c1 !important;*/
  /* all: unset; */
  color: #007a3b;
  text-decoration: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.aweb-container .btn-primary:hover,
.aweb-container .btn-primary:focus,
.aweb-container .btn-secondary:hover,
.aweb-container .btn-secondary:focus {
  /*background-position: 0 -15px;*/
  all: unset;
}

.aweb-container .btn-secondary:active {
  outline: 0;
  background-image: none;
}

.aweb-container .btn-secondary:disabled,
.aweb-container .btn-primary:disabled {
  /*color: #fff;*/
  /*background-color: #dddddd !important;*/
  /*background-color: #12bee6 !important;
		-webkit-box-shadow: unset;
		box-shadow: unset;*/
  all: unset;
}

.aweb-container .btn-primary:disabled:hover,
.aweb-container .btn-secondary:disabled:hover {
  /*			-webkit-box-shadow: unset;
			box-shadow: unset;*/
  all: unset;
}

/*btn styles*/
.aweb-container .btn {
  /*text-align: center !important;*/
  /*  width: unset !important;*/
  all: unset;
}

.aweb-container .btn {
  /*	-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	margin-top: unset;*/
  all: unset;
}

.aweb-container .btn:hover,
.aweb-container .btn:focus,
.aweb-container .btn:active {
  /*-webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
		box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);*/
  all: unset;
}

.aweb-container .btn {
  color: #007a3b;
  text-decoration: none;
  margin-bottom: 1rem;
}
.aweb-container .btn:hover {
  color: #007a3b;
  text-decoration: underline;
  margin-bottom: 1rem;
}
.aweb-container input[type="checkbox"] {
  accent-color: #007a3b;
}
/* labels*/
.aweb-container .col-form-label {
  text-align: right;
  font-weight: bolder;
}

.col-form-label,
.control-label {
  text-align: right;
}

/* checkbox label */
.aweb-checkbox-text {
  margin-left: 5px;
}

/* select pager size*/
.field-pager-select {
  max-width: 50%;
  width: 50%;
}

.label-pager-select {
  max-width: 50%;
  width: 50%;
}

.aweb-pagesize-select label {
  padding-left: 30px;
  padding-right: 0px;
  text-align: left !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.aweb-pagesize-select select {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  font-size: inherit !important;
}

/*command bar*/
/*.commandbar {
	position: fixed;
	top: 66px;
	left: 0;
	width: 100%;
	background-color: rgb(91, 192, 222);
	z-index: 1;
	height: 30px;
}*/

/*page content*/
.page-content {
  padding-top: 20px;
}

.page-content {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 90px;
}

.page-container {
  margin-top: 77px;
  position: relative;
}

/* navigation and links*/
.aweb-container .toggler {
  display: none;
  width: 100% !important;
  background-color: #007a3b;
  height: 35px;
  margin: auto 0;
  padding-top: 5px;
}
.aweb-container .toggler > a {
  color: #fff !important;
}

.aweb-container .menu {
  -webkit-transition: background-color 0.5s ease-in 0.3s;
  -o-transition: background-color 0.5s ease-in 0.3s;
  transition: background-color 0.5s ease-in 0.3s;
}

.aweb-container .nav-link {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.aweb-container ul > li.nav-item:hover,
.aweb-container li.nav-item:hover {
  /* color: #ffffff; */
  /* background-color: #30a6c1 !important; */
}

.aweb-container div#aweb-menu ul > li {
  /* background: #12bee6 none repeat scroll 0 0; */
  /* border-top: 1px solid white; */
  list-style: outside none none;
  /* padding: 10px; */
}

.aweb-container div#aweb-menu ul > li a {
  margin-left: 10px;
}

/*damit die Unterkategorie bei 2 Stufigen Explorern mehr eingerückt ist, als die übergeordnete Kategorie*/
.aweb-container div#aweb-menu ul > li.sub-kategorie a {
  margin-left: 20px;
}

.aweb-container div#aweb-menu ul > li a::before {
  /*content: url('../img/right-arrow.svg');*/
  /* content: "> "; */
  /* font-weight: bold; */
}
.aweb-container ul.thesaurus-explorer {
  padding-left: 20px;
}
.aweb-container div#aweb-menu .nav > li > a:hover,
.nav > li > a:focus {
  background-color: unset;
}

.aweb-container div#aweb-menu ul > li a {
  /* color: #fff; */
}

.aweb-container a {
  /* color: #12bee6; */
  /*color: #428bca;*/
}

.aweb-container a:hover,
.aweb-container a:focus,
.aweb-container a:active {
  /*color: #2a6496;*/
  /* color: #30a6c1; */
  /* text-decoration: none; */
}

.aweb-container .nav-item.active a {
  /*color: #2a6496;*/
  /* color: #30a6c1; */
  font-weight: bold;
}

/*Pagination*/
.aweb-container .pagination {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aweb-container .page-item.active .page-link {
  background: rgba(0, 122, 59, 1) none repeat scroll 0 0;
  border-color: rgba(0, 122, 59, 1);
}

.aweb-container .page-item.active a.page-link {
  /*color: #428bca;*/
  /* color: #12bee6; */
  color: #fff !important;
}

.aweb-container a.page-link:hover {
  /* color: #30a6c1; */
}

/*cards*/
.aweb-container .card {
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

/*.aweb-container .card-header {
	background-color: rgb(18 190 230);
}*/

.aweb-container h3.card-title {
  color: #fff;
}

/*navigation bar*/
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

/*navbar*/
.navbar-default {
  background-image: -o-linear-gradient(
    rgb(66, 139, 202) 0,
    rgb(66, 139, 202) 100%
  ) !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(66, 139, 202)),
    to(rgb(66, 139, 202))
  ) !important;
  background-image: linear-gradient(
    rgb(66, 139, 202) 0,
    rgb(66, 139, 202) 100%
  ) !important;
  color: rgb(255, 255, 255) !important;
  border-bottom: 0 solid rgb(255, 255, 255) !important;
}

.navbar-default a {
  color: rgb(255, 255, 255) !important;
}

.navbar-default .dropdown-menu a {
  color: rgb(66, 139, 202) !important;
}

/*dropdown and pull-down in navbar*/
.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pulldown-menu {
  padding: 0;
  margin: 0;
}

.pulldown-menu > li {
  list-style-type: none;
}

.pulldown-menu > li > a {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.pulldown-menu > li:hover > .dropdown-menu {
  display: inline-block;
}
/*table wrapper*/
.table-wrapper {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  border: 1px solid #dddddd;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.table-wrapper tfoot {
  border-top: 2px solid #dddddd;
  font-weight: bold;
  font-size: 80%;
}
/*table*/
.tbl-row-group td {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f5f5f5),
    to(#e8e8e8)
  ) !important;
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%) !important;
  background-image: linear-gradient(
    to bottom,
    #f5f5f5 0,
    #e8e8e8 100%
  ) !important;
}

@media (max-width: 991px) {
  /*.aweb-container .aweb-table-courses a.aweb-book, .aweb-container .aweb-table-courses a.aweb-details, .aweb-container .aweb-table-courses .aweb-booking-tn, .aweb-container .aweb-table-courses .aweb-table-booking {
	    text-decoration-line: underline;
	    color: #75706c;
	    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    }*/
  .aweb-container .aweb-table-courses td,
  .aweb-container .aweb-table-teilnahmen td,
  .aweb-container .aweb-table-personendokumente td,
  .aweb-container .aweb-table-verknuepfungen td {
    vertical-align: middle;
  }

  .aweb-container .aweb-table-courses td .col-first,
  .aweb-container .aweb-table-teilnahmen td .col-first,
  .aweb-container .aweb-table-personendokumente td .col-first,
  .aweb-container .aweb-table-verknuepfungen td .col-first {
    width: 20%;
  }

  .aweb-container .aweb-table-courses td p,
  .aweb-container .aweb-table-teilnahmen td p,
  .aweb-container .aweb-table-personendokumente td p,
  .aweb-container .aweb-table-verknuepfungen td p {
    /*margin-top: revert;*/
    margin-bottom: 0rem;
  }

  .aweb-container .aweb-table-courses table,
  .aweb-container .aweb-table-teilnahmen table,
  .aweb-container .aweb-table-courses thead,
  .aweb-container .aweb-table-teilnahmen thead,
  .aweb-container .aweb-table-courses tbody,
  .aweb-container .aweb-table-teilnahmen tbody,
  .aweb-container .aweb-table-courses th,
  .aweb-container .aweb-table-teilnahmen th,
  .aweb-container .aweb-table-courses td,
  .aweb-container .aweb-table-teilnahmen td,
  .aweb-container .aweb-table-courses tr,
  .aweb-container .aweb-table-teilnahmen tr,
  .aweb-container .aweb-table-personendokumente td,
  .aweb-container .aweb-table-personendokumente th,
  .aweb-container .aweb-table-personendokumente tr,
  .aweb-container .aweb-table-personendokumente table,
  .aweb-container .aweb-table-personendokumente thead,
  .aweb-container .aweb-table-personendokumente tbody,
  .aweb-container .aweb-table-verknuepfungen td,
  .aweb-container .aweb-table-verknuepfungen th,
  .aweb-container .aweb-table-verknuepfungen tr,
  .aweb-container .aweb-table-verknuepfungen table,
  .aweb-container .aweb-table-verknuepfungen thead,
  .aweb-container .aweb-table-verknuepfungen tbody {
    display: block;
  }

  .aweb-container .aweb-table-courses thead tr,
  .aweb-container .aweb-table-teilnahmen thead tr,
  .aweb-container .aweb-table-personendokumente thead tr,
  .aweb-container .aweb-table-verknuepfungen thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .aweb-container .aweb-table-courses tr,
  .aweb-container .aweb-table-teilnahmen tr,
  .aweb-container .aweb-table-personendokumente tr,
  .aweb-container .aweb-table-verknuepfungen tr {
    margin: 0 0 1rem 0;
  }

  /*.aweb-container .aweb-table-courses tr:nth-child(odd) {
	    --bs-table-accent-bg: var(--bs-table-striped-bg);
    }*/
  /*
    .aweb-container .aweb-table-courses tr:nth-child(odd) td {
	    border-bottom: 1px solid #fbfbfb;
    }*/

  .aweb-container .aweb-table-courses td,
  .aweb-container .aweb-table-teilnahmen td,
  .aweb-container .aweb-table-personendokumente td,
  .aweb-container .aweb-table-verknuepfungen td {
    /* Behave  like a "row" */
    /*min-height: 70px;*/
    padding-bottom: 0px;
    padding-top: 0px;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    vertical-align: middle;
    /*box-shadow: inset 0 0 0 9999px var(--wp--preset--color--pale-cyan-blue);*/
  }

  .aweb-container .aweb-table-courses td.col-last,
  .aweb-container .aweb-table-teilnahmen td.col-last {
    padding-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .aweb-container .aweb-table-courses td.col-last > p,
  .aweb-container .aweb-table-teilnahmen td.col-last > p {
    padding: 10px;
  }

  .aweb-container .aweb-table-courses td:before,
  .aweb-container .aweb-table-teilnahmen td:before,
  .aweb-container .aweb-table-personendokumente td:before,
  .aweb-container .aweb-table-verknuepfungen td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 35%;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /*courses*/
  /*Ampel*/
  .aweb-container .aweb-table-courses td:nth-of-type(1):before {
    content: "";
  }
  /*von*/
  .aweb-container .aweb-table-courses td:nth-of-type(2):before {
    content: "Bezeichnung";
  }
  /*bis*/
  .aweb-container .aweb-table-courses td:nth-of-type(3):before {
    content: "von";
  }
  /*Kürzel*/
  .aweb-container .aweb-table-courses td:nth-of-type(4):before {
    content: "bis";
  }
  /*Bezeichnung*/
  .aweb-container .aweb-table-courses td:nth-of-type(5):before {
    content: "Kürzel";
  }
  /*Ort*/
  .aweb-container .aweb-table-courses td:nth-of-type(6):before {
    content: "Ort";
  }
  /*Preis*/
  .aweb-container .aweb-table-courses td:nth-of-type(7):before {
    content: "Preis";
  }
  /*Teilnahmen*/
  /*Bezeichnung*/
  .aweb-container .aweb-table-teilnahmen td:nth-of-type(1):before {
    content: "Bezeichnung";
  }
  /*Kürzel*/
  .aweb-container .aweb-table-teilnahmen td:nth-of-type(2):before {
    content: "Kürzel";
  }
  /*Datum*/
  .aweb-container .aweb-table-teilnahmen td:nth-of-type(3):before {
    content: "Datum";
  }
  /*Ort*/
  .aweb-container .aweb-table-teilnahmen td:nth-of-type(4):before {
    content: "Ort";
  }
  /*Status*/
  .aweb-container .aweb-table-teilnahmen td:nth-of-type(5):before {
    content: "Status";
  }
  /*Dokumente*/
  /*Datum*/
  .aweb-container .aweb-table-personendokumente td:nth-of-type(1):before {
    content: "Datum";
  }
  /*Bezeichnung*/
  .aweb-container .aweb-table-personendokumente td:nth-of-type(2):before {
    content: "Bezeichnung";
  }
  /*Kürzel*/
  .aweb-container .aweb-table-personendokumente td:nth-of-type(3):before {
    content: "Kürzel";
  }
  /*Art*/
  .aweb-container .aweb-table-personendokumente td:nth-of-type(4):before {
    content: "Art";
  }
  /*Dokument*/
  .aweb-container .aweb-table-personendokumente td:nth-of-type(5):before {
    content: "Dokument";
  }
  /*Verknuepfungen*/
  /*Verknüpfung*/
  .aweb-container .aweb-table-verknuepfungen td:nth-of-type(1):before {
    content: "Verknüpfung";
  }
  /*Firma*/
  .aweb-container .aweb-table-verknuepfungen td:nth-of-type(2):before {
    content: "Firma";
  }
  /*Bereich*/
  .aweb-container .aweb-table-verknuepfungen td:nth-of-type(3):before {
    content: "Bereich";
  }
  /*Abteilung*/
  .aweb-container .aweb-table-verknuepfungen td:nth-of-type(4):before {
    content: "Abteilung";
  }
}

/*table card*/
.tb-card-w-75 {
  width: 75% !important;
}

.tb-card-w-25 {
  width: 25%;
}
/*well*/
.aweb-container nav.well {
  margin-top: 5px;
  padding: 0;
}

/*user info*/
.aweb-container .userinfo {
  text-align: right;
}

/*alert row*/
.aweb-container .row > .alert {
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
}

/*Tooltips*/
#aweb-tooltip {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 200px; /* Full width */
  height: auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #ffffff; /* Fallback color */
  font-size: 8pt;
  border: 1px solid black;
  border-radius: 6px;
}

#aweb-tooltip-title {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: darkgray;
  color: black;
}

#aweb-tooltip-content {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: black;
  font-weight: normal;
}

/*Common styles*/
.aweb-container p.aweb-overview-message {
  margin-top: 20px;
}

.aweb-container div.checkbox {
  margin-left: 30px;
}

.aweb-container div.aweb-radio-list {
  margin-left: 8px;
}

.aweb-container div#ScriptBag_AbweichenderRe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 10px;
}

.aweb-container div#ScriptBag_AbweichenderRe div.radio {
  margin-right: 30px;
}

/**Zoom for Pageination and headers to fit in mobildives*/
@media (min-width: 992px) {
  .aweb-container .page-content {
    position: relative;
    margin-left: 225px;
  }

  .aweb-container nav.well {
    position: absolute;
    width: 225px;
  }

  .aweb-container .aweb-table-courses td.tpl-wOrt,
  .aweb-container .aweb-table-courses td.tpl-krzl,
  .aweb-container .aweb-table-courses td.tbl-preis {
    white-space: nowrap;
  }

  .aweb-container .aweb-table-courses td.tpl-w120 {
    width: 300px;
    max-width: 300px;
  }

  .aweb-container .aweb-table-courses td.tpl-w121 {
    width: 50%;
    max-width: 50%;
  }

  .aweb-container .aweb-table-teilnahmen td.tpl-w120 {
    width: 300px;
    max-width: 300px;
  }

  .aweb-container .aweb-table-teilnahmen td.tpl-w120 {
    width: 300px;
    max-width: 300px;
  }

  .aweb-container .aweb-table-teilnahmen td.tbl-status {
    white-space: nowrap;
  }
}

@media (max-width: 576px) {
  .aweb-container .aweb-radio-list.ui-singleradiobox > label {
    margin-left: 5px;
  }
}

@media (max-width: 991px) {
  .aweb-container nav.well {
    padding-top: 20px;
  }

  .aweb-container p.aweb-overview-message {
    margin-top: unset;
    padding: 10px;
  }

  .aweb-container div#ScriptBag_AbweichenderRe {
    padding-left: 30px;
  }

  .aweb-container .col-form-label {
    text-align: right;
  }

  .aweb-container .pagination,
  .aweb-container h2,
  .aweb-container h3,
  .aweb-container .col-form-label,
  .aweb-container .form-control,
  .aweb-container .form-control-static,
  .aweb-container .btn {
    /*zoom: 90%;*/
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .aweb-container h1 {
    font-size: 1.7rem;
  }

  .aweb-container .commandbar {
    top: 53px;
  }

  .aweb-container .page-content {
    margin-top: 0;
  }

  .aweb-container nav.well {
    padding-top: 10px;
  }

  .aweb-container .form-control-static ul {
    padding-left: 15px;
  }
}

@media (max-width: 1199px) {
  .aweb-container .toggler {
    display: block;
  }

  .aweb-container .menu {
    display: none;
  }
  .aweb-container .col-xs-3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .aweb-container .col-xs-3 li {
    /* border: 1px solid rgba(0, 0, 0, 0.125); */
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
}

@media (min-width: 1199px) {
  .aweb-container .menu {
    display: block !important;
  }
}

@media (max-width: 576px) {
  .aweb-container .col-form-label {
    text-align: left;
  }
}
