/* PERSONALIZZAZIONE STILE */
.mb-30 { margin-bottom:30px !important; }
body #main {font-size: 11px;}

/* PERSONALIZZAZIONI PER TEMA HORIZON */
body .nav-pills > li.active > a, body .nav-pills > li.active > a:hover, body .nav-pills > li.active > a:focus {background-color:#ddd !important; color:#333 !important; font-weight:bold;}

body .pagination > .active > a, body .pagination > .active > span, body .pagination > .active > a:hover, body .pagination > .active > span:hover, body .pagination > .active > a:focus, body .pagination > .active > span:focus { background-color:#333 !important; border-color:#333 !important; }

body .nav-tabs > li.active > a, body .nav-tabs > li.active > a:hover, body .nav-tabs > li.active > a:focus { background-color:#333 !important; }


body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important;
}

.padding-10 { padding:10px !important; }
.padding-20 { padding:20px !important; }

.sendbtn {
	display:inline-block;
	border:1px solid #ccc;
	padding:3px 9px;
	color: #333;
	background-color: #ddd;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align:center;
	text-decoration:none;
}

.atkonetomanyrelation.btn.btn-default {
    border: none;
    color: #374e5d!important;
    margin-bottom:-12px;
    padding-left: 0px !important;
}

.atkonetomanyrelation.btn.btn-default::before {
    content: "+ ";
  }

.navbar-nav {
    margin: 10.75px -4px!important;
}
.navbar-default .navbar-nav > li > a{
    color: #374e5d!important;
    font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.highlighted,.navbar-default .navbar-nav > li.open{
    background-color: #374e5d!important;
    color: #fff!important;
}
.navbar-nav ul.sm-nowrap > li > a{
    white-space: normal;
    min-width: 190px;
}
.nav > li > ul > li > a {
    padding: 6px 15px 10px 6px!important;
    color: #010101!important;
}
.navbar-default {
    background-color: #fff;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 2px solid #374e5d;
}

.recordListTd span.text-danger {
color: #f90500!important;
}

.text-danger {
    color: #f90500!important;
    }
    

/* DASHBOARD */
#dashboard #legenda {
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
#dashboard .fc-content {
    line-height:16px;
}
#dashboard .fc-content hr {
    line-height:16px;
    padding:0;
    margin:4px;
}
#dashboard .gobtn {
    right: 0;
    position: absolute;
}
#dashboard .sendbtn, #dashboard .hidebtn {
	display:inline-block;
	border:1px solid #ccc;
	padding:3px 9px;
	color: #333;
	background-color: #ddd;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align:center;
    text-decoration:none;
    margin-top: 4px;
}
#dashboard .not-active {
	color: #ccc;
	background-color: #fff;
	pointer-events: none;
	cursor: default;
	text-decoration:none;
	color:black;
}
#dashboard .huge {
    font-size: 26px;
}

/* menu laterale */
.col-md-2.bg-white {
    max-width:150px;
}

.nav > li > ul {
    padding-left:10px !important;
}

.list-group-item a {
    margin-right:10px;
}

.dm-form-value {
    white-space: pre-wrap;
}

