body{
	color: #333333;
}

.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle{
	height: 110px;
}

.uk-navbar-toggle{
	color: black;	
}

@media (max-width: 1025px) {
	.tm-headerbar, .uk-navbar-brand, .uk-navbar-content, .uk-navbar-toggle {
	    height: 55px;
	}
	.nomeSito{
		display: none;
	}	
}
@media (max-width: 1220px) {	
	.tm-logo{
		width: 130px;
	}
}
.tm-headerbar-plain{ background-color: #ebf8ff}  

.btn-primary{background: #0359a5;}


.tm-footer>*>a, .tm-totop-scroller.tm-block-secondary{
    color: white;    
}

a.aBianco:link{
	color: white;
}
a.aBianco:hover{
	color: #85E6EF;
}

.uk-table thead tr{
	border-bottom: 1px solid #85E6EF;
}

legend{
	    border-bottom: 3px solid #0359a5;
}

*+.uk-table {
    margin-top: 1px;
}


.uk-progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 100%;
    border: 0;
    background-color: #dddddd;    
    margin-top: 2px;
    margin-bottom: 2px;
    height: 20px;
    border-radius: 8px;
    overflow: hidden;
    line-height: 20px;
}

.uk-progress-bar {
    width: 0;
    height: 100%;
    background: #009dd8;
    float: left;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-image: -webkit-linear-gradient(top,#00b4f5,#008dc5);
    background-image: linear-gradient(to bottom,#00b4f5,#008dc5);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.2), inset 0 0 0 1px rgba(0,0,0,.1);
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}

::selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}

.uk-progress-scaduta .uk-progress-bar {
    background-color: #646464;
}

.uk-progress-chiusa .uk-progress-bar {
    background-color: #00bf60;
}

/*righe uguali*/
.main2 .container2 {
    padding: 0 0
}
.table2 {
    display: table;
    border-collapse: separate;
    /*border-spacing: 30px 0;*/
}
.row2 {
    display: table-row
}
.col2 {
    display: table-cell;
    background-color: #fff;
    padding: 0 30px 0 30px;
}
.col2.sidebar2 {
    width: 500px
}
.content2{
	width: 500px
}
@media all and (max-width: 840px) { 
    /* demo 3 */
    .main2 .container2 {
        padding: 0 30px
    }
    .table2 {
        display: block
    }
    .row2 {
        display: block
    }
    .col2 {
        display: block
    }
    .col2.content2 {
        margin-bottom: 30px
    }
    .col2.sidebar2 {
        width: 100%
    }
}
/*fine righe uguali*/


.uk-alert-success {
    background: #64bb39;
    color: #fff;
}





/* datepicker *******************************************************************************
*/
/* ========================================================================  
   Component: Datepicker  
 ========================================================================== */  
/*  
 * 1. Highest z-index  
 * 2. Reset dropdown width  
 * 3. Set animation  
 * 4. Needed for scale animation  
 */  
.uk-datepicker {  
  /* 1 */  
  z-index: 1050;  
  /* 2 */  
  width: auto;  
  /* 3 */  
  -webkit-animation: uk-fade 0.2s ease-in-out;  
  animation: uk-fade 0.2s ease-in-out;  
  /* 4 */  
  -webkit-transform-origin: 0 0;  
  transform-origin: 0 0;  
}  
/* Sub-object: `uk-datepicker-nav`  
========================================================================== */  
.uk-datepicker-nav {  
  margin-bottom: 15px;  
  text-align: center;  
  line-height: 20px;  
}  
/*  
 * Micro clearfix  
 */  
.uk-datepicker-nav:before,  
.uk-datepicker-nav:after {  
  content: " ";  
  display: table;  
}  
.uk-datepicker-nav:after {  
  clear: both;  
}  
/*  
 * Previous and next navigation  
 */  
.uk-datepicker-nav a {  
  color: #9f9f9e;  
  text-decoration: none;  
}  
.uk-datepicker-nav a:hover {  
  color: #9f9f9e;  
}  
.uk-datepicker-previous {  
  float: left;  
}  
.uk-datepicker-next {  
  float: right;  
}  
.uk-datepicker-previous:after,  
.uk-datepicker-next:after {  
  width: 20px;  
  font-family: FontAwesome;  
}  
.uk-datepicker-previous:after {  
  content: "\f053";  
}  
.uk-datepicker-next:after {  
  content: "\f054";  
}  
/* Sub-object: `uk-datepicker-heading`  
========================================================================== */  
/* Sub-object: `uk-datepicker-table`  
========================================================================== */  
/* Block element behavior */  
.uk-datepicker-table {  
  width: 100%;  
}  
.uk-datepicker-table th,  
.uk-datepicker-table td {  
  padding: 2px;  
}  
.uk-datepicker-table th {  
  font-size: 12px;  
}  
/*  
 * Item  
 */  
.uk-datepicker-table a {  
  display: block;  
  width: 26px;  
  line-height: 24px;  
  text-align: center;  
  color: #9f9f9e;  
  text-decoration: none;  
}  
/*  
 * Sub-object: `uk-datepicker-table-muted`  
 */  
a.uk-datepicker-table-muted {  
  color: #babab7;  
}  
/*  
 * Hover  
 * 1. Apply hover style also to focus state  
 * 2. Remove default focus style  
 */  
.uk-datepicker-table a:hover,  
.uk-datepicker-table a:focus {  
  background-color: #dce1e3;  
  color: #9f9f9e;  
  /* 2 */  
  outline: none;  
}  
/* OnClick */  
.uk-datepicker-table a:active {  
  background-color: #eaedee;  
  color: #9f9f9e;  
}  
/*  
 * Active  
 */  
.uk-datepicker-table a.uk-active {  
  background: #2d4951;  
  color: #e1eaec;  
}
/* fine datepicker **************************************************************************
*/

.uk-switcher {
    padding: 10px;    
    border-style: solid;
    border-width: 1px;
    border-top-style: none;
    border-color: #ddd;    
}





/* -- bandi2 ---------------------------------------- */
.uk-subnav>*>* {
	color: white;
}

.uk-navbar-nav>.uk-active{
	text-decoration: overline;
}

.uk-navbar-nav>li.uk-active>a{
	
	color: #fff;
}

.uk-navbar-nav>li>a:hover{	
	text-decoration: overline;		
	background: #65d5f7;
	
}


.uk-navbar-nav>li.uk-active>a {
	background: #0359a5;
}

.uk-navbar-nav>li>a {
    height: 120px;
    padding: 5px;
    line-height: 140px;
    font-size: 16px;
    color:#000000;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: normal;    
}

.uk-navbar-nav>li {
    margin: 0 5px;
}

.tm-logo {
    width: 200px;
}




.messagepop {
  background-color:#FFFFFF;
  border:1px solid #999999;
  cursor:default;
  display:none;
  margin-top: 15px;
  position:absolute;
  text-align:left;
  width:394px;
  z-index:50;
  padding: 25px 25px 20px;
}

.messagepop p, .messagepop.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}

.alert {
    background: #0359a5 !important;
	text-align: center;
}


.btn-primary:active, .btn-primary.active, .btn-info:active, .btn-info.active, .btn-inverse:active, .btn-inverse.active {
    background-color: #0359a5;
    color: #fff;
}

.form-horizontal .control-label {
    padding-top: 0;
}


.form-horizontal .control-label2 {
    float: left;
    width: 300px;
    margin-left: 20px;    
    text-align: left;
}


.btn-primary:hover, .btn-info:hover, .btn-inverse:hover {
    background-color: #20b2dc;
    color: #fff;
}

.shadowed {
    -webkit-filter: drop-shadow(2px 2px 5px rgba(255,255,255,1.5));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}


.uk-subnav>*>:hover, .uk-subnav>*>:focus {
    color: #fff;
    text-decoration: underline;
}
