
.fade-in-out {
  transition: .15s linear all;  
  opacity: 1;
}

.fade-in-out.ng-hide {
  opacity: 0;
}

.modal-dialog  {width:75%;}

@media screen and (min-width: 768px) {
	#myModal12 .modal-dialog  {
        width:800px;
    }
    
    #myModal5 .modal-dialog  {
        width:800px;
    }
    
    #myModal3 .modal-dialog  {
        width:850px;max-height:700px;
    }
    #myModal2 .modal-dialog  {
        width:650px;height:600px;
    }
    #myModal1 .modal-dialog  {
        width:650px;height:600px;
    }
    .modal-dialog  {
        width:775px !important;
    }
}
