
/* Only resize dialogs that we tag with .portal-edit-dialog */
/*.shift-quanity {
  max-width: 1000px;  
  width: 95vw;
}

.portal-edit-dialog .modal-content {
  max-height: 85vh;   
  display: flex;
  flex-direction: column;
}

.portal-edit-dialog .modal-body {
  overflow: auto;     
}
*/

.shift-quanity iframe,
.shift-resource iframe {
 height: 200px !important;
}

.left-label-form .control-label {
    float: left;
    width: 180px;
    text-align: right;
    margin-right: 12px;
}

.left-label-form .control {
    display: inline-block;
}

.crmEntityFormView, .entitylist
{
  border: 0px !important;
}

/*.nlfilter,
.aiInsights,  *//*+ pages-native-container*/
/*pages-native-container
{
    display: none !important;
}*/

/*.navbar, .card, .table-responsive 
{
  overflow: visible !important; /* allows dropdown to escape the box */
/*}*/
