@media (min-width: 1800px) {
  .container.wide {
    max-width: 1750px;
  }
}

@media (min-width: 1700px) {
  .container.wide {
    max-width: 1650px;
  }
}

@media (min-width: 1600px) {
  .container.wide {
    max-width: 1550px;
  }
}

@media (min-width: 1500px) {
  .container.wide {
    max-width: 1450px;
  }
}

@media (min-width: 1400px) {
  .container.wide {
    max-width: 1350px;
  }
}

.footer {
  background-color: #f5f5f5;
}

.mh-75 {
  min-height: 75vh;
  margin-bottom: 12px;
}

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    margin-bottom: 5px;
    padding: 20px;
}

.bs-callout:last-child {
    margin-bottom: 0px;
}

.bs-callout h4,
.bs-callout h5 {
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: 600;
}

.btn-pane {
    margin-bottom: 12px; 
    padding: 8px 4px 4px 2px; 
    background-color: #f0f0f0;
}

.template-top-pane {
    background-color: #f0f0f0;
    margin-bottom: 12px;
    padding: 8px 8px 8px 12px;
}

.no-wrap {
    white-space: nowrap;
}

.no-visible {
    display: none;
}

.g {
   color: green;
}

.w {
   color: red;
}

.c-hand {
  cursor: pointer;
}

.overflow-y {
  overflow-y: scroll;
}

.vh-65 {
  height: 65vh;
}

table.dataTable tbody tr.err,
table.dataTable tbody tr.odd.err {
  background-color: red;
}

.dropdown-menu a.item-primary:hover {
  background-color: #007bff;
}

.dropdown-menu a.item-info:hover {
  background-color: #17a2b8;
}

.dropdown-menu a.item-danger:hover {
  background-color: #dc3545;
}

.msg_error {
  background-color: red;
  color: white;
  padding: 2px 12px;
  border-radius: 8px;
  margin-left: 14px;
}

.m-title {
   margin-top: 100px;
   margin-bottom: 100px;
}

.hidden {
   display: none;
}

.h-40 {
  height: 40px;
}

.g-descr {
    font-size: 80%;
}


.copy {
    font-size: 75%;
    padding-left: 20px;
}


.w-15 {
  width: 15%;
}

.w-17 {
  width: 17%;
}

.w-20 {
  width: 20%;
}


.w-80 {
  width: 80%;
}

.w-83 {
  width: 83%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.pl-10px {
  padding-left: 10px;
}

.pl-15px {
  padding-left: 15px;
}
.pl-20px {
  padding-left: 20px;
}

.pr-10px {
  padding-right: 10px;
}

.mw-25 {
  min-width: 25%;
}
.mw-50 {
  min-width: 50%;
}
.mw-75 {
  min-width: 75%;
}

.h-100 {
  height: 100%
}

.invisible {
  display: none;
}

.rev ul {
  margin-top: 20px;
}

.rev li {
  font-size: 0.8em;
  list-style: none;
}