/*!
 * Start Bootstrap - SB Admin 2 (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}
.omega2tit {
	color:#FFF;
	text-align:center;
	margin-top:0;
}

#page-wrapper {
    padding: 0 15px;
    /*min-height: 568px;
    min-height: 546px;*/
	min-height: 524px;
    background-color: #fff;
}
.reference {
	padding: 10px 120px 10px 120px;
	text-align:center;
	font-size: 80%;
}
.reference .img-responsive {
    margin: 0 auto;
}

.panel-heading span{
	width:16px;
	margin-right:8px;
	overflow:hidden;
}
.input-group {
    padding-top: 0px!important; 
}
.inputright input {
	text-align:right!important; 
}
#s_COSTI_GESTIONE {
	font-weight:bold;
}
#s_COSTI_GESTIONE_MENSILE {
	background-color:#ffc000;
	font-weight:bold;
	color:#FFF;
}
#s_IMPREVISTI {
	font-weight:bold;
}
#s_IMPREVISTI_MENSILE {
	background-color:#ff0000;
	font-weight:bold;
	color:#FFF;
}
#s_CAPITALE,#s_MANTENIMENTO,#s_MANTENIMENTO_MENSILE {
	font-weight:bold;
}
#s_CAPITALE_MENSILE {
	background-color:#a6a6a6;
	font-weight:bold;
	color:#FFF;
}
.seplinea{
	padding-top:10px;
	margin-top:10px;
	border-top:1px #CCC dashed;
}
.bg_gestione,.bg_imprevisti,.bg_capitale,.bg_mantenimento{
	padding-top:8px;
	padding-bottom:12px;
	border-top:1px #CCC dashed;
}
.bg_gestione {
	background-color:#fff9e7;
}
.bg_imprevisti {
	background-color:#ffecec;
}
.bg_capitale {
	background-color:#f1f1f1;
}
.bg_mantenimento {
}
.bigselect,.bigselect option {
	font-weight:bold!important;
	color: #3c763d!important;
}
.bigselect label {
	font-size:1.6em!important;
}
.bigselect option,.bigselect option:checked {
	background-color: #e0ffe1;
}

.text-muted2 {
    color: #777;
}
.nocursor tbody tr td {
    cursor: default!important;
}
.bghome {
	background-color: #243783!important;
}
@media(min-width:768px) {
	.reference {
		padding: 10px 50px 10px 50px;
		width:250px;
		height:80px;
		margin-top:-80px;
	}
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}
@media(min-width:992px) {
	.bghome {
		/*background-color: #243783;
		padding-top:160px;
		*/
		padding-top:30px;
		background-color: #243783;
		background-image:url(../images/bg_neutro.jpg);
		background-size: cover!important;
		background-repeat:no-repeat;
	}	
	.login-panel .panel{
		/*box-shadow: 0 0 20px #999;*/
	}
	#logobpsa{
		/*display:none;*/
	}
}
@media(min-width:1600px) {
	.bghome {
		/*padding-top:180px;*/
		padding-top:30px;
	}	
}
@media(min-width:2000px) {
	.bghome {
		padding-top:220px;
	}	
}
.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        /*margin-top: 73px;*/
        margin-top: 95px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    /*margin-top: 10%;*/
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: "Font Awesome 6 Pro";
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: "Font Awesome 6 Pro";
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: "Font Awesome 6 Pro";
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}
.huge {
    font-size: 40px;
}

#logosw{
    padding: 0 20px 15px 20px;
}
#logobpsa{
    padding: 0 0px 20px 0px;
}
.preprod{
    padding: 0 0px 20px 0px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}
/*#refsw{
    padding: 0 20px 20px 20px;
	text-align:center;
	font-size: 85%;
	color:#333;
	text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;
}
#refsw .img-responsive {
    margin: 0 auto;
	width:60%;
}*/
#refsw{
    padding: 10px 10px 0 10px;
	text-align:center;
	font-size: 80%;
	color:#333;
}
#refsw img{
	width:40%;
}
#logobpsa img{
    margin: 0 auto;
}
.navbar-brand {
  /*height: 72px!important;
  line-height: 42px!important;*/
  height: 94px!important;
  line-height: 68px!important;
}
.navmsg{
	padding:15px 25px 15px 15px;
}
.navmsg .alert {
    padding: 10px 15px 10px 15px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}


