@charset "UTF-8";
/* CSS Document */

/* Stili vari
/* Contenitore per la tabella dataTable
/* Abilita il dropdown multilivello per i submenu
/* Mantiene aperti i submenu
/* Stile per il File Upload
/* Ajax Loader
-------------------------------------------------- */


/* Stili vari
-------------------------------------------------- */
a, a:active, a:focus {
    outline: 0;
}

form,
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
select,
textarea,
.bootstrap-tagsinput,
.btn,
.dropdown-menu,
.form-control,
.input-group-addon, .input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle,
.modal-content,
.pagination ul, .pagination ul > li:first-child > a, .pagination ul > li:first-child > span, .pagination ul > li:last-child > a, .pagination ul > li:last-child > span,
.select2-container .select2-choice, .select2-container.select2-drop-above .select2-choice, .select2-drop, .select2-drop.select2-drop-above, .select2-container .select2-choice .select2-arrow,
.select2-search input, .select2-dropdown-open .select2-choice, .select2-container-multi .select2-choices .select2-search-choice,
.uneditable-input,
.well {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.btn{
    white-space:nowrap;
}

.bg-white {
    background-color:#FFFFFF;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.05s linear;
    -moz-transition: opacity 0.05s linear;
    -o-transition: opacity 0.05s linear;
    transition: opacity 0.05s linear;
}

.nav-tabs a {
    outline: 0;
}

.row-margin{
    margin: 5px -15px;
}

.date{
    cursor: pointer;
}
.date input{
    cursor: pointer !important;
}
.clockpicker{
    cursor: pointer;
}
.clockpicker input{
    cursor: pointer !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #428bca;
    color: #fff;
    text-decoration: none;
}

.accordion-toggle{
    cursor: pointer;
}
.btn-disabled{
	opacity: 0.65;
}
.bs-callout{
    padding:20px;
    margin:20px 0;
    border:1px solid #eee;
    border-left-width:5px;
    /*border-radius:3px*/
}
.bs-callout h4{
    margin-top:0;
    margin-bottom:5px
}
.bs-callout p:last-child{
    margin-bottom:0
}
.bs-callout code{
    /*border-radius:3px*/
}
.bs-callout+.bs-callout{
    margin-top:-5px
}
.bs-callout-danger{
    border-left-color:#ce4844
}
.bs-callout-danger h4{
    color:#ce4844
}
.bs-callout-warning{
    border-left-color:#aa6708
}
.bs-callout-warning h4{
    color:#aa6708
}
.bs-callout-info{
    border-left-color:#1b809e
}
.bs-callout-info h4{
    color:#1b809e
}
.cookie-banner{
	z-index: 1071;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin:0;
	display:none;
	font-size:15px;
	/*background-color:rgba(255,255,255, 0.9);*/
}
body .text-info {
    color: black !important;
}
/* form validation */
.form-control-feedback{
	margin-right: 15px;
}
.with-errors{
	margin-bottom: 0px;
	margin-top: 0px;
}
.with-errors ul{
	margin-bottom: 0px;
	margin-top: 5px;
}
.well {
    background-color: #fff;
}


@media (min-width: 768px) {
    .navbar-brand img {
        display:inline-block;
    }

    .navbar-brand span {
        display:none;
    }
}
@media (max-width: 767px) {
    .navbar-brand img {
        display:none;
    }

    .navbar-brand span {
        display:inline-block;
    }
}


/* Contenitore per la tabella dataTable
-------------------------------------------------- */

.table_container
{
    overflow:auto;
}

.table_container_hidden
{
    display:none;
}

.table_alert_hidden
{
    display:none;
}

.table_wrapper{
    position:relative;
}

.table_loading_layer{
    z-index:3;
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background: rgba(255, 255, 255, 0.8);
}

div.dataTables_length label {
    margin-left: 0;
}

table, .pagination ul {
    background-color:#FFFFFF;
}

td.center{
    text-align: center;
}

table.dataTable a {
    cursor:pointer;
}

table.dataTable td a:last-child i {
    margin:0;
}

table.dataTable td:last-child {
    width:1%;
    white-space:nowrap;
}

table.dataTable [class^="fa"], table.dataTable [class*=" fa"], table.dataTable a [class^="fa"]:last-child, table.dataTable a [class*=" fa"]:last-child {
    margin:0 5px;
}

table.dataTable [class^="fa"]:last-child, table.dataTable [class*=" fa"]:last-child, table.dataTable a:last-child [class^="fa"], table.dataTable a:last-child [class*=" fa"] {
    margin-right:0;
}

table.dataTable [class^="fa"]:first-child, table.dataTable [class*=" fa"]:first-child, table.dataTable a:first-child [class^="fa"], table.dataTable a:first-child [class*=" fa"] {
    margin-left:0;
}


/* Abilita il dropdown multilivello per i submenu
-------------------------------------------------- */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .caret {
    display: none;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none !important;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.navbar-right .dropdown-submenu.pull-left>.dropdown-menu {
    margin-right:100% !important;
}


/* Mantiene aperti i submenu
-------------------------------------------------- */

@media (max-width: 767px) {
    .dropdown-backdrop{
        position: static;
    }
    .dropdown-submenu .caret {
        display: inline-block;
    }
    .dropdown-submenu ul.dropdown-menu{
        display: block;
    }
    .dropdown-submenu > a:after {
        display: none;
    }
    .navbar-nav .open .dropdown-menu{
        background:url("../img/opacity.png") repeat scroll 0px 0px transparent;
    }
    .navbar-right .dropdown-submenu.pull-left>.dropdown-menu {
        margin:0 !important;
    }
    .navbar-nav > li > a {
        line-height: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
}


/* Stile per il File Upload
-------------------------------------------------- */

.uploaded_file
{
    margin-bottom:5px;
}
.files
{
    background: transparent;
    width: 100%;
    height: 100%;
    min-height:80px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.files.in
{
    border:3px dashed #EAEAEA;
}

.upload_media {
    background-color: #FFF;
    position: relative;
    margin-bottom: 10px;
}

.upload_media .media_options {
    position: absolute;
    top: -3px;
    left: 0;
}

.upload_media.delete .media_options{
    text-align: right;
    position: absolute;
    top: -15px;
    right: -12px;
}

.upload_media .media_content {
    transition: all 0.2s ease-in-out;
}

.upload_media.selected .media_content {
    -webkit-transform: scale(0.88);
}

.card-text {
    padding: 6px 0px 6px 0px;
    position: absolute;
    bottom: -4px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    font-size: 85%;
}

.nowrap {
    white-space: nowrap;
}

.wordwrap {
    word-wrap: break-word;
}

.media_options {
    font-size: 180%;
    padding-left: 5px;
    z-index: 1000;
}

.media_options i {
    color: #FFFFFF;
    opacity: .7;
    text-shadow: -1px -1px 0 #999,
    1px -1px 0 #999,
    -1px 1px 0 #999,
    1px 1px 0 #999;
}

.upload_media.selected .media_options i {
    color: #4285f4;
    opacity: 1;
    text-shadow: none;
}

.upload_media.selected .media_options.disabled i {
    color: #FFCA28;
}

.media_options i.delete {
    color: #FF0000;
    opacity: 1;
    text-shadow: none;
}

.attachment{
    margin-bottom: 10px;
    background-color: #FFFFFF;
    padding: 10px;
    min-height: 120px;
}

.attachment p{
    margin-top: 10px;
    margin-bottom: 0;
}

.attachment a{
    cursor: pointer;
}

.attachment img{
    max-height: 100px;
}



/* Stile per il modal
-------------------------------------------------- */

.modal.extra-large .modal-dialog {
    width: 90%;
}

.modal.extra-large .modal-body {
    height: 80vh;
    overflow-y: scroll;
}

.modal-loading-screen {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 1000000000;
}

.modal-loading-screen .loading-icon {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Ajax Loader
-------------------------------------------------- */

#ajax-loading-screen {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 1000000000;
}

#ajax-loading-screen .loading-icon {
    background-repeat:no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.default-loading-icon {
    top: 50%;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    display: block;
    position: relative;
    border: 3px solid #f5f5f5;
    margin-top: -20px;
}

.default-loading-icon:before {
    position: absolute;
    content: "";
    border-color: rgba(0, 0, 0, 1) transparent transparent;
    border-radius: 100%;
    border-style: solid;
    border-width: 3px;
    display: block;
    height: 100%;
    width: 100%;
    top: -3px;
    left: 0;
}

.loading-icon.spin, .default-loading-icon.spin {
    animation: 2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite spinning_animation;
    -webkit-animation: 2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite spinning_animation;
}

.default-loading-icon:before { border-top-color:#428bca!important; }

@keyframes spinning_animation {
    0% {
    transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
}
50% {
    transform: scale(0.8) rotate(360deg);
    -o-transform: scale(0.8) rotate(360deg);
}
100% {
    transform: scale(1) rotate(720deg);
    -o-transform: scale(1) rotate(720deg);
}
}

@-webkit-keyframes spinning_animation {
    0% {
    -webkit-transform: scale(1) rotate(0deg);
}
50% {
    -webkit-transform: scale(0.8) rotate(360deg);
}
100% {
    -webkit-transform: scale(1) rotate(720deg);
}

}

@keyframes bounce_in_animation {
    0% {
    transform: scale(0, 0);
    -o-transform: scale(0, 0);
}
20% {
    transform: scale(1.4, 1.4);
    -o-transform: scale(1.4, 1.4);
}
50% {
    transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
}
85% {
    transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
100% {
    transform: scale(1, 1);
    -o-transform: scale(1, 1);
}
}

@-webkit-keyframes bounce_in_animation {
    0% {
    -webkit-transform: scale(0, 0);
}
20% {
    -webkit-transform: scale(1.4, 1.4);
}
50% {
    -webkit-transform: scale(0.8, 0.8);
}
85% {
    -webkit-transform: scale(1.1, 1.1);
}
100% {
    -webkit-transform: scale(1, 1);
}
}


@keyframes grow_in_animation {
    0% {
    transform: scale(0, 0);
    -o-transform: scale(0, 0);
}
100% {
    transform: scale(1, 1);
    -o-transform: scale(1, 1);
}
}

@-webkit-keyframes grow_in_animation {
    0% {
    -webkit-transform: scale(0, 0);
}
100% {
    -webkit-transform: scale(1, 1);
}
}