.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-error hr {
  border-top-color: #f1b0b7;
}
.alert-error .alert-link {
  color: #491217;
}
.gray_background {
  background: #ccc;
}
del_button {
  width: 2px;
  height: 2px;
  padding: 0px 3px 1px 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background: #e9533f;
  font-size: 0.7rem;
}
@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1700px;
  }
}
@media only screen and (max-width: 1810px) {
  .container {
    max-width: 1600px;
  }
}
@media only screen and (max-width: 1700px) {
  .container {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1500px) {
  .container {
    max-width: 1300px;
  }
}
@media only screen and (max-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1280px) {
  .container {
    max-width: 1160px;
  }
}
@media only screen and (max-width: 1250px) {
  .container {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1130px) {
  .container {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1020px) {
  .container {
    max-width: 800px;
  }
}
@media only screen and (max-width: 900px) {
  .container {
    max-width: 700px;
  }
}
.hide {
  display: none;
}
.fakeimg {
  height: 200px;
  background: #ccc;
}
@media only screen and (min-width: 1400px) {
  .invisible_col {
    margin-right: 10px;
  }
}
.faketemplate {
  height: 70px;
  background: #ccc;
}
@media only screen and (min-height: 1100px) {
  .faketemplate {
    height: 100px;
  }
}
.jumbotron {
  padding-top: 3%;
  padding-bottom: 2%;
}
.small-btn {
  height: 32px;
  padding: 0px;
  margin: 1px 2px;
}
.table-hover-cells > tbody > tr > th:hover,
.table-hover-cells > tbody > tr > td:hover {
  background-color: #ddd;
}
.table-hover-cells > tbody > tr > th.active:hover,
.table-hover-cells > tbody > tr > td.active:hover,
.table-hover-cells > tbody > tr.active > th:hover,
.table-hover-cells > tbody > tr.active > td:hover {
  background-color: #e8e8e8;
}
.table-hover.table-hover-cells > tbody > tr:hover > th:hover,
.table-hover.table-hover-cells > tbody > tr:hover > td:hover {
  background-color: #e8e8e8;
}
.table-hover.table-hover-cells > tbody > tr.active:hover > th:hover,
.table-hover.table-hover-cells > tbody > tr.active:hover > td:hover {
  background-color: #d8d8d8;
}
h1 > .divider:before,
h2 > .divider:before,
h3 > .divider:before,
h4 > .divider:before,
h5 > .divider:before,
h6 > .divider:before,
.h1 > .divider:before,
.h2 > .divider:before,
.h3 > .divider:before,
.h4 > .divider:before,
.h5 > .divider:before,
.h6 > .divider:before {
  color: #777;
  content: "\0223E\0020";
}
.custom-scrollbar {
  position: relative;
  height: 400px;
  overflow: auto;
  font-size: 1.6rem;
  line-height: 0.5;
}
.custom-scrollbar-text {
  line-height: 1.5;
}
.table-wrapper-scroll-y {
  display: block;
}
@media only screen and (min-height: 800px) {
  .custom-scrollbar {
    height: 600px;
  }
}
@media only screen and (min-height: 1000px) {
  .custom-scrollbar {
    height: 48rem;
  }
}
@media only screen and (min-height: 1100px) {
  .custom-scrollbar {
    height: 58rem;
  }
}
@media only screen and (min-width: 1400px) {
  .custom-scrollbar {
    font-size: 2.3rem;
  }
}
#spinner_overlay {
  z-index: 1;
  background: #fff;
  color: #666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.spinner {
  z-index: 99999;
  margin: 0 auto;
  height: 64px;
  width: 64px;
  -webkit-animation: rotate 0.8s infinite linear;
  -moz-animation: rotate 0.8s infinite linear;
  -o-animation: rotate 0.8s infinite linear;
  -ms-animation: rotate 0.8s infinite linear;
  animation: rotate 0.8s infinite linear;
  border: 5px solid #b22222;
  border-right-color: transparent;
  border-radius: 50%;
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
