/* IllusionRoom (C) Template Mod > MyCral 2020 */

body {
	background: rgb(34,181,195);
	background: -moz-radial-gradient(circle, rgba(34,181,195,1) 0%, rgba(35,87,214,1) 58%, rgba(4,4,77,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(34,181,195,1) 0%, rgba(35,87,214,1) 58%, rgba(4,4,77,1) 100%);
	background: radial-gradient(circle, rgba(34,181,195,1) 0%, rgba(35,87,214,1) 58%, rgba(4,4,77,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#22b5c3",endColorstr="#04044d",GradientType=1);

	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	}

.LogoArea {
    margin: 0;
    text-align: center;
	}

header .Leaderboard {
    padding: 0px 0;
    border-bottom: 1px solid #FFFFFF;
    text-align: center;
	}

.cwrap {
    border-top: 3px solid #515151;
    padding: 2px 0 0;
    margin: 0 auto 10px;
    overflow: hidden;
    text-align: center;
	}

.textRight {
    text-align: center;
    margin-bottom:70px;
	}

.cwrap a, .cwrap a:visited {
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
	}

label {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    /* text-align: center;  */
    margin: 0px;
	}

input[type="submit"], button {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1;
    display: block;
    width: 100%;
    font-weight: 700;
    margin: 15px 0;
    border-radius: 5px;
    border: 2px;
    padding: 10px;
    text-transform: uppercase;
    color: #2484b0;
    cursor: pointer;
	}

input, button, select, textarea {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: inherit;
    line-height: inherit;
    color: #2484b0;
	}

.module {  text-align: center; 
	}

.module h3 { font-size: 1.2em; 
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase; 
	}

.Footerwrap {
    background: #ffffff00;
    border-top: 0px;
    padding-top: 10px;
    margin: 0 auto 5px;
    overflow: hidden;
    position: relative;
	}

/* MenuBar Sticky Footer */

.breadcrumbs {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #035D9EEF;
  	color: #fff;
  	padding: 10px
	}

/* MenuBar Sticky Top Alert Solo Dispositivi Desktop */

.innerRight {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #CC3333EF;
  	color: #fff;
  	padding: 12px
	}

@media screen and (max-width: 50em) {
    .innerRight {display:none;}    
	}

/* Button Custom */

.btn {
    background: #FFFFFF00;
  	color:#2484b0;
	}

.btn-primary {
    background: #FFFFFF;
	}

.btn-secondary {
    background: #2484b0;
	}

.btn-info {
    background: #2484b0;
	}

.btn-danger {
    background: #EEEEEE;
  	color:#2484b0;
	}

/* Button Custom Modo Edit */

.ip-modal-content {
    background-color: rgb(255 255 255 / 100%);
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    border-top: 5px solid #000;
    color:#2484b0;
	}