/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);

body{
	/*background: #CCF3FF;*/
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
}

i{
    margin-right:8px
}


#wrapper {
    padding-left: 0;

}

#wrapper.toggled {
    padding-left: 210px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 210px;
    width: 0;
    height: 100%;
    margin-left: -210px;
    overflow-y: auto;
    background: #293846;
    /*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}

#wrapper.toggled #sidebar-wrapper {
    width: 17px;
}



#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: 0px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: relative;
    top: 0;
    width: 210px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 10px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #a7b1c2;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: #2f4050;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
       /* padding-left: 210px;*/
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 210px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 0px;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}


.loginForm{
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	width: 500px;
	height: 500px;
	/*border: 1px solid #efefef;*/
	background: #fff;
	/*-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;*/
}





/******************************************************************************  HEADER MODALI  ****************************************************************************/



.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-orange {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #EF7A42;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}




/**************************************************************************  FINE  HEADER MODALI  ****************************************************************************/


/* Base styles (regardless of theme) */
.bs-callout {
margin: 20px 0;
padding: 15px 30px 15px 15px;
border-left: 5px solid #eee;
}
.bs-callout h4 {
margin-top: 0;
}
.bs-callout p:last-child {
margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
background-color: #fcf2f2;
border-color: #d9534f;
}
.bs-callout-warning {
background-color: #fefbed;
border-color: #f0ad4e;
}
.bs-callout-info {
background-color: #f0f7fd;
border-color: #5bc0de;
}
.bs-callout-primary {
background-color: #EFF4F9;
border-color: #04809d;
}



.table-striped td{
    vertical-align: middle !important;
}


.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}


.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: #428bca;
    border-color: #2d6ca2;
}

.slimScrollDiv{
  border-bottom: 1px solid #DDD;
}







.filterBar{
    margin-bottom:20px
}

.filterBar + .form-inline + i{
    margin-right:0px;
    font-size:30px;
}




.alert{
	color:#2F4050;
}


.view-slide-in.ng-enter {
  transition: all 1s ease;
  -webkit-transition:all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  z-index:1000;
  position:relative;
  opacity:0;

}

.view-slide-in.ng-leave{
	transition: all 0.7s ease;
  -webkit-transition:all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
	z-index:50;
  opacity:1;
  position:absolute;
}


.view-slide-in.ng-enter {
  opacity: 0;
}
.view-slide-in.ng-enter.ng-enter-active {
  left:0;
  opacity: 1;
  width:100%
}

.view-slide-in.ng-leave.ng-leave-active{
  opacity:0;
  /*left:-100%;*/
}



.row.table-row > [class*="col-"].custom {
    background-color: lightgrey;
    text-align: center;
  }


@media (min-width: 768px) {

  img.img-fluid {width:100%;}

  .row.table-row {display:table;width:100%;margin:0 auto;}

  .row.table-row > [class*="col-"] {
    float:none;
    float:none;
    display:table-cell;
    vertical-align:top;
  }



}


.datepicker.dropdown-menu {
  width: 250px;
  height: 250px;
}
.datepicker.dropdown-menu  .btn-default {
  outline:none;
  background:  rgba(0,0,0,0);
  border: 0px;
  padding: 6px 0px !important;
}

.datepicker.dropdown-menu  .btn-default:hover {
    background:  #baeaf8;
}

.datepicker.dropdown-menu  .btn-primary {
  outline:inherit;
  background:  rgba(45, 108, 162, 1);
  border: 0px;
}

.datepicker.dropdown-menu  .btn-info {
  outline:inherit;
  background:  #5bc0de;
  border: 0px;
}


.datepicker.dropdown-menu tbody {
  height: 180px;
}
.datepicker.dropdown-menu tbody button .btn-default {
  padding: 0px;
  outline:none;
  background:  rgba(0,0,0,0);
}
.datepicker.dropdown-menu.datepicker-mode-1 tbody button,
.datepicker.dropdown-menu.datepicker-mode-2 tbody button {
  height: 65px;
}
.timepicker.dropdown-menu {
  padding: 0 4px;
}
.timepicker.dropdown-menu button {
  outline: none;
  border: 0px;
}
.timepicker.dropdown-menu tbody button {
  padding: 6px;
}

