/*
For CSS Debugging
* { border: 1px solid black; }
*/

.modal {
    overflow-y: auto !important;
}

.ui-front {
    z-index: 1500 !important;
}

html{
    background-size:cover;
    word-wrap: break-word;
}

body{
    font-family: 'Montserrat', sans-serif;
   	background-color: #D5D6D8;
    color:black;
    box-shadow: 5px 5px 8px 5px #888888;
    word-wrap:break-word;
	padding-top: 70px;
}

.image-blurred-edge {
    box-shadow: 0 0 8px 8px white inset;
    border-radius: 10px;
}

.theme{
    background: linear-gradient(90deg, rgb(121,82,179), rgb(108,99,255));
    color:white;
}

.control-panel-item{
	text-align:center;
	margin-right:50px;
	margin-top:5px;
	margin-bottom:5px;
}

.alert-theme{
	background-color:rgb(108,99,255);
	color:white;
}

.color-theme{
	color: rgb(121,82,179);
}