/**
 *
 * Apply Here your Custom CSS
 *
*/
/*
sovrascrittura variabili bootstrap

*/
:root {
    --bs-body-bg: none;
    --bs-border-radius: 0.175rem;
    --bs-border-color: #7b7a7a;
    --bs-emphasis-color: #adb5bd;
  }

/* 
  fine sovrascrittura variabili bootstrap
*/ 


/*
Ritorno al vecchio bootstrap
*/
h1,
.h1 {
  font-size: 31px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 8.5px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
  }


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
}  

/*
Fine ritorno al vecchio bootstrap

*/

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.btn {
    font-size: 12px;
}

.btn-block {
    display: block;
    width: 100%;
}

body {
	font-size: 12px;
}

hr.liseparator {
    border-top: 2px solid #e5e5e5;
}


.btn-success_s {
    background-color: #2a3c6e;
    border: solid 2px #282e38;
    color: ivory!important;
    min-width: 68px;
}

.btn-danger_s {
    background-color: #adb5bd66;
    border: solid 2px #282e38;
    color: ivory!important;
}

.btn-success_s:hover {
    background-color: #284390;
    border: solid 2px #282e38;
    color: ivory!important;
}

.btn-danger_s:hover {
    background-color: #898e94;
    border: solid 2px #282e38;
    color: ivory!important;
}


.gshDisplay {
    border-color: #c6b697;
    opacity: 16%;
    margin-bottom: 17px;
  }

  
  .onoffswitch {
    position: relative; 
	width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
	z-index:1;
    margin-left:5px;
    margin-top: 5px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
     border-radius: 10px;
	height:25px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, 
.onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 25px;
    font-size: 12px; color: ivory; font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "SI";
    padding-left: 10px;
    background-color: #228526; 
	color: ivory;
}

.onoffswitch-inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #7b7a7a; 
	color: ivory;
    text-align: right;
}

.onoffswitch-inner-locked:before {
    content: "SI";
    padding-left: 10px;
    background-color: #a4a4a4; 
	color: ivory;
}

.onoffswitch-inner-locked:after {
    content: "NO";
    padding-right: 10px;
    background-color: #a4a4a4; 
	color: ivory;
    text-align: right;
}