.bg-warning2 {
  background-color: #fcf8e3!important;
}
a.bg-warning2:hover,
a.bg-warning2:focus {
  background-color: #f7ecb5!important;
}
.bg-warning3 {
  background-color: #fcf8e3!important;
  color: #930;
}
a.bg-warning3:hover,
a.bg-warning3:focus {
  background-color: #f7ecb5!important;
}
.bg-warning3 div.header .text-muted {
  /*color: #5B0000!important;*/
}
.rating {
       unicode-bidi:bidi-override;
       direction:rtl;
       font-size:16px;
}
.rating span.star {
      font-family:FontAwesome;
      font-weight:normal;
      font-style:normal;
      display:inline-block;
}
/*.rating span.star:hover {
     cursor:pointer;
}*/
.rating span.star:before {
     content:"\f006";
     padding-right:2px;
     color: #bebebe;
}
/*.rating span.star:hover:before, .rating span.star:hover~span.star:before {
     content:"\f005";
     color:#e3cf7a;
}*/
span.star.filled:before{
	content:"\f005";
	color:#e3cf7a; 
}
.filled{
	color:#e3cf7a; 
}
.panel-heading {
    /*cursor: pointer;*/
}
.pointer {
    cursor: pointer;
}
.panel-title2 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight:bold;
	font-size: 14px;
}
.panel-title3 {
	margin-top: 4px;
	margin-bottom: 8px;
	font-weight:bold;
	font-size: 16px;
}
.r_mod div{
	padding-top:10px;
}
.table tbody tr td{
	cursor:pointer;
}
.tablenopoint tbody tr td,.trnopoint td{
	cursor: default!important;
}
.hideover{
	overflow:hidden
}
.buttset{
	padding:10px 0 20px 0;
}
.buttset2{
	padding:0 0 20px 0;
}
.borderyes{    
	border-right: 1px solid rgba(0,0,0,0.2)!important;
}
.borderno{    
	border-right: 0px!important;
}	
.legendalabel{   
	display:inline-block;
	color:#666;
	font-style:italic;
}	
@media (min-width: 992px) {
  .modal-big {
    width: 90%;
  }
}
[role=tab] {
    cursor: pointer;
}
.btn-spec {
    width: 20px;
    height: 20px;
    padding: 1px 0;
	float:right;
}
.btn-spec {
}
.bg-eli {
	background-color: #7a7577;
	color:#FFF;
}
.table > thead > tr > td.eli,
.table > tbody > tr > td.eli,
.table > tfoot > tr > td.eli,
.table > thead > tr > th.eli,
.table > tbody > tr > th.eli,
.table > tfoot > tr > th.eli,
.table > thead > tr.eli > td,
.table > tbody > tr.eli > td,
.table > tfoot > tr.eli > td,
.table > thead > tr.eli > th,
.table > tbody > tr.eli > th,
.table > tfoot > tr.eli > th {
	background-color: #7a7577;
	color:#FFF;
}
.table-hover > tbody > tr > td.eli:hover,
.table-hover > tbody > tr > th.eli:hover,
.table-hover > tbody > tr.eli:hover > td,
.table-hover > tbody > tr:hover > .eli,
.table-hover > tbody > tr.eli:hover > th {
	background-color: #666161;
	color:#FFF;
}
.table > thead > tr > td.orange,
.table > tbody > tr > td.orange,
.table > tfoot > tr > td.orange,
.table > thead > tr > th.orange,
.table > tbody > tr > th.orange,
.table > tfoot > tr > th.orange,
.table > thead > tr.orange > td,
.table > tbody > tr.orange > td,
.table > tfoot > tr.orange > td,
.table > thead > tr.orange > th,
.table > tbody > tr.orange > th,
.table > tfoot > tr.orange > th {
	background-color: #f8ece0;
}
.table-hover > tbody > tr > td.orange:hover,
.table-hover > tbody > tr > th.orange:hover,
.table-hover > tbody > tr.orange:hover > td,
.table-hover > tbody > tr:hover > .orange,
.table-hover > tbody > tr.orange:hover > th {
	background-color: #f1d6bc;
}
.table > thead > tr > td.white,
.table > tbody > tr > td.white,
.table > tfoot > tr > td.white,
.table > thead > tr > th.white,
.table > tbody > tr > th.white,
.table > tfoot > tr > th.white,
.table > thead > tr.white > td,
.table > tbody > tr.white > td,
.table > tfoot > tr.white > td,
.table > thead > tr.white > th,
.table > tbody > tr.white > th,
.table > tfoot > tr.white > th {
	background-color: #ffffff;
}
.table-hover > tbody > tr > td.white:hover,
.table-hover > tbody > tr > th.white:hover,
.table-hover > tbody > tr.white:hover > td,
.table-hover > tbody > tr:hover > .white,
.table-hover > tbody > tr.white:hover > th {
	background-color: #ededed;
}
.box {
    display: inline-block;
    padding: .2em .6em .3em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
	border:1px solid #ddd;
}
.bg-orange {
	background-color: #f8ece0;
}
a.bg-orange:hover,
a.bg-orange:focus {
  background-color: #f2c993;
}
.bg-white {
	background-color: #ffffff;
}
.bg-grey {
	background-color: #dcdcdc;
}
.bg-fuxia {
	background-color: #ff89f8;
}
/*.bg-viola1 {
	background-color: #cc00ff;
}
.bg-viola2 {
	background-color: #cc33ff;
}
.bg-viola3 {
	background-color: #cc66ff;
}
.bg-viola4 {
	background-color: #cc99ff;
}*/
.bg-viola1 {
	background-color: #e992ff;
}
.bg-viola2 {
	background-color: #eaacff;
}
.bg-viola3 {
	background-color: #eac3fe;
}
.bg-viola4 {
	background-color: #eeddff;
}

