body {
	font-family: 'Mulish', sans-serif!important;
}

div.required label.control-label:after {
    content: " *";
    color: #a94442;
}

#activities a.btn,
#companies a.btn,
#workers a.btn,
#vehicles a.btn,
#roles a.btn,
#attachments a.btn,
#reports a.btn,
#sensors a.btn {
   margin: 10px 0 10px;
}

#activities td a.btn,
#companies td a.btn,
#workers td a.btn,
#vehicles td a.btn,
#roles td a.btn,
#attachments td a.btn,
#reports td a.btn,
#sensors td a.btn {
	margin: 0;
}

.modules { margin-top: 10px; }

p > a.btn { margin-right: 5px; }

.items {
	font-size: 14px;
	cursor: pointer;
}

.items:hover { color: #337ab7; }

.items > a { color: #333333; }

.items > a:hover { text-decoration: none; }

.change-status { font-size: 14px; }

.admin-row {
	text-align: center;
	margin: 25px;
}

.admin-box {
	background-color: #337ab7;
	border: 2px solid #ebebeb;
	border-radius: 10px;
	height: 110px;
	width: 150px;
	font-size: 30px;
	padding: 14px;
	color: white;
}

.index-container { margin: 5%; }

.index-menu
{
	display: inline-block;
	border-radius: 10px;
	width: 150px;
	padding: 30px 15px;
	margin: 10px 10px;
	font-size: 14px;
	font-weight: bold;
	background: rgb(102,181,250);
	background: radial-gradient(circle, rgba(102,181,250,1) 0%, rgba(51,122,183,1) 100%);
	color: white;
}

/*@media (max-width: 906px) {
	.index-menu {
		font-size: 10px;
		width: 100px;
		height: 75px;
	}

}

@media (max-width: 906px) {
	.index-menu .glyphicon {
		font-size: 6px;
	}
}

@media (max-width: 596px) {
	.index-menu {
		padding: 10px 0;
		font-size: 10px;
		width: 75px;
		height: 50px;
	}
	.index-menu .glyphicon {
		font-size: 10px;
	}
}*/

.index-container { text-align: center; }

.index-menu:hover {
	background: rgb(245,245,245);
	background: radial-gradient(circle, rgba(245,245,245,0.01) 0%, rgba(163,204,240,1) 100%);
	border-radius: 10px;
	color: black;
	text-decoration: none;
}

.index-menu-disabled {
	opacity: 0.8;
	display: inline-block;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	width: 150px;
	padding: 30px 15px;
	font-size: 14px;
	font-weight: bold;
	background-color: #ebebeb;
	color: black;
	margin: 10px 10px;
}

.coordinates { display:inline-block; }

.btn-container {
  height: 85px;
  position: relative;
}

.btn-vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-field { width: 60%; }

@media (max-width: 600px)
{
	.form-field { width: 100%; }
}

#mapid {
	width: auto;
	height: 500px;
	border: 3px solid #000;
}

@media (max-width: 600px)
{
	#mapid {
		width: auto;
		height: 300px;
		border: 3px solid #000;
	}
}

.red-btn-circle {
	background-color: #c90000;
    width: 15px;
    height: 15px;
    padding: 6px 0;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;

}

.green-btn-circle {
    background-color: #00c91e;
    width: 15px;
    height: 15px;
    padding: 6px 0;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}

/*.filters td .form-control {
  	padding-right: 30px;
	background-image: url("../images/search_icon.png");
	background-size: 25px 25px;
	background-repeat: no-repeat;
   	background-position: 100% 50%;
}*/

/*#w0 th:last-child  {
  	padding-right: 30px;
	background-image: url("../images/search_icon_blue.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
   	background-position: 8% 50%;
}*/

/*.index .grid-view th:first-child  {
	background-image: url("../images/search_icon_blue.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
   	background-position: 10% 50%;
}*/


.submit { margin-top: 15px; }

#w0-filters input,
#w1-filters input {
    height: 25px;
   	background-image: url("../images/search_icon_blue.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
   	background-position: 98% 50%;
   	padding-right: 50px;
   	border-radius: 5px;
}

@media ( max-width: 768px ) {
	#w0-filters input,
	#w1-filters input {
	   	background-image: url("../images/search_icon_blue.png");
		background-size: 15px 15px;
		background-repeat: no-repeat;
	   	background-position: 98% 50%;
	   	padding-right: 25px;
	}
}

.alert-danger { font-size: 16px; }

.alert-success { font-size: 16px; }

/* --- --- --- --- --- --- NOTIFICATIONS WIDGET --- --- --- --- --- --- */

/*.notifications-menu,
.alarms-menu
{
	margin-left: -40px;
}*/

.alarms-icon-count { margin-right: 0; }

ul.dropdown-menu.notifications-menu {
	padding: 0;
	/*width: 400px;*/
	min-width: 250px;
	overflow-y: scroll;
	max-height: 300px;
	background-color: #f5f5f5;
}

