/*!
 *
 * File specifico per sito 
 *
 * Copyright 2014 SpoonDesign di Cattorini Davide
 * Tutti i diritti riservati - All rights reserved
 * http://www.spoondesign.it - info@spoondesign.it
 *
 */

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 100%;
}
body {
	background: #F7F7F7;
}
body, td, li  {
	font: 0.9rem/1.4rem OpenSans, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
@font-face {
    font-family: OpenSans;
    src: url("../fonts/opensans_regular.woff");
}
@font-face {
    font-family: OpenSans;
    font-weight: bold;
    src: url("../fonts/opensans_bold.woff");
}
@font-face {
    font-family: OpenSans;
    font-style: italic;
    src: url("../fonts/opensans_italic.woff");
}
a {
	color: #3B3B3B;
	text-decoration: underline;
	text-underline-offset: 0.1rem;
	text-decoration-color: #A3A3A3;
	-webkit-text-decoration-color: #A3A3A3;
}
a:hover {
	text-decoration: none;
	color: #3B3B3B;
}

/* CONTENITORI */

.sdgrid {
	width: 93%;
	margin: 0 auto;
	clear: both;
}
.sdfull {
	width: 100%;
	clear: both;
}

/* ALERT */

#system-message-container {
	margin-top: 1.3rem;
}

/* TOP */

.topbar {
	background: #FFF;
	font-size: 0.9rem;
}
.topbar .sdgrid {
	padding: 0.6rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.topbar p {
	margin: 0;
	line-height: 1.6rem;
}
.expand_topbar {
	display: none;
	visibility: hidden;
}

/* LOGO + SPLASH */

.logo_area #logo img {
	width: 100%;
	padding: 1rem 0;
}
#logo_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#logo_right h2, #logo_right .contactus h3 {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #FFF;
	text-align: right;	
}
#logo_right a {
	color: #FFF;
	background: none;
	text-decoration-color: #FCFCFC;
	-webkit-text-decoration-color: #FCFCFC;
}
#logo_right a:hover {
	background: none;
}

/* BANNER */

.banner {
	margin: 25px 0 0 0;
}

/* MENU */

.menu .sdgrid {
	-webkit-box-shadow: 0px 10px 19px -2px rgba(153,151,153,1);
	box-shadow: 0px 10px 19px -2px rgba(153,151,153,1);
}

/* CONTENT  */