.panel-orange {
    border-color: #f2c993;
}
.panel-orange>.panel-heading {
    color: #cd8d1e;
    background-color: #f8ece0;
    border-color: #eac088;
}

.nav-tabs.green>li.active>a, .nav-tabs.green>li.active>a:focus, .nav-tabs.green>li.active>a:hover {
    background-color: #5cb85c!important;
	color:#ffffff!important;
	border-left:0px!important;
}
.green {
    color: #5cb85c;
}
.bordernav {
	border-top:0px!important;
	border-top-left-radius:0px!important;
}
.pann_att{
	padding:15px 0 0 0;
}
.popover {
    z-index: 100000000!important;
    position: fixed!important;
}
.badge_green{
	background-color: #5cb85c;
	float:right;
	margin-left:8px;
}
.badge_red{
	background-color: #d9534f;
	float:right;
	margin-left:8px;
}
.ruolo1{
    color:#C90;
}
.ruolo6{
    color: #F63;
}
.ruolo2{
    color: #006;
}
.ruolo3{
    color: #363;
}
.badge3{
	background-color: #363;
	float:right;
	margin-right:10px;
}
.ruolo4{
    color: #09F;
}
.badge4{
	background-color: #09F;
	float:right;
	margin-right:10px;
}
.ruolo5{
    color: #C30;
}
.ruolo7{
    color: #6600cc;
}

