﻿/*bootbox관려*/
.modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.bootbox .modal-dialog {
  min-width: 500px;
  min-height: 200px;
  max-width: 1000px;
  max-height: 800px;
}
.bootbox .modal-header {
  background-color: #29ace4;
  color: #fff;
}
.bootbox .modal-header .modal-title,
.bootbox .modal-header button {
  color: #fff;
}
.bootbox .modal-body {
  padding: 20px;
}
.text-red {
  color: #ff0000;
}
.hide {
  display: none;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
table caption {
  caption-side: top !important;
}