.bg-primary {
    background-color: #2d2e75 !important;
}

.btn-custom {
    background-color: #2d2e75 !important;
    border-color: #2d2e75 !important;
    color: white !important;
}

.footer{
    left: 0px !important;
}

.custom-nav-bar-link{
    padding: 0px 20px;
}

.custom-nav-bar-link button{
    font-size: 16px;
}

.custom-nav-bar-link button.btn.header-item.noti-icon.waves-effect {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.custom-nav-bar-link button i{
    padding-right: 5px;
}

.btn-supremo{
    color: #fff;
    background-color: #40A6F5;
    border-color: #40A6F5;
}

.btn-anydesk{
    color: #fff;
    background-color: #FC4236;
    border-color: #FC4236;
}

.btn-supremo:hover{
    color: #fff;
}

.btn-anydesk:hover{
    color: #fff;
}

.loading {
    display:    none;
    position:   fixed;
    z-index:    9999;
    top:        0;
    left:       0;
    /*height:     1000px;*/
    height: 100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 50% 50% no-repeat;
}

.centrato {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	justify-content: center;
}