.ruoloinv{
	visibility:hidden;
}
.checkline{
	padding-left:40px;
}
.eliminato {
   -webkit-text-decoration-line: line-through; /* Safari */
   text-decoration-line: line-through; 
}
#labelsms{
    font-size: 85%;
}
#cred_res{
	/*padding-left:20px;*/
}
#trscad_0 td{
	/*background-color: #dff0d8!important;*/
	font-weight:bold;
	color: #FFF;
	background-color:#243783!important;
}
label.text-muted{
	font-weight: normal!important;
	font-style:italic;
	padding-top: 10px!important;
}
.ui-autocomplete { 
	z-index: 9999999999 !important;
	/*position: fixed;
    position: relative!important;*/
}  
#userbox{
	display:none;
} 
#logobpsanav{
	display:none;
}
.bott_user{
	display: block;
}
#lab_name{
	position: relative;
	float:right;
	padding:5px 15px 0 0;
}
#bmen{
	float:right;
}
.bold{
	font-weight:bold;
}
@media(min-width:768px) {
	.bott_user{
		display:none!important;
	}
	#lab_name{
		display:none!important;
	}
	#userbox {
		display: block;
		float:right;
		padding:10px 15px 0 0;
	} 
	#logobpsanav {
		display: block;
		float:right;
		padding:10px 15px 10px; 0;
		height:74px;
	} 
	#logobpsanav img{
		height:74px;
	}
	#txtrelease {
		display:block;
		height:34px;
		padding:0 40px 0 15px;
		text-align:right;
		font-style:italic;
		font-size:12px;
		margin-right:-15px;
	}
	/*#logobpsa2 img{
		display:block;
		height:34px;
	}*/
}
.piccola{
	font-size:9px!important;
}
.txt10{
	font-size:10px!important;
}
.txt11{
	font-size:11px!important;
}
#tabella_attivita a{
	text-decoration:none!important;
}

@media (min-width: 768px) {
.navbar {
	background: url(../images/bg_nav.jpg) no-repeat right center;
}
}
.chat_user_online span label{
    border-color: #5cb85c!important;
}
.chat_user_online strong{
    color: #5cb85c!important;
}
.chat_user_offline span label{
}
.chat_user_offline strong{
    color: #999!important;
}
.ctit{
	font-size:14px!important;
}
#text_V_EMAIL,#text_BM_EMAIL,#text_CE_EMAIL{
	overflow:hidden;
}
.text-underline{
	text-decoration:line-through!important;
}
table tr td a{
	text-decoration: none!important;
}
.chatmsg{
	padding-top:5px;
}
.label-as-badge {
    /*border-radius: 1em;*/
	font-size: 14px!important;
}
.primary-font {
    color: #5cb85c!important;
}
.text-calendar{
	color: #333333!important;
  	border-color: #333333!important;
	cursor:pointer;
	padding:4px 2px 4px 2px!important;
}
.text-muted2 {
  color: #777!important;
  border-color: #777!important;
}
.text-muted3 {
  color: #999!important;
}
.strong,.strong label {
  font-weight: 700!important;
}
.text-danger2 {
  color: #a94442!important;
  border-color: #a94442!important;
}
.text-danger-ev {
  /*color: #a94442!important;*/
  background-color:#FF0!important;
}
#calendar {
	/*float:left;*/
	height:500px;
}
#countchat_num i{
	font-weight:normal!important;
	font-size:14px!important;
}
.label-muted {
  background-color:  #777;
}
.label-muted[href]:hover,
.label-muted[href]:focus {
  /*background-color: #777;*/
}
#countchat_con.green a i{
  color: #5cb85c!important;
}
#countchat_con.text-muted a i{
  color: #777!important;
}
.fright{
	float:right;
}
#map_single{
	width:100%;
	height:400px;
}
#mappa_operatori,#side_bar{
	width:100%;
	height:640px;
}
#side_bar,#directions{
	width:100%;
	overflow:auto
}
/*#directions table{
	width:100%;
}*/
#mappa_operatori2{
	width:100%;
	height:540px;
}
.ck label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.ck input[type=checkbox],.ck input[type=radio]{
    position: absolute;
    margin-left: -20px;
}
canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	width:100%;
}
.td_bgray{
	border-bottom:1px solid #444!important;
	border-right:1px solid #444!important;
}
.td_bgray2{
	border-right:1px solid #444!important;
}
#stat_graph1{
    width:100%;
    /*height:100%;*/
}
#graph1 table a {
	color:#000;
}
#graph1 table .bg-primary a,#graph1 table .bg-netto a {
	color:#FFF;
}
.verticalTableHeader:before{
	width:5px;
}
.verticalTableHeader {
	float:left;
	width:20px;
    text-align:center;
    white-space:nowrap;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);  
}
.verticalTableHeader p {
	margin:4px 0 0 -28px;
}
.verticalTableHeader p:before{  
}
.greenmod{
	display: none;
}
.greenmod input,.greenmod textarea{
	border-color:#3c763d;
}
.greenmod label{
	color:#3c763d;
}
.checkbox label{
	padding-right:10px!important;
}
.cbox label{
	padding-right:10px!important;
	font-weight:normal!important;
}
/*a:hover.panel-heading{
	color: #FF0!important;
}*/