ul.dropdown-menu.notifications-menu .menu {
	padding: 0;
	min-height: 50px;
}

.dropdown-menu .header {
	padding: 5px;
	text-align: center;
}

.dropdown-menu > li > a { background-color: #f5f5f5; }

.notification-container {
	/*background-color: #fcffcd;*/
	border: 1px solid #f0f0f0;
	padding: 5px 5px;
	background-color: white;
	border-radius: 10px;
	margin: 2px 2px;
	transition: all .3s;
}

.notification-container a {
	text-decoration: none!important;
	color: #383838;
}

.notification-container:hover {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	transition: all .3s;
	background-color: #f2f2f2;
}

.notification-container:hover p a {
	color: black;
}

.notification-container:hover p a:hover {
	color: black;
}

.notification-container .timeago {
	font-size: 12px;
	color: #6c757d;
}

.notification-container .timeago a i { font-size: 12px; }

.notification-container .action-seen { float: right; }

.notification-container .action-seen:hover { font-weight: bold; }

#seen-all-checkbox { display: inline-block; }

#seen-all-checkbox:hover { background-color: #f5f5f5; }

/* --- --- --- --- --- --- end NOTIFICATIONS WIDGET --- --- --- --- --- --- */

.entity-identifier {
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0;
}

.attachment-view img { width: 70%; }

/* --- --- --- --- --- --- REPORT PDF --- --- --- --- --- --- */

.report-index .label {
	font-size: 14px;
	padding: 5px;
}

.form-title {
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
}

#sm-form-name, #sm-form-phone, #sm-form-mail, #sm-form-company,
#com-form-name, #com-form-fiscalcode, #com-form-phone, #com-form-mail
{
	background-color: white;
	opacity: 0.9;
	border-radius: 5px;
	padding: 2px;
	font-size: 14px;
	font-style: italic;
}

.report-index .table {
    border-radius: 5px;
}

.report-paragraph {
	height: 1px;
	background-color: black;
}

.pdf-form-table table, .pdf-form-table th, .pdf-form-table td {
	border: 1px solid black;
	border-collapse: collapse;
}

.pdf-form-table td {
	width: 100%;
	height: 30px;
}

.pdf-form-table .label {
	background-color: #fffddd;
}

.pdf-title {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.pdf-date {
	text-align: center;
}

.buildingsite-info, .sitemanager-info {
	line-height: 0.5;
}

.signature {
	width: 100%;
	padding-top: 100px;
}

table.multiple-input-list.table.table-condensed.table-renderer {
    border: 0;
}

/* --- --- --- --- --- --- end REPORT PDF --- --- --- --- --- --- */

.icon-alarms {
	width: 20px;
	margin: 0 5px;
}

.alarm-on td {
	background-color: #fcff4d;
}

.Testo8RossoScadenz {
	color: #ff0000;
	font-family:'Open Sans', sans-serif;
}

.Testo8RossoScadenz:hover {
	color: #ff0000;
	font-family:'Open Sans', sans-serif;
}
.Testo8GrigioC {
	color: #000000;
	font-family:'Open Sans', sans-serif;
}
.GiorniSettCalendario {
	color: #000000;
	font-family:'Open Sans', sans-serif;
}

.testoAnnoCalendario {
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 35px;
        font-weight:300;
	color : #050505;
}

.testoMeseCalendario {
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
        font-weight: 400;
	color : #050505;
}



.tabCal {
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
	color : #050505;
}

.prevNext {
    border: 1px solid #4FC3F7;
    font-size:30px;
    color: #4FC3F7;
    border-radius: 5px;

    text-decoration: none;
    display: inline-block;
    padding: 0 16px;
}

.prevNext:hover {
    background-color: #ddd;
    color: #4FC3F7;
}

.cellaCalendario {
    height: 240px;
    width: 240px;
}

.testoScadenzaRigaAlto {
    color: #ffffff;
    background-color: #E54D4D;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
	padding:5px;
	border-radius: 8px;
	text-decoration: none!important;
}

.testoScadenzaRigaMedio {
    color: #fff;
    background-color: #F9FB79;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
	padding:5px;
	border-radius: 8px;
	text-decoration: none!important;
}

.testoScadenzaRigaBasso {
    color: #fff!important;
    background-color: #5BCC84;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
	padding:5px;
	border-radius: 8px;
	text-decoration: none!important;
	transition: all .2s;
}

.testoScadenzaRigaNeutro {
    color: #ffffff;
    background-color: #4FC3F7;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding:5px;
	border-radius: 8px;
	text-decoration: none!important;
	transition: all .2s;
}

.testoScadenzaRigaNeutro:hover {
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
	animation: all .2s;
	color: #fff!important;
	background-color: #409bc4;
}

.testoScadenzaRigaBasso:hover {
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
	animation: all .2s;
	color: #fff!important;
	background-color: #469d66;
}

.Testo8GrigioC {
    color: #BDBEBF;
}

iframe {
	border-radius: 10px;
}

#notifications p,
#alarms p {
	margin: 0;
}