.text-muted{
    color:#ededed !important;
}


.list-group-item-primary{
    color: #fff;
    background-color: #428bca;
}


.tabella div{
	float:left;
}

.tabella{
	overflow: auto;
}

.tabHeader{
	margin-bottom: 2px;
}

.tabHeader li{
	border-radius: 4px;
	overflow: auto;
	font-weight: bold;
}

.tabHeader li div{
	float:left;
}

.headerFiltri{
	margin-bottom: 20px;
}
.headerFiltri .fa-stack{
	color: #53BDDC;
	font-size: 34px;
}

.showbox.scale:hover {
    cursor: pointer;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  .showbox {
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }

	.list-group-container {
    overflow: auto;
    padding: 0 5px;
    border: none;
}

.tabella:hover{
	background: #F3F3F3;
}

.tabella.SELEZIONATO:hover {
    background:#428bca;
}


.homeDiv{
	background: url('../IMG/home.jpg') no-repeat ;
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
    	background-size: cover;
}

.breadcrumb>.active {
    color: #fff !important;
		font-weight: bold;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}




/** FILE UPLOAD */


/*********  FILE UPLOAD ********/


.drop-box {
    background: #F8F8F8;
    border: 5px dashed #5bc0de;
    width: 200px;
    height: 65px;
    text-align: center;
    padding-top: 25px;
    float: left;
    margin-left: 20px;
}


.drop-box.dragover {
    border: 5px dashed #337ab7;
}

.drop-box.dragover-err {
    border: 5px dashed red;
}

.file-manager .tag-list li {
  float: left;
}
.file-manager .tag-list li a {
  font-size: 10px;
  background-color: #f3f3f4;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}
.file {
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}
.file-manager .hr-line-dashed {
  margin: 15px 0;
}
.file .icon,
.file .image {
  height: 100px;
  overflow: hidden;
}
.file .icon {
  padding: 15px 10px;
  text-align: center;
}
.file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px;
}
.file-control.active {
  text-decoration: underline;
}
.file .icon i {
  font-size: 70px;
  color: #dadada;
}
.file .file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7eaec;
}
.file-name small {
  color: #676a6c;
}
.corner {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6em solid transparent;
  border-right: 0.6em solid #f1f1f1;
  border-bottom: 0.6em solid #f1f1f1;
  right: 0em;
  bottom: 0em;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}




.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 100;
}


.file-box {
  float: left;
  width: 220px;
}


/*  FINE FILE UPLOAD*/


.input-group-addon.info {
	color: rgb(255, 255, 255);
	background-color: rgb(57, 179, 215);
	border-color: rgb(38, 154, 188);
}


.tabHeader li{
	color:#fff!important;
	background: #5bc0de!important;
}



.select.dropdown-menu{
    max-height:300px;
    overflow:auto;
  }

/*NUOVE GRIGLIE*/


  

::-webkit-scrollbar {
    width: 16px;
}
 

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #F5F5F5; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 00px;
    background: rgba(221,221,221,1); 
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(221,221,221,0.6); 
}

.list-group-item div{
    float:left;
}


.table-li{
    overflow: auto;
    padding-right: 6px;
}

.table-li div{
    padding: 1px;
}

.table-li:first-child{
    border-radius: 0px;
}

.table-li:last-child{
    border-radius: 0px;
}

.table-li-header{
    font-weight: bold;
    overflow: hidden;
    color:#fff;
    margin-bottom: 0px;
    width: calc(100% - 14px);
    border:none;    
    max-height: 42px;
}

.table-li-header div{
    line-height: 14px;
}


.tab {
    overflow: auto;
    overflow-y: scroll;
}

.tab-header {
    margin-bottom:0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-container {
    overflow: auto;
    padding: 0;
    border: none;
}

.list-div{
    margin-top: 6px;
    padding: 0px;
}

.table-li:nth-child(odd){
    background: #f9f9f9;
}


.fulmine{
    -webkit-filter: drop-shadow(0px 0px 6px rgb(255, 255, 255));
}