.text-red {
    color: #d9534f;
}
.text-yellow {
    color: #f0ad4e;
}

.panel-green {
    border-color: #5cb85c;
}
.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}
/*.panel-green a {
    color: #5cb85c;
}
.panel-green a:hover {
    color: #3d8b3d;
}*/
a .panel-green {
    color: #5cb85c;
}
a:hover .panel-green {
    color: #3d8b3d;
}
a:hover .panel-green .panel-heading {
    color: #ceffcd;
}

.panel-red {
    border-color: #d9534f;
}
.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}
/*.panel-red a {
    color: #d9534f;
}
.panel-red a:hover {
    color: #b52b27;
}*/
a .panel-red {
    color: #d9534f;
}
a:hover .panel-red {
    color: #b52b27;
}
a:hover .panel-red .panel-heading {
    color: #ffd4d2;
}
.panel-yellow {
    border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}
/*.panel-yellow a {
    color: #f0ad4e;
}
.panel-yellow a:hover {
    color: #df8a13;
}*/
a .panel-yellow {
    color: #f0ad4e;
}
a:hover .panel-yellow {
    color: #df8a13;
}
a:hover .panel-yellow .panel-heading {
    color: #ffebce;
}
a:hover .panel-primary .panel-heading {
    color: #c8dff2;
}

.panel-ruolo3 {
    border-color: #336633;
}
.panel-ruolo3 > .panel-heading {
    border-color: #336633;
    color: #fff;
    background-color: #336633;
}
a .panel-ruolo3 {
    color: #336633;
}
a:hover .panel-ruolo3 {
    color: #4f9b4f;
}
a:hover .panel-ruolo3 .panel-heading {
    color: #abecab;
}

#srtit {
	float:right;
	font-size: 0.8em;
	padding-top:8px;
	color:#777;
}
.boxsr,.boxsr i {
    -webkit-transition: width 0.3s ease, margin 0.3s ease, font-size 0.3s ease,display 0.3s ease;
    -moz-transition: width 0.3s ease, margin 0.3s ease, font-size 0.3s ease,display 0.3s ease;
    -o-transition: width 0.3s ease, margin 0.3s ease, font-size 0.3s ease,display 0.3s ease;
    transition: width 0.3s ease, margin 0.3s ease, font-size 0.3s ease,display 0.3s ease;
}
.selectbox a .panel{
	border-color: #FF3;
	border-bottom-width:10px;
}
.selectbox a .panel i{
	color:#FF3;
}

.minico {
	font-size: 0.8em!important;
}
@media (min-width: 480px) {
	.minico {
		font-size: 1em!important;
	}
}
@media (min-width: 768px) {
	.minico {
		font-size: 1em!important;
	}
}
@media (min-width: 992px) {
	.minico {
		font-size: 1.2em!important;
	}
}
@media (min-width: 1200px) {
	.minico {
		font-size: 1.4em!important;
	}
}
.credits{
	cursor:pointer;
}



.sidebar2 .sidebar2-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar2 .sidebar2-search {
    padding: 15px;
}

.sidebar2 ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar2 ul li a.active {
    background-color: #eee;
}

.sidebar2 .arrow,.sidebar2 .arrow2 {
    float: right;
}

.sidebar2 .fa.arrow:before {
    content: "\f104";
}

.sidebar2 .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar2 .nav-second-level li,
.sidebar2 .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar2 .nav-second-level li a {
    padding-left: 37px;
}

