    .modal {
		z-index: 991;
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        left: 0;
        top: 0;
        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.4); /* Black w/ opacity */
    }

    .modulesimagr {
        margin-top: 20px;
    }

    .modal-content {
        background-color: #222;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 0px 20px 20px 20px;
        border: 2px solid #777;
        width: 80%; /* Could be more or less, depending on screen size */
    }

	.workspace img {
		width: 100%;
		margin: auto;
		display: block;
	}
	
.modal-backdrop {
	display: none;
}

.masking-container {
    margin: auto;
}

.masking-buttons button {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 10px;
	text-transform: uppercase;
	font-weight: 600;
	width: 250px;
}

.MaskingMenu {
    text-align: center;
}

.maskingor {
    width: 10%;
    margin: 20px;
}

.masking-buttons i {
	font-size: 25px;
	display: block;
}

.MaskingOptions, .MaskingMenu {
    background: #222;
    border: 1px solid #777;
    border-radius: 10px;
	padding:30px 20px;
}


.MaskingMenu {
	margin: auto;
}


.MaskingOptions label {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.directionsmask {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding-top: 5px;
    display: block;
    text-align: center;
}

.modal-footer {
	margin: auto;
}

#downloadModalContentInfo {
    display: none;
}

.modal-header {
    text-align: left !important;
    display: block;
}

.modal-header h5 {
	margin-bottom: 0px;
}

.maskingShapes {
    border: 1px solid #777;
    padding: 20px;
    background: #232c38;
    margin-bottom: 20px;
}

img.imgshapesmasking:hover {
    background: #00c4cc;
    padding: 4px;
    transition: 0.3s;
    border-radius: 10px;
}
a.masklink img {
    border-radius: 10px !important;
}

img.imgshapesmasking {
    height: 100px;
    width: auto !important;
    margin: 1%;
}

a.masklink:focus img {
    background: #00C4CC;
	margin: 3px!important;
    border: 10px!important;
    padding: 5px;
}

.masking-buttons button:hover {
    color: #00c4cc;
    border: 2px solid #00c4cc;
    transition: 0.5s;
	text-shadow: 0px 2px 5px #000;
}

.modal-body button {
    margin: 5% auto;
    background: transparent;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    width: 60%;
}

.modal-body button:hover {
    transition: 0.5s;
    border: 1px solid #00c4cc;
    color: #00c4cc;
}