html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.content-wrapper {
  margin-top: 70px;
}
.footer {
  /*height: 60px;*/
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: /*"\e113"*/ "\e151";
}
a.desc:after {
  content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/* Callouts from AdminLTE */
.callout {
  border-left: 5px solid #eee;
  margin: 0 0 20px;
  padding: 15px 30px 15px 15px;
}
.callout h4 {
  margin-top: 0;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: #fff;
}
.callout.callout-danger {
  background-color: #fcf2f2;
  border-color: #dfb5b4;
}
.callout.callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.callout.callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
.callout.callout-danger h4 {
  color: #b94a48;
}
.callout.callout-warning h4 {
  color: #c09853;
}
.callout.callout-info h4 {
  color: #3a87ad;
}
/* END Callouts from AdminLTE */
/* Fix for multilevel menu on Bootstrap 3 */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a:after {
  content: ' ';
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border: 5px solid transparent;
  border-left-color: #cccccc;
  border-right-width: 0;
}
.dropdown-submenu:active > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.email-form-wrap {
  position: relative;
}
.select2-container--krajee .select2-selection--single .select2-selection__clear {
  top: 1px;
}
#newsletter-form .required .control-label::after {
  content: "";
}
/* All desktops */
@media screen and (min-width: 1025px) {
  .dropdown:active > .dropdown-menu,
  .dropdown:hover > .dropdown-menu,
  .dropdown-submenu:active > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
/* All mobiles */
@media screen and (max-width: 1024px) {
  .dropdown-submenu > a:after {
    display: inline-block;
    float: none;
    margin-left: 5px;
    border-left: 4px solid transparent!important;
    border-right: 4px solid transparent!important;
    border-top: 4px solid #ccc;
    border-bottom-width: 2px;
  }
  .dropdown-submenu.open > a:after {
    border-top-color: white;
  }
  .dropdown-menu .dropdown-submenu .dropdown-menu {
    margin-left: 20px;
  }
  /* Fixes unwanted bkg */
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background: none;
  }
}
/* End */
.change-language .select2-container {
  width: 64px !important;
}
.change-language .select2-container--krajee .select2-selection--single {
  padding: 0 0 0 5px;
}
.change-language .select2-container--krajee .select2-selection {
  background-color: #F0F8FF;
}
.change-language .kv-plugin-loading {
  display: none;
}
/*form .required .control-label::after {
  content: " * ";
}*/
form .required .control-label.has-star::after {
  content: "*";
  margin-left: 3px;
  font-weight: normal;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: tomato;
}
.kv-fileinput-error.file-error-message:empty {
  display: none !important;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
  border: none;
  background: #f5f5f5;
  margin-top: 0;
  margin-bottom: 3px;
  margin-left: 0;
}
.select2-container--krajee .select2-selection--multiple {
  height: 34px;
  max-height: 100px;
}
.message-index .grid-view td ul,
.message-view .grid-view td ul {
  padding-left: 20px;
}
@media all and (min-width: 1025px) {
  .show-on-mobile {
    display: none !important;
  }
  .hide-on-mobile {
    display: block !important;
  }
}
/* All mobiles */
@media screen and (max-width: 1024px) {
  .show-on-mobile {
    display: block !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
}
