.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0; 
    border-collapse: collapse;
}
*:first-child+html .arcticmodal-container {
    height: 100%
}
.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}
.arcticmodal-container_i2 {
    padding: 10px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}
.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}
.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(loading.gif) no-repeat 50% 50%;
}
.box-modal {
    position: relative;
    width: 100%;
    padding: 20px;
    background: #fff;
    color: #3c3c3c;
    border-radius: 2px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15), 0 2px 20px 0 rgba(0, 0, 0, 0.39)
}
table {
  width: 0;
}
.box-modal.modal-fixed-footer {
  padding:1px 0 0;
  height: 70vh; }
@media only screen and (max-width : 601px) {
  .box-modal.modal-fixed-footer {
    height: 79vh; }}
  .box-modal.modal-fixed-footer .modal-content {
    text-align: left;
    padding:20px 30px 10px;
    height: calc(100% - 30px);
    overflow-y: auto; }
  @media only screen and (max-width : 601px) {
    .box-modal.modal-fixed-footer .modal-content {
      padding:10px 20px;} }
  .box-modal.modal-fixed-footer .modal-footer {
    height: 30px;
    box-shadow:0 -1px 10px 0 rgba(0, 0, 0, 0.21); }
.hover-close {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg));
    -webkit-transition:all 300ms;   
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms;
}
.hover-close:hover {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg));
    color: #4b4b4b !important; 
}