.content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: justify;
	padding-bottom: 20px !important;
}
.content .col_main h1, .content .col_main h2,
.content .col_left h2, .content .col_right h2 {
	margin: 20px 0;
	padding: 16px 12px;
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 1.2rem;
	text-transform: uppercase;
	position: relative;
	-webkit-box-shadow: 0px 10px 19px -2px rgba(153,151,153,1);
	box-shadow: 0px 10px 19px -2px rgba(153,151,153,1);
	text-align: left;
}
.content .col_main h3, .content .col_main h4, .content .col_main h5 {
	font-size: 1.1rem;
	text-align: left;
}
.content .col_main .blog-items h2, .news_page h2[itemprop="headline"] {
	margin: 0;
	padding: 15px 0 5px 0;
	border: 0 !important;
	border-bottom: 1px solid #d9d9d9 !important;
	font-weight: bold;
	font-size: 0.8rem;
	line-height: 1.3rem;
	color: #333 !important;
	text-transform: uppercase;
	background: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.col_main {
	text-align: justify;
}
.col_left, .col_right {
	text-align: left;
}

/* News */

.tags li {
	padding: 2px;
}
.tags li a, .readmore a {
	text-decoration: none;
}
.readmore {
	text-align: right;
}

.tag-category .clearfix:before, .tag-category .clearfix:after {
	content: none;
}
.tag-category h3 {
	line-height: 14px;
}

/* TASTI */

.btn {
	border-radius: 0.25rem !important;
	opacity: 1 !important;
	text-shadow: none !important;
	font-size: 0.8rem;
	text-transform: uppercase;
	box-shadow: none !important;
	background-image: none !important;
	line-height: 2rem !important;
}
.btn.disabled, .btn[disabled] {
	color: #333333 !important;
	background-color: #e6e6e6 !important;
	border: 1px solid #e6e6e6 !important;
}
.readmore .btn {
	position: relative;
	padding-left: 23px;
	line-height: 1.5rem !important;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.readmore .btn:before {
	position: absolute;
    top: 5px;
    left: 8px;
	content: "\f054" !important;
	font-family: FontAwesome;
}
.readmore span {
	display: none;
	visibility: hidden;
}
.com-finder .btn {
	line-height: 1.25rem !important;
	margin-left: 5px;
}
.sddownload_table .btn {
	line-height: 1.7rem !important;
}

/* ELENCHI PUNTATI E MODULI */

.topbar ul, #logo_right ul, .col_left ul, .col_right ul, .footer ul {
	margin: 0;
	padding: 0;
	background: none !important;
}
.topbar ul, #logo_right .mod-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#logo_right .contactus ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.topbar li, #logo_right li, .col_left li, .col_right li, .footer li {
	list-style: none;
	padding-left: 25px;
	line-height: 1.6rem;
	position: relative;
	background: none !important;
}
.topbar li {
	margin-left: 10px;
	margin-right: 10px;
}
#logo_right .contactus li {
	padding-right: 32px;
	font-size: 1.3rem;
}
.topbar .mod-menu li:before, #logo_right .mod-menu li:before, .col_left li:before, .col_right li:before, .footer li:before {
	position: absolute;
	top: 1px;
	content: "\f054" !important;
	font-family: FontAwesome;
	font-size: 12px;
}
#logo_right .contactus li:before {
	right: 0;
}
.topbar .mod-menu li:before, .col_left li:before, .col_right li:before {
	left: 7px;
	color: #000;
}
#logo_right .mod-menu li:before {
	left: 7px;
	color: #FFF;
}
.footer li:before {
	left: 4px;
    color: #333;
}

.contactus li:before {
	left: 2px;
	position: absolute;
	font-family: FontAwesome;
}
.contactus li.address:before {
	content: "\f279";
}
.contactus li.phone:before {
	content: "\f095";
}
.contactus li.fax:before {
	content: "\f1ac";
}
.contactus li.mail1:before {
	content: "\f0e0";
}
.contactus li.mail2:before {
	content: "\f0e0";
}
.contactus li.mail3:before {
	content: "\f0e0";
}
.contactus li.vat:before {
	content: "\f2bb";
}
.contactus li.cf:before {
	content: "\f2bb";
}
.contactus li.times:before {
	content: "\f017";
}

/* MODULO DOWNLOAD */

.col_left .no_files, .col_right .no_files
{
	text-align: center;
	font-weight: bold;
}

/* FEED RSS */

.feed h3 {
	display: none;
	visibility: hidden;
}

/* CAMBIO GRAFICA */

.change_template p {
	text-align: center;
}
.change_template .btn {
	margin: 0 5px !important;
}

/* NEWS E DOWNLOAD IN COLONNA */

.col_left .mod-list, .col_left .mod_sddownload_list, .col_right .mod-list, .col_right .mod_sddownload_list {
	text-align: left;
}

/* MODULO LOGIN */

#login-form ul.unstyled {
	display: none;
	visibility: hidden;
}
#login-form #form-login-username .input-prepend, #login-form #form-login-password .input-prepend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#login-form #form-login-username input, #login-form #form-login-password input {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
#form-login-submit .controls {
	text-align: center;
}

/* MOTORE DI RICERCA */