.sidebar2 .nav-third-level li a {
    padding-left: 52px;
}
.sidebar2 {
	margin-bottom:20px;
}
@media(min-width:768px) {
    .sidebar2 {
        z-index: 1;
		float:left;
        width: 100%;
        /*margin-top: 73px;
        margin-top: 95px;*/
    }
}
/*#userlist_1 a,#userlist_2 a{*/
.pointer{
	cursor:pointer;
}
.bb{
	float:right;
	width:10px;
}
.btn-right{
	float:right;
	margin-right:20px;
}
.grey td,.grey{
	color: #999;
}
#clock_msg,#clock_count{
	text-align:center;
}
#clock_msg{
	font-size:18px;
	color:#06F;	
}
#clock_count{
	font-size: 36px;
	font-weight:bold;
	color:#03C;
}
.text_lt,.text_lt td{
	text-decoration:line-through!important;
}
#bott_vaiapp{
	margin-right:6px;
}
.ui-state-disabled .ui-menu-item-wrapper{
	padding-right:0px!important;
	color: #666!important;
}
.ui-state-disabled{
    opacity: .60!important;
    filter: Alpha(Opacity=60)!important;
	color:#000!important;
}



/*.panel-f2m > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}*/
.panel-f2m {
  /*border-color: #00afec;*/
  border-color: #1d1d1d;
}
.panel-f2m > .panel-heading {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}
.panel-f2m > .panel-heading > i {
  /*color: #ea148c;*/
}
.panel-f2m > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1d1d1d;
}
.panel-f2m > .panel-heading .badge {
  color: #1d1d1d;
  background-color: #fff;
}
.panel-f2m > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1d1d1d;
}
a:hover .panel-f2m .panel-heading {
    color: #CCC;
}
.titf2m {
  color: #1d1d1d;
}
.titf2m > i{
  color: #ea148c;
}
.icof2m > a > i{
  color: #ea148c;
}
.icof2m > a{
  color: #1d1d1d;
}
.table-f2m > thead > tr > th{
  color: #00afec;
}
.table-f2m {
    border: 1px solid #1d1d1d;
}
.table-f2m>tbody>tr:nth-of-type(odd) {
    background-color: #f8e8f3!important;
}
.table-hover.table-f2m>tbody>tr:hover{
	background-color:#f1dde8!important;
}

.trtot td{
	font-weight: bold;
}

.classe_a,
.table > thead > tr.classe_a > td,
.table > tbody > tr.classe_a > td,
.table > tfoot > tr.classe_a > td,
.table > thead > tr.classe_a > th,
.table > tbody > tr.classe_a > th,
.table > tfoot > tr.classe_a > th {
  background-color: #54ca6f;
}
.table-hover > tbody > tr.classe_a:hover > td,
.table-hover > tbody > tr.classe_a:hover > th {
  background-color: #7de795;
}

.classe_b,
.table > thead > tr.classe_b > td,
.table > tbody > tr.classe_b > td,
.table > tfoot > tr.classe_b > td,
.table > thead > tr.classe_b > th,
.table > tbody > tr.classe_b > th,
.table > tfoot > tr.classe_b > th {
  background-color: #88ef83;
}
.table-hover > tbody > tr.classe_b:hover > td,
.table-hover > tbody > tr.classe_b:hover > th {
  background-color: #a8fba3;
}

.classe_c,
.table > thead > tr.classe_c > td,
.table > tbody > tr.classe_c > td,
.table > tfoot > tr.classe_c > td,
.table > thead > tr.classe_c > th,
.table > tbody > tr.classe_c > th,
.table > tfoot > tr.classe_c > th {
  background-color: #c2ee93;
}
.table-hover > tbody > tr.classe_c:hover > td,
.table-hover > tbody > tr.classe_c:hover > th {
  background-color: #dcfeb8;
}

.classe_d,
.table > thead > tr.classe_d > td,
.table > tbody > tr.classe_d > td,
.table > tfoot > tr.classe_d > td,
.table > thead > tr.classe_d > th,
.table > tbody > tr.classe_d > th,
.table > tfoot > tr.classe_d > th {
  background-color: #eeec59;
}
.table-hover > tbody > tr.classe_d:hover > td,
.table-hover > tbody > tr.classe_d:hover > th {
  background-color: #fffea5;
}

.classe_e,
.table > thead > tr.classe_e > td,
.table > tbody > tr.classe_e > td,
.table > tfoot > tr.classe_e > td,
.table > thead > tr.classe_e > th,
.table > tbody > tr.classe_e > th,
.table > tfoot > tr.classe_e > th {
  background-color: #ffb37c;
}
.table-hover > tbody > tr.classe_e:hover > td,
.table-hover > tbody > tr.classe_e:hover > th {
  background-color: #fecfad;
}

