/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
.cke_combopanel {
    width: auto !important;
}
/* Global Styles */
.E{background-color: red; color: white;}
.F{ background-color: yellow;}
.FV{ background-color: fuchsia;}
.L{ background-color: blue; color: white;}
.T{ background-color: green; color: white;}
.FN{ background-color: orange;}
.dot {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
}

.container-map{
    position: relative;
}
.container-map img{
    z-index: 0;
}

.disp-container{
	height:40px;
    width:40px;
    padding:10px;
    position:absolute;
    top:10px;
    left:60px;
    z-index:999;
}
.dispositivo{
	height:20px;
    width:20px;
    border-radius:50%;
    text-align:center;
    font-size:13px;
    line-height:19px;
    border:1px solid black;
}

.table-orari select{
	padding: 6px 0px;
    font-size: 12px;
    width: 100% !important
}
td a {
	cursor: pointer;
}
body {
    margin-top: 100px;
    /*background-color: #222;*/
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

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

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

	.side-nav ul{
		    list-style: none;

	}

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}
@media(min-width:1500px) {
	.container.toolbar{
		height: 50px;
	    padding: 15px 2%;
	}
}
.side-nav a:hover{
	text-decoration: none;
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a{
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover,  .side-nav>li>ul>li>ul>li>a:hover {
    color: #fff;
}


.side-nav>li>ul>li>ul>li>a {

 	color: #999;
 	display: block;
	padding: 10px 15px 10px 0px; 
	
 }
 
 .side-nav li.single>a{
	padding: 10px 15px 10px 16px;
}
/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.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;
}

.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;
}

.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;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.navbar-transparent{
	color: white;
	padding-left: 10px;
}

.mtop-20{
	margin-top: 20px;
}
.align-center{
	text-align: center;
}
.flex{
	display: flex;
}
.num_frequenza{
	width: 30% !important;
}
.ogni_frequenza{
	width: 20%;
    text-align: center;
    vertical-align: middle;
    margin-top: 5px;	
}
.durata_frequenza{
	width: 50% !important;
}
.select_mesi{
	margin-top: 5px !important;
    display: inline-block;
}
.btn-elimina-mese{
	margin-top: 10px;
}
.has-error{
	border-color: #a94442 !important;
}
.mright-15{
	margin-right: 15px;
}
.container.toolbar{
	height: 50px;
    padding: 15px 11%;
}
.dropdown-menu li.li-toolbar span{
	margin-left: 10px;
    font-size: 12px;
}
.dropdown-menu li.li-toolbar span:hover{
    color: #e2e2e2;
}
.dropdown-menu li.li-toolbar:hover{
	cursor: pointer;
    background-color: rgba(0, 0, 0, 0.59);
    color: #e2e2e2;
}
.btn-salva{
	width: 100px;
}
.comunicazione-mese{
	margin-top: 5px;
    margin-left: 25px;
}
.table th a{
    display:block;
    text-decoration:none;
    color: #313131;
}

.table th a:hover{
	color: #000;
}
.fa-sort-up{
	margin-top: 6px;
}
.fa-sort{
	margin-top: 6px;
}
.btn-search{
	vertical-align: bottom !important;
}
#grafico-media-clienti{
	text-align: center;
}
#search{
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.cursor-pointer{
	cursor: pointer
}
.btn-doc-dipendenti{
	height:30px;
	padding: 7px 5px;
}
.btn-group, .btn-group-vertical {
    display: inline-flex;
}
.green{
	color: green;
}
.red{
	color: red;
}
.orange{
	color: #ff7800;
}
.fascia_min, .fascia_max{
	width: 50% !important;
}
.fascia_eta{
	width: 100% !important;
}
.dropdown-container {
    right: 0;
    left: unset !important;
    float: right !important;
}
.nav-form{
	margin: 0 23% 0 10%;
}
.btn-notify{
	padding: 5px 5px;
}
.btn-notify > i{
	top:1px;
	font-size: 9px
}
.dropdown-notifications>.dropdown-container, .notification{
	font-size: 12px;
}
.dropdown-toolbar .dropdown-toolbar-title {
    margin: 0;
    font-size: 12px;
}
.notification-title {
    font-size: 12px;
    margin-bottom: 0;
}
.button-notifiche{
	padding: 0;
}
.btn-visita{
	position: absolute !important;
}
.not-active {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.navbar-right {
    margin-right: 5px;
}
.valign-top{
	    vertical-align: top;
}
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
    font-size: 14px;
}
#impostazioni-menu li{
	font-size: 12px;
}
#loading-div {
    border: 10px solid #ababab;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    margin-left: 50%;
    margin-top: 10%;
}
.overlay-div {  
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: #f2f2f2a6;
  }

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#tabella_comunicazioni button > span.glyphicon{
	line-height: 1.5
}
#map{
	height: 300px;
}
.azioni{
	width: 5%;
}
a.bottone-pdf-fattura{
	padding-top: 5px;
}
.side-nav>li>ul>li.active>a{
	color: #fff;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #bebebe;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    float: none !important;
}
.nav-tabs-custom > .tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.logo{
	height: 40px;
}
.padding-logo{
	padding: 5px 15px;
}
.btn-primary{
    color: #fff;
    background-color: #00b2af;
    border-color: #019390;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    color: #fff;
    background-color: #008582 !important;
    border-color: #007d7a !important;
}
#azienda_consorziata_select{
	background-color: #464646;
    border: 1px solid #262626;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}
.box-img{
	width: 500px;
    height: 200px
}
.logo-dashboard {
    width: 250px;
}
.link-ore{
	font-size: 10px
}
.table-centered, .table-centered th{
	text-align: center;
}
.table-centered .fa{
	margin-top: 10px
}
.table-orari>tbody>tr>td, .table-orari>tbody>tr>th, .table-orari>tfoot>tr>td, .table-orari>tfoot>tr>th, .table-orari>thead>tr>td, .table-orari>thead>tr>th {
    padding: 8px 0px;
}