/*--------------------------------------------------------------------------*/
/*								MODAL FORMS									*/
/*--------------------------------------------------------------------------*/

div.modal-container {
	    				top: 0;
						left: 0px;
						padding-top: 50 px;
						display: none; /* Hidden by default */
						position: fixed; /* Stay in place */
						z-index: 1; /* Sit on top */
						width: 100%; /* Full width */
						height: 100%; /* Full height */
/*						overflow: auto; /* Enable scroll if needed */
                        background-color: rgb(0,0,0); /* Fallback color */
						background-color: rgba(0,0,0,0.7); /* Black w/ opacity */                     }
                        

div.modal-background {
						background-color: #FFFFFF;
						position: relative;
                        top: 20px;
                        border: 2px solid #888;
                        padding: 0px 50px;
                        margin-left: auto;
						margin-right: auto;
                        display: block;
                        width:fit-content; 
						
                    }
div.modal-content {
						display: block;
                        margin-top: 50px;
                        margin-bottom: 50px;
						margin-left: auto;
						margin-right: auto;
                    }



div.close {
                display: block;
                color: #aaa;
				font-size: 35px;
				font-weight: bold;
                position: absolute;
                top: 0px;
                right: 10px;

            }
div.close:hover, div.close:focus {
								color: rgb(231, 1, 1);
								text-decoration: none;
								cursor: pointer;
                            }
















div.row-modal {
	/*					display: table-row;
		*/				vertical-align: middle;
						left: 0;
  						top: 0;
						display: none; /* Hidden by default */
						position: fixed; /* Stay in place */
						z-index: 1; /* Sit on top */
						width: 100%; /* Full width */
						height: 100%; /* Full height */
						overflow: auto; /* Enable scroll if needed */
                        background-color: rgb(10,42,100); /* Fallback color */
						background-color: rgba(10,42,100,0.8); /* Black w/ opacity */		}
div.row-modal-2 {
/*					display: table-row;
	*/				vertical-align: middle;
					left: 0;
					top: 0;
					display: none; /* Hidden by default */
					position: fixed; /* Stay in place */
					z-index: 2; /* Sit on top */
					width: 100%; /* Full width */
					height: 100%; /* Full height */
					overflow: auto; /* Enable scroll if needed */
					background-color: rgb(0,0,0); /* Fallback color */
					background-color: rgba(0,0,0,0.7); /* Black w/ opacity */		}


div.modal-content-OLD {
						background-color: #FFFFFF;
						margin: 200px auto;			/*	200px from the top and centered	*/
						padding: 20 20 20 20px;
						border-radius: 5px;
						border: 1px solid #888;
						width: 760px;											}
											}
div.modal-content-fill_screen {
                                background-color: #FFFFFF;
                                padding: 0px 20px 20px 20px;
                                margin: 20px 20px 20px 20px;
                                border-radius: 5px;
                                border: 1px solid #888;
                                height: calc ( 100vh - 40px );
                                width:  calc ( 100vw - 40px );
						    }

span.close_preplan {
                        color: #aaa;
                        float: right;
                        right: -10px;
                        top: 0px;
                        font-size: 28px;
                        font-weight: bold;
                        position: relative;
                    }
span.close_preplan:hover, span.close_preplan:focus {
								color: rgb(231, 1, 1);
								text-decoration: none;
								cursor: pointer;
        					}