.classe_f,
.table > thead > tr.classe_f > td,
.table > tbody > tr.classe_f > td,
.table > tfoot > tr.classe_f > td,
.table > thead > tr.classe_f > th,
.table > tbody > tr.classe_f > th,
.table > tfoot > tr.classe_f > th {
  background-color: #ff7777;
}
.table-hover > tbody > tr.classe_f:hover > td,
.table-hover > tbody > tr.classe_f:hover > th {
  background-color: #fc9c9c;
}

.classe_g,
.table > thead > tr.classe_g > td,
.table > tbody > tr.classe_g > td,
.table > tfoot > tr.classe_g > td,
.table > thead > tr.classe_g > th,
.table > tbody > tr.classe_g > th,
.table > tfoot > tr.classe_g > th {
  background-color: #cacaca;
}
.table-hover > tbody > tr.classe_g:hover > td,
.table-hover > tbody > tr.classe_g:hover > th {
  background-color: #e3e3e3;
}

.classe_h,
.table > thead > tr.classe_h > td,
.table > tbody > tr.classe_h > td,
.table > tfoot > tr.classe_h > td,
.table > thead > tr.classe_h > th,
.table > tbody > tr.classe_h > th,
.table > tfoot > tr.classe_h > th {
  background-color: #9c9c9c;
}
.table-hover > tbody > tr.classe_h:hover > td,
.table-hover > tbody > tr.classe_h:hover > th {
  background-color: #b6b6b6;
}

.bg-success2 {
  background-color: #aee3c5;
}
a.bg-success2:hover,
a.bg-success2:focus {
  background-color: #8eceaa;
}

.bg-success3 {
  background-color: #47b31b;
  color:#FFF;
}
a.bg-success3:hover,
a.bg-success3:focus {
  background-color: #41a518;
}
.bg-dark {
  background-color: #666 ;
  color:#FFF;
}
a.bg-dark:hover,
a.bg-dark:focus {
  background-color: #999;
}

.vcont{
	font-weight:normal;
	font-size:12px;
}
.vcont span{
	padding:0 3px 0 3px;
}
.vname {
	float:left;
}
.vtr td{
	border-top:1px dotted #09F!important;
	font-size:12px!important;
}

#tabella_statsesiti thead tr th{
	color: #000000!important;
	background-color: #FFFFFF!important;
}

.bg-inlav {
	background-color: #d9edf7;
}
.bg-noninlav {
	background-color: #dcdcdc;
}
.bg-netto {
	color:#FFF;
	background-color: #243783;
}

.bg-esito1 {
	background-color: #efd1db;
}
.bg-esito2 {
	background-color: #f5baba;
}
.bg-esito3 {
	background-color: #ffcaca;
}
.bg-esito4 {
	background-color: #ffd8c2;
}
.bg-esito5 {
	background-color: #ffebcf;
}
.bg-esito6 {
	background-color: #ffe69b;
}
.bg-esito7 {
	background-color: #fff6b8;
}
.bg-esito8 {
	background-color: #feff95;
}
.bg-esito9 {
	background-color: #fdfdc9;
}
.bg-esito10 {
	background-color: #f0ffb6;
}
.bg-esito11 {
	background-color: #eaffc4;
}
.bg-esito12 {
	background-color: #d9f4c5;
}
.bg-esito13 {
	background-color: #d1ffc6;
}
.bg-esito14 {
	background-color: #c5f5c8;
}
.bg-esito15 {
	background-color: #caffdf;
}
.bg-esito16 {
	background-color: #c7f5e1;
}
.bg-esito17 {
	background-color: #befeea;
}
.bg-esito26 {
	background-color: #c9f0e4;
}

.bg-esito31 {
	background-color: #e992ff;
}
.bg-esito32 {
	background-color: #eaacff;
}
.bg-esito33 {
	background-color: #eac3fe;
}
.bg-esito34 {
	background-color: #eeddff;
}
.bg-esito35 {
	background-color: #d5d2ff;
}
.bg-esito36 {
	background-color: #c3bfff;
}

.tempus-dominus-widget {
    width: 28rem!important;
}