.onoffswitch-switch {
    display: block; width: 16px; 
	height:16px;
	margin:5px 4px 0 4px;
    background: #282e38;
	border-radius: 10px;
    position: absolute; top: 0; bottom: 0; 
	
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

.modal-content{
    border-radius: 8px!important;
    /*background: linear-gradient(#323a46, #323a46) padding-box, linear-gradient(to right, #00a9bb, #9bc31a) border-box !important;*/
    border: 3px solid ivory!important;
    background-color: ivory !important;
}

.modal-footer{
    padding-right: 10px !important;
}

.navbar-fixed-top{
    background: linear-gradient(#323a46, #323a46) padding-box, linear-gradient(to right, #00a9bb, #9bc31a) border-box !important;
    border-bottom: 2px solid transparent!important;
}

#navbar_status{
    background: linear-gradient(#323a46, #323a46) padding-box, linear-gradient(to right, #00a9bb, #9bc31a) border-box !important;
    border-bottom: 2px solid transparent!important;
}

#status_bar{
    background-color: #282e38;
}

.disp-inline-block{
    background-color: #373e4a !important;
    color:#bdbdbd !important;
    border: 0px solid #737373 !important;
}

.btn-neutro {    
    background-color: transparent !important;
    border: 0 !important; 
}
.bi-pencil-fill{
    color:#f5c547 !important;
}

.bi-journal-album{
    color: #0a82b9 !important;
}

.bi-search{
    color: #90ea8a !important;
}

.bi-box-seam{
    color: #cba370 !important;
}

.bi-diagram-3-fill{
    color: #1899cd !important;
}

.bi-folder2-open, .bi-folder-fill{
    color: #f7ab2f !important;
}

.bi-magic{
    color: #355ac3 !important;
}

.bi-upload{
    color: #4593f3 !important;
}

.bi-download{
    color: #45e7f3 !important;
}

.bi-trash3{
    color: #e2403e !important;
}

.bi-unlock-fill, .bi-lock-fill, .entypo-lock{
    color: #9bc31a !important;
}

.bi-key-fill, .entypo-key{
    color: #38b38b  !important;
}

.bi-box-arrow-up-right{
    color: #00bfff !important;
}

.bi-collection{
    color: darkorange;
}

.bi-person-lines-fill{
    color: limegreen !important;
}

.bi-sliders2-vertical{
    color:sandybrown !important;
}

.bi-graph-up{
    color:violet !important;
}

.bi-person-circle, .entypo-user{
    color:#00a7c2 !important;
}

.entypo-logout,.entypo-login {
    color:ivory !important;
}

.fa-picture-o{
    color: #90ee90 !important;
}

.bi-x-square-fill{
    font-size: 1.5rem!important;
    color: #373e4a  !important;
}

.bi-save, .bi-save-fill, .bi-pencil-square {
    font-size: 1.5rem;
}
.bi-trash3{font-size:1.4rem}

.bi-plus-square-fill, .bi-arrow-left-square-fill, .bi-arrow-right-square-fill, .bi-x-square{
    font-size: 2.5rem;
}

.btn-header-delete{
    padding: 5px 8px;
    border: 0;
    background-color: #e2403e !important;
    color: ivory !important;
}

.btn-header-save{
    padding: 0px 0px 0px 0px;
    border: 0;
    background-color: transparent !important;
    color: #2257ba !important;
    font-size: 1.5rem;
    padding-right: 5px;
}

.btn-header-run{
    padding: 0px 0px 0px 0px;
    border: 0;
    background-color: transparent !important;
    color: #02a302 !important;
}

.btn-header-annulla{
    padding: 0px 0px 0px 0px;
    border: 0;
    background-color: transparent !important;
    color: #373e4a  !important;
}

.close{
    display: none !important;
}

th {
    color: ivory !important;
}

.select-control, .input-label {
    background-color: #464e5c!important;
    color: #b7b7b7!important;
    font-size: 12px!important;
    text-align: left!important;
    padding: 6px 0px 6px 12px!important;
    border: 0!important;
    line-height: normal;
}

.tooltip-inner.image {
    max-width: 100%;
    background-color: #303641;
}
.tooltip.in {
    opacity: 0.95 !important;
}
.tooltip img {
    margin: 5px 0;
    background-color: #282e38;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    box-shadow: 0 0 5px 5px #2a3c6e;
}

.titolo_pagine{
    color:ivory;
    margin-top:0;
    font-family:"Helvetica Neue", Helvetica, "Noto Sans", sans-serif;
}

.modal-title{
    font-size:16px !important; 
    color: ivory !important;
    display: inline;
}

.profile-info.dropdown .dropdown-menu > li > a {
    min-width: 170px !important;
}

.modal-header{
    padding:0px !important;
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
    background-color: ivory !important;
    border-bottom:0 !important;
}

.modal-header-title{
    padding-top: 3px !important;
    padding-bottom: 2px !important;
    padding-left: 0px !important;
    background-color: #323a46;
    margin: 1px 0px 3px 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.modal-header-toolbar{
    padding-top: 3px !important;
    padding-bottom: 0px !important;
    padding-right: 5px !important;
    margin-left: 2px !important;
    padding-left: 5px !important;
}

.modal-body{
    background-color: #323a46 !important;
    border-radius: 4px !important;
}


@property --border-angle {
    syntax: '<angle>' !important;
    inherits: true !important;
    initial-value: 1turn !important;
    }  
@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
    }    
    .box {
        padding:2px;
        margin-top:40px;
        border-radius:4px;
        --border-size: 3px;
        --border-angle: 0turn;
        background-image: conic-gradient(
            from var(--border-angle),
            #00a9bb ,
            #9bc31a ,
            #00a9bb ,
            #00a9bb ,
            #00a9bb
          ),
          conic-gradient(from var(--border-angle), transparent 25%, #00a9bb, #9bc31a);
        background-size: calc(100% - (var(--border-size) * 2))
            calc(100% - (var(--border-size) * 2)),
          cover;
        background-position: center center;
        background-repeat: no-repeat;
        animation: bg-spin 2s linear infinite;
      }

      .box-orange {
        padding:2px;
        margin-top:40px;
        border-radius:4px;
        border: solid 3px orange;
        /* --border-size: 3px;
        --border-angle: 0turn;
        background-image: conic-gradient(
            from var(--border-angle),
            orange ,
            orange 
          ),
          conic-gradient(from var(--border-angle), transparent 25%, orange, orange);
            background-size: calc(100% - (var(--border-size) * 2))
            calc(100% - (var(--border-size) * 2)),
          cover;
        background-position: center center;
        background-repeat: no-repeat;
        animation: bg-spin 2s linear infinite; */
      }

      .box-limegreen {
        padding:2px;
        margin-top:40px;
        border-radius:4px;
        border: solid 3px #198754;
        /* --border-size: 3px;
        --border-angle: 0turn;
        background-image: conic-gradient(
            from var(--border-angle),
            limegreen ,
            limegreen 
        ),
        conic-gradient(from var(--border-angle), transparent 25%, limegreen, limegreen);
        background-size: calc(100% - (var(--border-size) * 2))
            calc(100% - (var(--border-size) * 2)),
        cover;
        background-position: center center;
        background-repeat: no-repeat; */
        /* animation: bg-spin 2s linear infinite; */
      }

      .box-ai {
        padding:3px;
        border-radius:15px;
        --border-size: 35px;
        --border-angle: 0turn;
        background-image: conic-gradient(
            from var(--border-angle),
            #00a9bb ,
            #9bc31a ,
            #00a9bb ,
            #00a9bb ,
            #00a9bb
          ),
          conic-gradient(from var(--border-angle), transparent 25%, #00a9bb, #9bc31a);
        background-size: calc(100% - (var(--border-size) * 2))
            calc(100% - (var(--border-size) * 2)),
          cover;
        background-position: center center;
        background-repeat: no-repeat;
        animation: bg-spin 2s linear infinite;
      }
      
      @property --border-angle {
        syntax: "<angle>";
        inherits: true;
        initial-value: 0turn;
      }

.color-limegreen {
    color: #198754;
}

.color-orange {
    color: orange !important;
}

.color-ivory {
    color: ivory !important;
}

.o_sybot{
    margin-top:-104px;
    margin-left:0px;
    width: 145px;
}
/*panelli*/
/*.sch-div-disable{color:ivory; margin:7px 10px 0 0;}
.title-plan{font-size:14px !important; font-weight: 700; color: #323a46;}
.schedule-div-close{background-color:#fffff0 !important}
.schedule-div-close .panel-options i{color:#323a46 !important; font-size:17px }
.schedule-div-open{background-color:#2a3c6e !important; }
.schedule-div-open .panel-options i{color:#fffff0 !important; font-size:17px }
.schedule-div-open .title-plan{color:#fffff0 !important}
.panel-body{background-color:#323a46 !important}
.cell-select{background-color:#5470bb !important; font-weight:700;}
.panel-primary > .panel-heading {background-color:#596ea8; color:ivory}
.entypo-down-open{color:ivory; font-size:ivory}
*/

/*date-time-picker*/
.picker-switch.accordion-toggle{
    display:none!important;
}
.bootstrap-datetimepicker-widget.dropdown-menu{
    height:unset!important;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: white;
    color: #323a46!important;
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: white;
    color: #323a46!important;
}

.bootstrap-datetimepicker-widget table, .bootstrap-datetimepicker-widget th, .bootstrap-datetimepicker-widget td {
    background-color: #323a46;
    color: #dcdcdc;
    padding: 2px;
    border: 1px solid #373e49;
}

a {
	text-decoration: unset!important;
}

h5 {
    font-size:12px;
}

/*
bug libreria datepicker manca .fa in classe
*/
.tempus-dominus-widget [class^="fa-"]:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }



  input {
    color: #adb5bd!important;
  }

td {
    color: #adb5bd!important;
}



.nav-tabs li > a.active, .nav-tabs li > a:hover, .nav-tabs li > a:focus {
    color: #555555;
    border: 1px solid #7b7a7a !important;
    border-bottom-color: #303641 !important;
    cursor: default;
}

.has-sub li:hover > a > i:not(.user_img):not(.fa-picture-o){border-bottom:0 !important}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
	}

.tooltip.show {
    z-index: 1000000;
}


table.table-striped > tbody > tr > th, table.table-striped > tbody > tr > td {
    border: 0px solid #373e494f !important;
}

table {
    border-collapse: collapse!important;
}



.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
    border-right-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
    border-top-color: #000;
}

