﻿@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1180px;
  }
}

@media (min-width: 1300px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1290px;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1390px;
  }
}

@media (min-width: 1500px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1460px;
  }
}

@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1540px;
  }
}

@media (min-width: 1700px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1640px;
  }
}

@media (min-width: 1800px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1740px;
  }
}

@media (min-width: 1900px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1860px;
  }
}

@media (min-width: 1960px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1920px;
  }
}

@media (min-width: 2000px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1960px;
  }
}


/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 54px;
  font-family: 'Segoe UI', 'Helvetica Neue', 'Droid Sans', Arial, Tahoma, Geneva, sans-serif;
  font-size: 17px;
  background-color: #FAFAFA;
}

.body-content-top {
  position: fixed;
  top: 60px;
  max-width: 100%;
  width: 100%;
  height: 40px;
  max-height: 40px;
  margin: 0 0 0 0;
  padding: 5px 5px 0 5px;
  font-size: 14px;
  background-color: #FAFAFA;
}
/* scroll-area */
.body-content-scroll {
  position: absolute;
  top: 50px;
  left: 0;
  /*width: 100%;*/ /*safari issue*/
  max-width: 100%;
  height: calc(100vh - 140px); /* -98px */
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /*safari issue*/
}
.body-content {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  /*
  margin-left: 10px;
  margin-right: 10px;
  */
}
.body-content-sm {
  font-size: 14px;
}
.body-content-xs {
  font-size: 12px;
}

.modal-dialog {
  max-width: 1280px;
}
.modal-dialog-small {
  max-width: 600px;
}

.card-selected-yellow {
  background-color: #FFFFE5;
}
.card-selected-gray {
  background-color: #FAFAFA;
}
.card-selected-green {
  background-color: #E5FFEE;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .jumbotron {
    margin-top: 20px;
  }

  .body-content {
    padding: 0;
  }
}

.hide {
  display: none;
}

.footer {
  /*position: absolute;
  bottom: 0;
  width: 100%;*/
  height: 40px;
  line-height: 40px;
  background-color: #343A40;
  color: #F4F4F4;
  text-align: center;
  padding: 0 10px 0 10px;
}

.active-current {
  color: yellow!important;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 0.2rem 0.45rem;
  font-size: 0.675rem;
  border-radius: 0.2rem;
}

.btn-xxs, .btn-group-xxs > .btn {
  padding: 0.15rem 0.3rem;
  font-size: 0.475rem;
  border-radius: 0.15rem;
}

.np {
  padding: 0;
}

.modernBack {
  background-color: #F9F9F9;
}

.table-fixed-head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
}

.card-fixed-head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.form-control-small {
  display: block;
  width: 100%;
  padding: 0.275rem 0.55rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #777;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text-bold {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

.text-sm {
  font-size: .5em!important;
  vertical-align: middle;
}

.text-left {
  text-align: left;
}

.center {
  text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}