﻿
/*Ajusta o tamanho dos modais*/
@media (min-width: 768px) {
  .modal-lg {
    max-width: 700px!important;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px!important;
  }
}

@media (min-width: 1024px) {
  .modal-lg {
    max-width: 960px !important;
  }
}

@media (min-width: 2000px) {
  .modal-lg {
    max-width: 1500px !important;
  }
}

/*Usado nas tabelas de linhas dinâmicas*/
.trMove:hover {
    cursor: move !important;
}
