        .blurOverlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 10;
            background-color: rgba(0, 0, 0, 0.7);
        }

        .loginOverlayContainer {
            position: absolute;
            width: 600px;
            height: 400px;
            z-index: 15;
            top: 100%;
            left: 50%;
            margin: -200px 0 0 -300px;
            background: gray;
            border: 1px solid #ccc;
        }

        .loginOverlayContent {
            position: absolute;
            align-content: center;
            text-align: center;
            width: 400px;
            height: 200px;
            top: 50%;
            left: 50%;
            margin: -100px 0 0 -200px;

        }
        
        .editDatesModalContainer {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 128%;
            z-index: 10;
            background-color: rgba(0, 0, 0, 0.7);
        }
        
        .editDatesModal {
            position: absolute;
            width: 600px;
            height: 500px;
            z-index: 15;
            top: 50%;
            left: 50%;
            margin: -200px 0 0 -300px;
            background: gray;
            border: 1px solid #ccc;
        }

        .modalTopBar {
            height: 30px;
            width: 100%;
        }
        
        .modalTopBar > p {
            height: 100%;
            width: auto;
            font-size: 2em;
            cursor: pointer;
            margin-top: -2px;
            float: right;
        }
        
        .modalContentTop {
            display: block;
            width: 100%;
            height: 152px;
            align-content: center;
            text-align: center;
        }
        
        .modalContentBottom {
            display: block;
            width: 100%;
            height: 300px;
            
        }
        
        .modalContentBottomLeft {
            min-height: 100%;
            width: 50%;
            display: inline-block;
            float: left;
            align-content: center;
            text-align: center;
            border-right: 1px solid #ccc;
            border-top: 1px solid #ccc;
        }
        
        .modalContentBottomRight {
            min-height: 100%;
            width: 50%;
            display: inline-block;
            float: right;
            align-content: center;
            text-align: center;
            border-left: 1px solid #ccc;
            border-top: 1px solid #ccc;
            
        }
        
        .standardButton {
            align-content: center;
            text-align: center;
            margin-top: 10px;
            background-color: #ccc;
            min-width: 75px;
            width: auto;
            height: 30px;
            padding: 5px;
        }

        #btnSubmit {
            align-content: center;
            margin-top: 10px;
            background-color: #ccc;
            min-width: 75px;
            width: auto;
            height: 30px;
            display: table;
            padding: 5px;
            margin-left: 40%;
            
  justify-content: center;
        }
        
    #btnSendApproval {
            align-content: center;
            margin-top: 10px;
            background-color: #ccc;
            min-width: 75px;
            width: auto;
            height: 30px;
            display: table;
            padding: 5px;
        }
        

        
        #btnSubmit button {
            border-left: 2px inset #ddd;
            display: table;
            padding: 5px;
        }
