body, html{
    font-family: Tahoma, Geneva, sans-serif;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    /*background-color: #f5f5f5;*/
}

#loading-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    font-size: 6em;
    text-align: center;
    z-index: 1000;
    padding-top: 3em;
}

#loading-overlay .fa-cross{
    color: red;
}

#loading-overlay i{
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.cards-container{
    width: calc((18 * 3rem) + 4em);
    display: block;
    margin: 0 auto 0 auto;
}

.card{
    float: left;
}

.card .badge{
    font-size: 1.3em;
    line-height: 1.8em;
}

.card .badge .btn{
	position: absolute;
    right: 0.8em;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
.toggle.ios .toggle-handle { border-radius: 20px; }
.slow .toggle-group { transition: left 0.5s; -webkit-transition: left 0.5s; }


.card .current-color{
    width: 10em;
    height: 2em;
    /*background-color: red;*/
    margin: 1em auto 0 auto;
    border-radius: 0.3em;
    border: 0.1em solid #eeeeee;
}

.card .colorpicker-container{
    margin: 1em auto 0 auto;
}

.presets-container table{
    width: 90%;
    margin: 0.5em auto 0 auto;
}

.presets-container td{
    height: 3em;
    padding: 0.2em;
}

.presets-container td .c{
    width: 100%;
    height: 100%;
    border-radius: 0.3em;
    cursor: pointer;
    border: 0.1em solid #eeeeee;
}

header {
	height: 85px;
	margin: 1em 3em;
	display: flex;
	justify-content: space-between
}
.header-item{
	display: inline-block;
	height: inherit;
	vertical-align: top;
	
}
.logo-poliradio {
	height: inherit;
}

.footer-item {
	position: fixed;
	bottom: 0px;
}

.clock-setting{
	display: flex;
	justify-content: center;
	margin: 2em auto;
	margin-bottom: 4em;
	
}
.hour-set{
	display: inline-flex;
}

.btn-clock-confirm{
	border-radius: 50%;
}

#setting {
	margin-right: 20%;
}

.mixer-control {
	display: flex;
	justify-content: center;
	
}

.setting-title{
	text-align: center;
}