.blinking{
	animation:blinkingText 2s infinite;
}
@keyframes blinkingText{
	0%{ color: #f90500;	}
	49%{ color: transparent;}
	50%{ color: transparent;}
	99%{ color:#f90500;	}
	100%{color: #f90500;	}
}

.animate {
    -moz-animation: fadeIn 1s ease-in;
    -o-animation: fadeIn 1s ease-in;
    -webkit-animation: fadeIn 1s ease-in;
    animation: fadeIn ease-in 1.5s infinite;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    
}


/* Personalizzazioni colore */
/*.navbar-default { background-color: #d50303; }
.navbar-default a { color:#fff !important; margin-right:4px; }
a { color:#333 !important; }
.alert a { color:#ddd !important; }
body #main .panel-title {color:#d50303 !important; border-bottom:1px solid #d50303 !important;}
body #main { border-left: 1px solid #ccc;}
body .panel-body h2 {color:#d50303 !important;}*/
body #scrollToTop { background:#ccc !important;}

/* Personalizzazione griglie */
body .recordList th { background-color: #374e5d !important; border-color: #374e5d !important; text-transform: uppercase; font-size: 10px!important; }
body .recordList th a { color: #fff !important; font-size: 10px!important;}
body .recordList th.recordListSearch { background-color: rgb(209, 226, 236) !important; border-color: #fff !important; padding: 10px!important; }
body .recordList th.recordListSearch .select2 { background-color: #fff !important; }
body .recordList th.recordListSearch .select2 { min-width: 100px !important; }
body .recordList td a {color:#374e5d !important;}
body .actions .fa-pencil, body .actions .fa-files-o {color:#333 !important;}
body .recordList td a .glyphicon-file {color:#888 !important;}

.alert-info{ background-color: #D9EDF7 !important; color:#31708f; }
.alert-info .control-label, .alert-info small{ color: #374e5d!important;}
#main .fc-title a{display: inherit!important; }
#main .fc-title a.sendbtn{background-color: #333!important;border-color: #333!important;color: #ccc!important;}
.hidebtn{background-color: #ccc!important; color: #333!important;}
.radioempty { display:none;}
/* Personalizzazione datatables */
.dataTables_info {
    clear: both;
    float: left;
    padding-top:4px;
}
.dataTables_length {
    float: left;
    margin-bottom: 10px;
    margin-left: 6px;
    border-left: 1px solid #ccc;
    padding-left: 6px;
}
.dataTables_filter {
    float: right;
    text-align: right;
    margin-bottom: 10px;
}
.dataTables_length label, .dataTables_filter label { font-weight:normal; }
.dataTables_paginate {
    float: right;
    text-align: right;
    margin-top:4px;
}
.dataTables_paginate a.paginate_button, .dataTables_paginate a.paginate_active {
    border: 1px solid #ddd;
    padding: 6px 12px;
    margin-right: 5px;
    cursor: pointer;
    line-height: 21px;
    float: left;
    position: relative;
    background: #fff;
    border-radius: 3px;
}
.dataTables_paginate a.current, .dataTables_paginate a.current:hover { background-color: #fff!important; border-color:#d50303 !important;}


.section_Movimenti_magazzino_movimenti_telaio, .section_Movimenti_magazzino_movimenti_componenti, .section_Movimenti_magazzino_movimenti_materie_prime, .section_Movimenti_magazzino_ddt_associati { float:none; clear:both; }

.form-control.ro{display: block!important; border: 0px!important;}

#editform .maincol {
    width: 100%;
    margin-left:20px;
}

.cke {
    max-width: 100% !important;
}

@media (min-width: 756px) and (max-width: 851px) {
#nav.navbar-collapse {
    width: 120px
    }
}

@media (min-width: 852px) and (max-width: 971px) {
    #nav.navbar-collapse {
        width: 140px
        }
    }
    

@media (min-width: 972px) and (max-width: 1331px) {
    #nav.navbar-collapse {
        width: 160px
        }
    }

@media (min-width: 1332px)  {
    #nav.navbar-collapse {
        width: 220px
        }
    }




/* DA QUI IN POI LO STILE SPECIFICO PER MANDY*/




td input {
    display: block;
    margin: 0 3px;
    width: 80%;
    padding: 5px;
}

table.table-responsive td {
    padding: 3px 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: inherit!important;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 0px!important;
    display: block;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 0px!important;
    margin-left: -25px!important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: auto;
}

.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    padding-top: 3px!important;
}
.radio-inline  {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    padding-top: 3px!important;
}

 .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    top: 0px!important;
    left: 3px;
}

.navbar-default { background-color: #ffffff; }


.select2-container--bootstrap .select2-selection {
    border: 1px solid #D5D5D5!important;
}

.btn-success{
    background-color:#4ad8ee!important;
}
.florig {
    float:right;
}



.cke {
    max-width: 100%!important;
}


.form-group label {
    max-width: 95%;
}

.MultiSelectOption input[type="checkbox"] {
    float: left;
    margin-top:10px!important;
    margin-right:10px!important;
}

@media (max-width: 768px){
    #nav.navbar-collapse.collapse {
        max-width: 130px;
    }
   .navbar-left {
        position: relative!important;
        top: 30px!important;
        display: block!important;
        margin-bottom: 40px!important;
    }
    .navbar-collapse.in, .navbar-right{
        margin-bottom: 10px;
        margin: 0px!important;
        padding: 0px!important;
    }
}
@media (min-width: 1178px){
    #nav.navbar-collapse.collapse {
        max-width: 190px;
        }
      
      
    }
