div {
  padding: 0;
  margin: 0; }

#user_adv * {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important; }

.modal {
  overflow-x: hidden;
  overflow-y: auto; }

.fade.in {
  opacity: 1; }

.modal {
  z-index: 1;
  display: none;
  overflow: hidden;
  outline: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .modal .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    background-color: #000; }
  .modal .in {
    opacity: 0.5; }
  .modal .fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }

.modal-dialog {
  min-width: 850px;
  width: 800px;
  margin: 30px auto;
  position: relative;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.modal-content {
  height: 500px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  outline: 0;
  background-clip: padding-box; }

.modal-header {
  height: 50px;
  border-top-left-radius: 5px;
  border-top-right-radius: 4px;
  background-color: #0376cb;
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-body {
  padding: 0 60px;
  position: relative; }

.info {
  height: 290px;
  text-align: center; }

/*# sourceMappingURL=../maps/user_adv.css.map */