.mod-finder, .mod-finder .form-search {
	margin: 0;
	padding: 0;
}
.mod-finder input.form-control {
	height: 27px;
	margin: 0;
	padding: 5px 35px 5px 8px;
	color: #555;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: 1px solid #EDEDED;
	background: #FFF;
	border-radius: 0;
	font-size: 0.8rem;
	font-family: OpenSans, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.mod-finder .awesomplete, .mod-finder {
	position: relative;
}
.mod-finder .awesomplete:before, .mod-finder:before {
	content: "\f002";
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 35px;
	position: absolute;
	top: 1px;
	right: 10px;
}
.mod-finder button {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
} 
.mod-finder button:focus {
	position: static;
	width: auto;
	height: auto;
}

/* TAGS */

.tag-category .filters {
	display: none;
	visibility: hidden;
}
.tag-category ul.category {
	margin-top: 40px;
}

/* TURNI E FERIE */

.no_shifts, .no_holidays {
	text-align: center;
	font-weight: bold;
}
.all_shifts, .all_holidays {
	text-align: center;
}

/* SELECT */

.limit_pagination .ordering-select select, #com_sdodf_shifts_selectmonth, #com_sdodf_shifts_limitarea,
#com_sdodf_holidays_selectmonth, #selected_province, .towns #filter_search, #com_sdodf_users_limitprov {
	height: 30px !important;
	padding: 0 35px 0 10px !important;
	line-height: 30px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFF url("../../../../com_sdform/images/arrow_down.svg") top -6px right -3px no-repeat;
	background-size: 43px 43px;
}
.limit_pagination .ordering-select select {
	width: 80px;
}
#com_sdodf_shifts_selectmonth, #com_sdodf_shifts_limitarea, #com_sdodf_holidays_selectmonth {
	width: 250px;
}
#selected_province {
	width: 100.3% !important;
	padding: 0 1% 0 1% !important;
}
.towns #filter_search {
	width: 300px;
 }

/* LINKS */

#sdlinks_tabs .sdlinks_url h3 {
	font-size: 1rem;
}

/* FOOTER */

.footer {
	padding: 20px  0;
	background: #FFF;
    color: #333;
	text-align: left;
}
.footer h2 {
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
.footer .mod-menu, .footer a {
    color: #333;
	background: none !important;
}
.footer .sdgrid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* CREDITS */

.credits {
    text-align: center;
    color: #333;
	background: #F7F7F7;
}
.credits .sdgrid {
	padding: 1rem 0;
}
.credits a {
	color: #6EB032;
	text-decoration-color: #6EB032;
	-webkit-text-decoration-color: #6EB032;
}

/* LOGIN SPID */

.sdutility_login_divider_content {
	background-color: #F7F7F7 !important;
}
.sdutility_login_divider::before {
	border-top: 1px solid #d9d9d9 !important;
}

/* DEVICES */

@media (min-width: 1165px) {
	.sdgrid {
		width: 95%;
		max-width: 1320px;
	}

	.topbar .sdgrid, #logo_right, #logo_right ul {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		text-align: right;
	}
	
	.logo_area {
		padding-bottom: 32px;
	}
	.logo_area .sdgrid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.logo_area #logo, .logo_area #logo_right {
		width: 50%;
	}

	#logo_right {
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#logo_right .mod-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	#logo_right .mod-menu li {
		margin-left: 5px;
	}

	.menu .sdgrid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-top: -31px;
	}
	.menu .mod-finder {
		margin-left: auto;
		margin-right: 8px;
	}
	.menu .dj-megamenu li a.dj-up_a {
		padding: 0 0.8rem;
		border: 0;
		font-size: 0.9rem;
	}
	.menu .mobile {
		display: none;
		visibility: hidden;
	}

	.content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.col_left, .col_right {
		width: 20%;
	}
	.col_main_1 {
		width: 100%;
	}
	.col_main_2 {
		width: 77%;
	}
	.col_main_3 {
		width: 54%;
	}

	.footer .sdgrid {
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	.footer .footer_short, .footer .footer_ {
		width: 22%;
	}
	.footer .footer_long {
		width: 40%;
	}
}