p {
    color: #adb5bd;
}

.dropdown-menu {
    font-size: 12px;
}

.list-group-item {
    padding: 10px 15px;
}

/* width */
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
*::-webkit-scrollbar-track {
    background-color: #282e38 !important;
    box-shadow: unset !important;
    border-radius: 0 !important;
}

/* Handle */
*::-webkit-scrollbar-thumb {
    background-color: #47769e !important;
    border-radius: 0 !important;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
    background-color: #567c9c !important;
}

.a-menu {
    width:100%;
    display: inline-table;
}


.bi:hover {
    text-shadow: 0 0 0.1rem #848282,
        0 0 0.2rem #848282,
        0 0 0.3rem #848282
}

.profile-info.dropdown .dropdown-menu li a:hover {
    .bi {
        text-shadow: 0 0 0.1rem #848282,
            0 0 0.2rem #848282,
            0 0 0.3rem #848282
    }
}

a:hover {
    .bi {
        text-shadow: 0 0 0.1rem #848282,
            0 0 0.2rem #848282,
            0 0 0.3rem #848282
    }
}

.sybot-logo {
    filter: drop-shadow(0 0 0.2rem #1a2543)
}

.bi {
    text-shadow: 0 0 2px BLACK;
}

.alertParam {
    border:2px solid red !important;
}

.alertParamMessage {
    border-left: 4px solid red;
    margin-top: 0px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 10px;
    color: #cecdcd !important
}