﻿
/* Alterações ao bootstrap */

td
{
    vertical-align:middle !important;
}

.tdVT
{
    vertical-align:top !important;
    
}

/*
.form-control
{
    display:inline !important;
}

*/

@media (min-width: 768px) {
  .modal-xl {
   width: 90%;
   max-width:1200px;
   min-height:90%;
  }
}

@media (min-width: 768px) {
   .modal-body-xl {
   height:850px;
  }
}


.modal { overflow:auto !important;}

/*
.modal-dialog,
.modal-content {
    height: 90%;
}

.modal-body {
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}
*/