@media (min-width: 1165px) {
	.mobile_logo_right {
		display: none;
		visibility: hidden;
	}
}

@media (max-width: 1164px) {
	.topbar {
		background: #f0f0f0;
		border-bottom: 1px solid #eaeaea;
	}
	.topbar .sdgrid, .topbar ul {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}

	#logo {
		text-align: center;
	}
	#logo_right {
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#logo_right .mod-menu {
		display: none;
		visibility: hidden;
	}
	#logo_right .mod-menu li {
		margin-left: 5px;
	}

	.logo_area #logo_right, .menu .mod-finder {
		display: none;
		visibility: hidden;
	}

	.mobile_logo_right {
		box-sizing: border-box;
		margin-top: 1.2rem;
		padding: 0.5rem 1rem;
		background: #efefef;
	}
	.mobile_logo_right *, .mobile_logo_right *:after, .mobile_logo_right *:before {
		color: #000 !important;
		text-align: right;
	}
	
	.menu .sdgrid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0.5rem 0;
		align-items: center;
		min-height: 38px;
	}
	.menu a:hover {
		color: #e5e1e1;
	}
	.menu a.mobile {
		padding: 5px 8px;
		font-size: 1.4rem;
	}
	.menu a.mobile:first-child {
		margin-left: 0.5rem;
	}
	.dj-mobile-open-btn:focus, .dj-mobile-open-btn, .dj-mobile-open-btn:hover,
	.dj-mobile-open-btn:focus, .dj-mobile-open-btn:hover, .dj-mobile-open-btn:focus {
		margin: 0 !important;
		padding: 0 !important;
		outline: none !important;
		background: none !important;
	}
	.dj-megamenu-wrapper {
		margin-left: auto;
		margin-right: 0.5rem;
	}
	.dj-mobile-open-btn, .dj-mobile-open-icon:before, .dj-megamenu-wrapper * {
		margin: 0 !important;
		padding: 0 !important;
		height: auto !important;
		font-size: 1.6rem !important;
		background: none !important;
		outline: none !important;
		color: inherit !important;
	}

	.content {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.col_left {
		width: 45%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.col_main_1, .col_main_2, .col_main_3 {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.col_right {
		width: 48%;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

	.footer .sdgrid {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.footer .footer_short, .footer .footer_ {
		width: 48%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.footer .footer_long {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
}

@media (max-width: 767px) {
	.topbar {
		height: 40px;
		overflow: hidden;
	}
	.topbar_is_expanded {
		height: auto;
	}
	.expand_topbar {
		display: block;
		visibility: visible;
	}
	.expand_topbar a {
		width: 100%;
		height: 22px;
		display: block;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #eaeaea;
		background: #f0f0f0;
		font-family: FontAwesome;
		text-align: center;
		color: #333;
		text-decoration: none;
	}
	.expand_topbar a:before {
		content: "\f078";
		text-decoration: none;
	}
	.topbar_is_expanded a:before {
		content: "\f077";
		text-decoration: none;
	}
	.expand_topbar a span {
		display: none;
		visibility: hidden;
	}

	.col_left {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.col_main_1, .col_main_2, .col_main_3 {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.col_right {
		width: 100%;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.content iframe, .content object, .content embed {
		width: 100%;
		height: 100%;
	}

	.footer .footer_short, .footer .footer_ {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.footer .footer_long {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

	.pagination-prev, .pagination-next {
		display: none !important;
		visibility: hidden;
	}
}

/* ALERT */

.home-message .container div {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	min-height: 60px;
}
.home-message {
	border-radius: 5px
}
.home-message-container {
	margin-top: 1rem;
	margin-bottom: -0.5rem;
}
@media screen and (max-width: 1150px) {
	.home-message {
		margin: 1rem auto 0 auto;
	}
	.home-message .container div {
		flex-direction: column;
		flex-wrap: wrap;
		gap: 10px;
		padding: 1rem 1rem 0.5rem 1rem;
	}
}

.home-message .container div a {
	margin-left: 8px;
	text-decoration: none;
	border: 0 !important;
}

.alert {
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}
.alert-error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}
.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 992px) and (max-width: 1365px),	screen and (min-width: 1366px) {
	.home-message-content {
		padding-left: 12rem !important;
		padding-right: 12rem !important;
	}
}
.home-message .msg {
	font-size: 1rem !important;
	line-height: 1.55 !important;
	padding: 0;
	margin: 0;
	font-weight: 600 !important;
}

.home-message .btn-outline-black {
	color: #333 !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: inset 0 0 0 1px #333 !important;
}
.home-message .btn-outline-black:hover {
	color: #fff !important;
	background-color: #333 !important;
	box-shadow: inset 0 0 0 1px #333 !important;
}
.home-message .btn-outline-black:focus,
.home-message .btn-outline-black.focus {
	box-shadow: inset 0 0 0 1px #17324d, 0 0 0 0.2rem rgba(23, 50, 77, 0.5) !important;
}
.home-message .btn-outline-black.disabled,
.home-message .btn-outline-black:disabled {
	color: #17324d !important;
	background-color: transparent !important;
}
.home-message .btn-outline-black:not(:disabled):not(.disabled):active,
.home-message .btn-outline-black:not(:disabled):not(.disabled).active,
.show > .btn-outline-black.dropdown-toggle {
	color: #17324d !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: inset 0 0 0 1px #17324d !important;
}
.home-message .btn-outline-black:not(:disabled):not(.disabled):active:focus,
.home-message .btn-outline-black:not(:disabled):not(.disabled).active:focus,
.home-message .show > .btn-outline-black.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 50, 77, 0.5) !important;
}

.home-message .btn-outline-white {
	color: white !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: inset 0 0 0 1px white !important;
}

.home-message .btn-outline-white:hover {
	color: #e6e6e6 !important;
	box-shadow: inset 0 0 0 1px #e6e6e6 !important;
}

.home-message .btn-outline-white:focus,
.home-message .btn-outline-white.focus {
	box-shadow: inset 0 0 0 1px white, 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}

.home-message .btn-outline-white.disabled,
.home-message .btn-outline-white:disabled {
	color: white;
	background-color: transparent !important;
}

.home-message .btn-outline-white:not(:disabled):not(.disabled):active,
.home-message .btn-outline-white:not(:disabled):not(.disabled).active,
.home-message .show>.btn-outline-white.dropdown-toggle {
	color: white !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: inset 0 0 0 1px white !important;
}

.home-message .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.home-message .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.home-message .show>.btn-outline-white.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}

.home-message .msg svg {
	height: 1.5em;
	width: 1.5em;
	margin-right: 10px;
	display: inline-block;
}
.home-message.red,
.home-message.red .msg svg {
	background-color: #d1344c;
	color: #fff !important;
	fill: #fff !important;
}
.home-message.purple,
.home-message.purple .msg svg {
	background-color: #b21dd0;
	color: #fff !important;
	fill: #fff !important;
}
.home-message.green,
.home-message .msg svg {
	background-color: #0e8a5f;
	color: #fff !important;
	fill: #fff !important;
}
.home-message.blue,
.home-message.blue .msg svg {
	background-color: #0d00ff;
	color: #fff !important;
	fill: #fff !important;
}
.home-message.yellow,
.home-message.yellow .msg svg {
	background-color: #ffcc00;
	color: #333 !important;
	fill: #333 !important;
}

/* EXTRA */

.sdfull_white {
	background: #FFF;
    padding: 1rem 0;
    margin: 2rem 0;
}
.sdfull_grey {
	background: #F7F7F7;
    padding: 1rem 0;
    margin: 2rem 0;
}