@CHARSET "UTF-8";

:root {
	--primary-color: #23c292;
	--base-foreground-color: black;
	--text-color: black;
	--button-color: black;
	--text-alt-color: black;
	--base-divider-color: var(--button-color);
	--base-divider-color-alternative: var(--base-divider-color);
    --base-color: var(--primary-color);
    --base-highlight-color: var(--primary-color);
    --base-light-color: var(--primary-color);
    --base-dark-color: var(--primary-color);
    --base-pressed-color: var(--primary-color);
    --base-focused-color: var(--primary-color);
    --text-size: 15px;
    --accent-color: var(--primary-color);
}

.prog {
	display: block;
	background: url(../img/fondini/header_teco.png) no-repeat 0 0;
	width: 1000px !important;
	height: 110px !important;
	margin: 0 0 0 10px !important;
	padding: 0;
	text-indent: -999;
	text-decoration: none !important;
	float: left;
}

.sfondo_iniziale_container {
	text-align: center;
}

.sfondo_iniziale_login {
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	height: 814px;
	background: url(../img/fondini/login_teco.jpg) no-repeat 0 0;
	background-position: center;
	background-repeat: no-repeat;
}

.fullscreen-menu-container.open {
	background-color: white !important;
}
.auroramenu-styles.menu_service a {
	color: var(--primary-color) !important;
	transition: background-color 0.5s ease;
	text-align: left !important;
}

nav.main-navigation .fixed-main-menu ul li.mobile-menu-open.menu_service a.fullscreen-menu-button-container, nav.main-navigation .fixed-main-menu ul li.menu_service a{
	color: white !important;
	transition: background-color 0.5s ease;
}
a.btn.btn-default, button.btn.btn-default, .fake-btn.btn-default{
	color: white !important;
}
.logo_service{
	position: relative;
	margin: 30px auto;
	width: 230px;
	height: 79px;
	/*background-image: url(../img/logo-tecoservice-app.png);*/
	background-image: url(../img/logo_preventivi_teco.jpg?V=2);
	background-position: center center;
	background-size: 230px 76px;
	background-repeat: no-repeat;
}
.msg-box{
	color: white !important;
}

.fa-chevron-circle-left{
	font-size: 1.9em !important;
}

.utente{
	color: white !important;
}