* {
  margin: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bolder;
}

html, body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -40px;
}

.footer-minimal, .push {
  height: 40px;
}

.footer-minimal {
  padding-bottom: 10px;
}


/* bootstrap 3.4.1 fixes */
.container {
  width: unset;
  padding-left: unset;
  padding-right: unset;
}
/************************/

.container-left {
  margin-left: 0;
  padding: 12px;
}

.container-right {
  margin-right: 0;
}

.container > hr {
  margin: 60px 0;
}

.container-content {
  margin-bottom: 100px;
  background-color: #FDFDFD;
  padding: 12px;
  border-radius: 6px;
  margin-top: 12px;
  -webkit-box-shadow: rgba(22, 22, 22, 0.5) 0px 1px 3px 0px;
  box-shadow: 0 1px 3px rgb(22, 22, 22, 0.5);
  border-collapse: separate;
}

.container-borderless {
  margin-bottom: 100px;
  background-color: #FDFDFD;
  border-radius: 6px;
  margin-top: 12px;
  -webkit-box-shadow: rgba(22, 22, 22, 0.5) 0px 1px 3px 0px;
  box-shadow: 0 1px 3px rgb(22, 22, 22, 0.5);
  border-collapse: separate;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.container-content.container-wide {
  margin-right: 12px;
  margin-left: 12px;
  max-width: 99%;
}

.form-compact {
  font-size: 12pt;
}

@media (min-width: 768px) {
  .container {
    max-width: calc(100% - 12px);
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1600px) {
  .container-workspace {
    max-width: 1570px;
  }
}


.navbar-inverse {
  -webkit-box-shadow: rgba(22, 22, 22, 0.5) 0px 1px 3px 0px;
  box-shadow: 0 1px 3px rgb(22, 22, 22, 0.5);
}

.pull-center {
  margin-left: auto;
  margin-right: auto;
  float: none;
  text-align: center;
}

i + a:before {
  content: " ";
}

a > i:after {
  content: " ";
}

button > i:after {
  content: " ";
}

i {
  color: #666;
}

button > i {
  color: unset;
}

.btn:hover > i, .btn:focus > i {
  color: #FFF;
  text-decoration: none;
}

.btn.btn-nolink {
  border: none !important;
  padding: 3px 6px 3px 6px !important
}

button, input[type="button"], input[type="submit"], input[type="reset"], .btn {
  border: 1px solid #ccc !important;
  border-radius: 4px;
  font-weight: bold;
}

li.nav-header-horizontal {
  display: list-item;
  padding-top: 10px;
  padding-bottom: 8px;
  margin-top: 0;
  margin-bottom: 2px;
}

hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid;
}

.navbar-inverse .navbar-brand {
  max-width: 400px;
}

.lead {
  font-weight: bold;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: default !important;
}

.list-legend {
  border: 1px #d0d0d0 solid;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 8px 15px;
}

.breadcrumb-legend {
  padding: 8px 15px;
}

.label-sm {
  padding: 3px 5px;
  margin-right: 0.5em;
}

.breadcrumb-legend .label-sm {
  margin-left: 1em;
}

.label > i {
  font-size: 13px;
  color: white;
}

a.command, a.command:hover, a.command:focus {
  text-decoration: none;
  border-bottom: 1px dashed;
}

@media all and (min-height: 700px) and (min-width: 768px) {
  .footer {
    bottom: 0px;
    margin-bottom: 0px;
    position: fixed;
    right: 0px;
    left: 0px;
    z-index: 1030;
  }
}

/* Second scrollbar for modal */

.modal {
  overflow-y: hidden !important;
}

.modal-open {
  overflow: auto !important;
}


.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.15s ease;
  transition: height 0.15s ease;
}

/*
no collapse:
.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}
*/

.g-recaptcha {
  display: inline-block;
}

.alert-icon {
  display: table;
  width: calc(100% - 24px);
  position: relative;
  padding-left: 38px;
  margin: 12px;
}

.alert-icon > i {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 8px;
}

.disable-select {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}

/* bootstrap 3.4.1 fixes */

.panel-heading .panel-toggle {
  display: block;
  cursor: pointer;
}

