/*!
 * 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.
 */

/* Global Styles */

.no-min-height{
    min-height: 0!important;
}


body {
    margin-top: 50px;
    background: #ccc;
    /*background-image: linear-gradient(#f1f1f1, #e1e1e1);*/
}

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

#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 0;
}

.top-nav>li {
    display: inline-block;
    float: left;
    background: #474747;
    min-height: 41px;
}

.top-nav>li>a {
    line-height: 20px;
    color: #999;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.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 !important;
    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: #000;
    -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;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

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: 92px;
        left: 225px;
        width: 225px;
        /*max-width: 225px;*/
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #2f353a;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
       width: 225px;
       transition-duration: 0.4s;
    }

    /*.side-nav .menu-left-1 > a:focus,*/
    .side-nav .menu-left-1 > a:hover{
        outline: none;
        background-color: #8192ab !important;
        color: #fff !important;
    }
}

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

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

.side-nav>li>ul>li {
    border-bottom: 2px dotted #8e8e8e;
}
.side-nav>li>ul>li:last-child {
    border-bottom: none;
}

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


/* 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;
}



.navbar-brand-top{
  float: left;
  height: 40px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 20px;
  color: #b5b5b9 !important;
  min-width: 100px;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.navbar-brand-top:hover,
.navbar-brand-top:focus {
  text-decoration: none;
  color: white !important;
   background: #8192ab;
}
.navbar-brand-top > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand-top,
  .navbar > .container-fluid .navbar-brand-top {
    margin-left: -15px;
  }
}

.menu-right{
    float: right;
    /*top: 20px;*/
}

.menu-active{
  /*background: #ff7300;*/
  background: #98a8c2;
  color: #fff !important;
}

.menu-left-1, .menu-left-1:focus{
    color: #fff !important;
}

.menu-left-1:hover{
    background: #98a8c2 !important;
    color: #fff !important;
}

.menu-left-2{
    background: #474747;
}
.menu-left-2 > a:hover,
.menu-left-2 > a:focus{
    background: #98a8c2!important;
}

.menu-left-2-active{
    color: #abcbff !important;
}

.nav-locked{
    float: left;
    background: #474747;
    margin-bottom: 0px!important;
    width: 100%;
    min-width: 500px;
    /*max-height: 40px;*/
}


.menu-left-1 .fa-caret-down{
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    float: right;
}

.menu-left-1 .collapsed .fa-caret-down {
  transform: rotate(180deg) ;
  float: right;
}

.menu-left-1 .menu-active .collapsed  .fa-caret-down {
  transform: rotate(0deg) ;
  float: right;
}

.modal-body{
    text-align: center;
}
.test{
    width: 50%;
    float: left;
 }

.imagecenter{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}


.imagescale{
    padding: 10px;
    max-width: 40%;
    /*max-width: 50%;*/
    max-height: 90%;
    /*max-height: 50%;*/
    /*transform: scale(1.2);*/
    /*max-height: 400px;*/
}



.checkbox-row {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 28px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-row input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.vCheckboxLabel {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #a94442;
  /*border-radius: 10px;*/
}

/* On mouse-over, add a grey background color */
.checkbox-row:hover input ~ .vCheckboxLabel {
  background-color: #a94442;
      cursor: pointer;

}

/* When the checkbox is checked, add a blue background */
.checkbox-row input:checked ~ .vCheckboxLabel {
  background-color: #289028;
  color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.vCheckboxLabel:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-row input:checked ~ .vCheckboxLabel:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-row .vCheckboxLabel:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/* When the checkbox is checked, add a blue background */
input[type='checkbox'] {
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 15px;
    -webkit-appearance: button;
    /*border: double 2px #236923;*/
    white-space: nowrap;
    overflow: hidden;
    width: 15px;
    height: 15px;
    background-color: #df0a00;
    color: #fff;
}
input[type='checkbox']:focus {
    outline: 0!important;
    box-shadow: none!important;
}

input[type='checkbox']:checked {
    background-color: #289028;
    outline: 0!important;
    box-shadow: none!important;

}

input[type='checkbox']:hover {
    cursor: pointer;
    /*box-shadow: 0px 0px 10px #236923;*/
}

.border{
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    /*border-bottom-right-radius: 15px;*/
    /*border-bottom-left-radius: 15px;*/
    box-shadow: 5px 5px 5px #aaaaaa;
    background: #fff;
    min-height: 310px;
}


.border-rect, .border-rect:focus{
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: 2px 2px 2px #aaaaaa;
    background: #fff;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.border-rect:hover{
    margin-left: -2px;
    margin-top: -2px;
    cursor: pointer;
    /*box-shadow: 5px 5px 5px #aaaaaa;*/
      box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
}

border-rect:active{
      box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
      transform: translateY(1px);
}





.bordernos{
    border-style: solid;
    border-width: 2px;
    border-color: #ccc;
    background: #fff;
}

#in_graph_notlabel{
    min-height: 300px;
    min-width: 500px;
}

.add-border {
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    /*border-bottom-right-radius: 15px;*/
    /*border-bottom-left-radius: 15px;*/
    box-shadow: 5px 5px 5px #aaaaaa;
    padding: 10px;
    background: #fff;
    min-width: 300px;
}

.dimclass{
    width: 25px !important;
}

/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #a1a1a5;
	border: 2px solid #a1a1a5;
}


.results::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.results::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.results::-webkit-scrollbar-thumb
{
	background-color: #a1a1a5;
	border: 2px solid #a1a1a5;
}

.table-responsive::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.table-responsive::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.table-responsive::-webkit-scrollbar-thumb
{
	background-color: #a1a1a5;
	border: 2px solid #a1a1a5;
}


.dashboarlabel{
  border: 1px solid #999;
  color: #999;
  padding-left: 25px;
  padding-top: 5px;
  border-radius: 5px;
  background: #dfdfdf;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 10px;
}

.file-upload {
    width: 100%;
}

#_clear{
   width: 100%;
}

.c_clear{
    margin-left: -50px;
}

.footerspace{
    height: 150px;
}

.hiddenobj{
    display: none !important;
}

.div_img_container{
     height: 280px;
    /*background-color: #ff0000;*/
    overflow-x: auto;
    /*white-space:nowrap;*/
}

.inline-image{
    display: contents;
    background: #ffffff !important;
}


.imagepadding{
    padding: 10px;
}

.imagecolor{
    border: 1px solid #8394ad;
}

.imageTbody{
    display: block;
    max-height: 400px;
    overflow: auto;

}

 .add-row{
    position:absolute;
    right: 0;
    top:0;
    margin-top: 0.1em;
    margin-right: 2px;
  }

.add-row >td > a {
     color: #fff !important;
 }

.add-row >td > a:hover {
     color: #46d646 !important;
 }

.empty-form{
    display: none !important;
}

.tab_last_row{
    width: 80px;
}

.rotate{
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.rotate.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

select {
  -moz-appearance: none;
  -moz-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('/static/erp/common/arrow.png') ;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #AAA;
  margin: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 100%;
  min-width:150px;
  height: 32px;
}

select:disabled, input:disabled{
    background-color: #e2e2e2;
}

select:hover, input:hover{
    cursor: pointer;
}

select:hover:disabled, input:hover:disabled{
    cursor: not-allowed;
}


.btn-left{
    display: grid;
}
.original{
    display: none !important;
}

.bordered{
    border: 1px solid #cccccc;
    padding:20px;
    margin-top: 10px;
    margin-right: 4px;
    min-width: 230px;
    display: inline-block;
    vertical-align: top;
    min-height: 230px;
}

.borderedNoHeight{
    border: 1px solid #cccccc;
    padding:20px;
    margin-top: 10px;
    margin-right: 5px;
    min-width: 230px;
    display: inline-block;
    vertical-align: top;
}

.btn-search, .btn-search:focus  {
    color: #fff!important;
    background-color: #98a8c2;
    border-color: #2e6da4;
    width: auto;
}

.btn-search:hover, .btn-search:active {
    color: #fff!important;
    background-color: #2e6da4;
    border-color: #2e6da4;
    width: auto;
}


.btn-filter-search, .btn-filter-search:focus  {
    color: #fff!important;
    background-color: #4366b9;
    border-color: #4366b9;
    width: auto;
}

.btn-filter-search:hover, .btn-filter-search:active {
    color: #fff!important;
    background-color: #2f417b;
    border-color: #2e6da4;
    width: auto;
}


.btn-reset, .btn-reset:focus  {
    color: #fff!important;
    background-color: #d4461b;
    border-color: #a43a1b;
    width: auto;
}

.btn-reset:hover, .btn-reset:active {
    color: #fff!important;
    background-color: #a43a1b;
    border-color: #a43a1b;
    width: auto;
}



.full-width {
    width: 100%;
}

.scheduler-border-label{
    position: absolute;
    font-size: 1.1em!important;
    font-weight: 700!important;
    text-align: left!important;
    width: auto;
    padding: 5px;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    top: -17px;
    left: -7px;
    background: #fff;
    color: #98a8c2;
}

.search-div{
    border: 1px solid #ccc;
    margin-left: 1px;
    padding: 5px;
    border-radius: 4px;
    background: #e4e4e4;
    height: 46px;
    right: 4px;
}

.list-table{
    right: 3px;
}

.labelh3{
    background: #7d7d7d;
    padding: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    /*margin-top: 20px;*/
}
.label-table{
    margin-bottom: -1px;
}
.colorth{
    background: #98a8c2!important;
}

.input-append{
   margin-bottom: 2px;
   margin-top: 2px;
}

.page-split:focus{
    color: #fff!important;
}



.selected{
    background: #98a8c2!important;
      color: #ffffff;
}

.results{
    /*overflow-x: auto;*/ /*Diego*/
}

.rowother{
    background: #dedede;
}

.field-codice_identificativo{
    min-width: 500px;
}
.row_center{
    text-align: center;
}

.row_right{
    text-align: right;
}

.inline-header{
    border: none;
    margin: 0;
    padding: 6px;
    text-align: left;
    background: #3c505c;
    /*background: #525b69;*/
    min-height: 27px;
    color: #fff;
    /*border-top-left-radius: 5px;*/
}

.inline-header h2 {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.inline-header1{
    border: none;
    margin: 0;
    padding: 6px;
    text-align: left;
    background: #cccccc;
    /*background: #525b69;*/
    color: #3c505c;
    /*border-top-left-radius: 5px;*/
}

.inline-header1 h2 {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.add-row-link{
    background: url(../../admin/img/icon-addlink.svg) 0 1px no-repeat;
    padding-left: 18px;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0.5em;
    margin-right: 10px;
}


.add-row-link-locked{
    background: url(../../admin/img/icon-addlink.svg) 0 1px no-repeat;
    padding-left: 18px;
    font-size: 12px;
    right: 0;
    top: 0;
    margin-top: 0.5em;
    margin-right: 10px;
    float:right;
}

.add-row-right {
   background:  #3c505c;
   height: 25px;
   /*border-top-left-radius: 10px;*/
}

.button-link, .button-link:focus {
    color: #fff!important;
}

.button-link:hover {
    color: #25be00 !important;
}

.button-link-sub, .button-link-sub:focus {
    color: #3c505c!important;
}

.button-link-sub:hover {
    color: #25be00 !important;
}

.action_row{
    padding: 12px 14px;
    margin: 0 0 20px;
    /*background: #f8f8f8;*/
    /*border: 1px solid #eee;*/
    border-color: #1c2b36;
    /*border-radius: 4px;*/
    text-align: right;
    overflow: hidden;
    /*background: #bbb;*/
     /*background-image: linear-gradient(to right, #525b69, #7e8a9c);*/
    background-image: linear-gradient(to right, #757575, #242424);
    /*border-radius: 10px;*/
    box-shadow: 5px 5px 5px #aaaaaa;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

}
.action_row_top{
    padding: 2px 14px;
    margin: 0 0 20px;
    border-color: #1c2b36;
    /*border-radius: 4px;*/
    text-align: right;
    overflow: hidden;
     background-image: linear-gradient(to right, #757575, #484848);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #1f2e39;
}

.field-error{
     border: 1px solid #ba2121 !important;
}

.btn{
    min-width: fit-content;
}

.button_style{
    border: none;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 8px;
    outline: 0;
}

.button_102{
    min-width: 120px;
}

.button-save, .button-save:focus{
    background-color: #48954b; /* Green */
    color: rgb(218, 218, 218) !important;
}

.button-save:hover {
    color: #fff!important;
    background-color: #55cf59!important; /* Green */
    box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
}

.button-save:active {
  background-color: #3e8e41;
  box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
  transform: translateY(1px);
}

.button-next, .button-next:focus{
    background-color: #d76524; /* Green */
    color: rgb(218, 218, 218) !important;
}

.button-next:hover {
    color: #fff!important;
    background-color: #ff7224 !important; /* Green */
    box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
}

.button-next:active {
  background-color: #d76524;
  box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
  transform: translateY(1px);
}


.button-edit, .button-edit:focus{
    padding: 4px 7px;
    font-size: 14px;
    background-color: #8394ad; /* Green */
    color: rgb(218, 218, 218) !important;
}

.button-edit:hover {
    color: #fff!important;
    background-color: #a3b7d2 !important; /* Green */
    box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
}

.button-edit:active {
  background-color: #8394ad;
  box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
  transform: translateY(1px);
}

.button-white, .button-white:focus{
    padding: 4px 7px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0);
    color: rgb(67, 67, 67) !important;
}

.button-white:hover {
    color: #468b31 !important;
    background-color: rgba(255, 255, 255, 0) !important;
    /*box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);*/
}

.button-white:active {
  background-color: rgba(255, 255, 255, 0);
  /*box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);*/
  transform: translateY(1px);
}


.button-orange, .button-orange:focus{
    padding: 4px 7px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0);
    color: rgb(67, 67, 67) !important;
}

.button-orange:hover {
    color: #d76524 !important;
    background-color: rgba(255, 255, 255, 0) !important;
    /*box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);*/
}

.button-orange:active {
  background-color: rgba(255, 255, 255, 0);
  /*box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);*/
  transform: translateY(1px);
}

.button-red, .button-red:focus{
    padding: 4px 7px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0); /* Green */
    /*background-color:rgba(255, 255, 255, 0);*/
    color: rgb(67, 67, 67) !important;
}

.button-red:hover {
    color: #cd2526 !important;
    background-color: rgba(255, 255, 255, 0) !important; /* Green */
    /*box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);*/
}

.button-red:active {
  background-color: rgba(255, 255, 255, 0);
  /*box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);*/
  transform: translateY(1px);
}



.button-green, .button-green:focus{
    padding: 4px 7px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0); /* Green */
    /*background-color:rgba(255, 255, 255, 0);*/
    color: rgb(67, 67, 67) !important;
}

.button-green:hover {
    color: #48954b !important;
    background-color: rgba(255, 255, 255, 0) !important; /* Green */
    /*box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);*/
}

.button-green:active {
  background-color: rgba(255, 255, 255, 0);
  /*box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);*/
  transform: translateY(1px);
}



.button-delete, .button-delete:focus{
    padding: 4px 7px;
    font-size: 14px;
    background-color: #ad2021;
    color: rgb(218, 218, 218) !important;
}

.button-delete:hover {
    color: #fff!important;
    background-color: #d42728 !important;
    box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
}

.button-delete:active {

  background-color: #ad2021;
  box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
  transform: translateY(1px);
}


.button-bozza, .button-bozza:focus{
    padding: 4px 7px;
    font-size: 14px;
    background-color: #dac352;
    color: #666!important;
}

.button-bozza:hover {
    color: #000!important;
    /*color: rgb(218, 218, 218) !important;*/
    background-color: #e2cb54 !important; /* Green */
    box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
}

.button-bozza:active {
  background-color: #dac352;
  box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
  transform: translateY(1px);
}



.button-lavorazione, .button-lavorazione:focus{
    padding: 4px 7px;
    font-size: 14px;
    background-color: #e29c00;
    color: #fff!important;
}

.button-lavorazione:hover {
    color: #000!important;
    /*color: rgb(218, 218, 218) !important;*/
    background-color: #e2b24e !important; /* Green */
    box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
}

.button-lavorazione:active {
  background-color: #000;
  box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
  transform: translateY(1px);
}




.button-modify, .button-modify:focus{
    padding: 4px 7px;
    font-size: 14px;
    background-color: #9c7104;
    color: #fff!important;
}

.button-modify:hover {
    color: #000!important;
    /*color: rgb(218, 218, 218) !important;*/
    background-color: #e29c00 !important; /* Green */
    box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
}

.button-modify:active {
  background-color: #c78e00;
  box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
  transform: translateY(1px);
}



.button-confirm, .button-confirm:focus{
    padding: 4px 7px;
    font-size: 14px;
    background-color: #48954b; /* Green */
    color: #fff !important;
}

.button-confirm:hover {
    color: #000!important;
    background-color: #93ff61 !important; /* Green */
    box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
}

.button-confirm:active {
  background-color: #48954b;
  box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
  transform: translateY(1px);
}

.button-reso, .button-reso:focus{
    padding: 4px 7px;
    font-size: 14px;
    background-color: #d42728;
    color: rgb(218, 218, 218) !important;
}

.button-reso:hover {
    color: #000!important;
    background-color: #ff292b !important;
    box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
}

.button-reso:active {
  background-color: #d42728;
  box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
  transform: translateY(1px);
}


.button-view, .button-view:focus{
    padding: 4px 7px;
    font-size: 14px;
    background-color: #c77224; /* Green */
    color: rgb(218, 218, 218) !important;
}

.button-view:hover {
    color: #fff!important;
    background-color: #d8820b !important; /* Green */
    box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
}

.button-view:active {
  background-color: #c77224;
  box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
  transform: translateY(1px);
}


.button-add, .button-add:focus{
    padding: 4px 7px;
    font-size: 14px;
    background-color: #48954b; /* Green */
    color: rgb(218, 218, 218) !important;
}

.button-add:hover {
    color: #fff!important;
    background-color: #93ff61 !important; /* Green */
    /*box-shadow: 0 3px 4px 0 rgba(0,0,0,0.24),0 8px 25px 0 rgba(0,0,0,0.19);*/
    box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
}

.button-add:active {
  background-color: #48954b;
  /*box-shadow: 0 2px rgba(0,0,0,0.24);*/
  box-shadow: 0px 0px 1px 1px rgba(60, 80, 92, 0.34), 0 8px 25px 0 rgba(60, 80, 92,0.29);
  transform: translateY(1px);
}


.scroltable-container{
    overflow: auto;
    max-height: 250px;
    display: inline-block;
    width: 100%;
    border: 1px solid #3c505c;
}

.scroltable-principal{
    overflow: auto;
    /*max-height: 350px;*/
    display: inline-block;
    width: 100%;
    border: 1px solid #3c505c;
}

.inline-th_class{
    text-align: center;
}

.menu_buttons{
    height: 20px;
    margin-bottom: 10px;
    min-width: 300px;
}


.moveToLeft{
    float: left!important;
}

.currency{
    text-align: right;
}

.inputWithIcon input[type="text"], .inputWithIcon input[type="number"] {
    padding-left: 40px;
    text-align: right;
}

.inputWithIcon input[type="number"]::-webkit-inner-spin-button{
    cursor: pointer;
    margin-left: 15px;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon i {
  position: absolute;
  left: 0;
  top: 0;
  padding: 9px 8px;
  color: #aaa;
  -webkit-transition-duration: 0.4s;
  transition: 0.4s;
}

.inputWithIcon input[type="text"]:focus + i {
  color: dodgerBlue;
}

.inputWithIcon input[type="number"]:focus + i {
  color: dodgerBlue;
}

.inputWithIcon.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 8.6px 8px;
  border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg input[type="text"]:focus + i {
  color: #fff;
  background-color: dodgerBlue;
}

.inputWithIcon.inputIconBg input[type="number"]:focus + i {
  color: #fff;
  background-color: dodgerBlue;
}

.modal-title{
    color: #000;
}

.x{
    text-align: center;
    max-width: 60px;
}

.table td,
.table th
{
    text-align: center;
}

.table td:first-child,
.table th:first-child {
    text-align: left;
}​

.link_accordion, a.link_accordion:link, a.link_accordion:visited, a.link_accordion:focus{
     color: #fff !important;
    -webkit-transition-duration: 0.4s;
     transition-duration: 0.4s;
 }

 a.link_accordion:hover{
     color: #abcbff !important;
 }


.link_accordion fa-caret-up{
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    float: right;
}

.link_accordion.collapsed .fa-caret-up {
  transform: rotate(-180deg) ;
}

.link_accordion .collapsed  .fa-caret-up {
  transform: rotate(0deg) ;
}

#back2Top{
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 10px;
    background-color: #525b69;
    color: rgb(183, 183, 183);
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
     -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
#back2Top:hover, #back2Top:active, #back2Top:focus {
    background-color: #374955;
    color: #fff !important;
}




table tr {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

table tbody tr  {
    height: 45px !important;
}

table tr:nth-child(2n) {
    background-color: #e2e0e0;
}

table tr:nth-child(2n):hover, table tr:hover {
    background-color: #c2c2c2 !important;
}


.xdsoft_calendar table tr{
  height: 15px !important;
}

table tr{
  background-color: white;

}

table .add-row{
    height: 15px !important;
    background-color:transparent!important;
}

table .add-row:hover, table .add-row:focus{
    background-color:transparent!important;
}

table th:first-child, table tr td:first-child  {
  border-left: 0 !important;
}

table th:last-child, table tr td:last-child {
  border-right: 0 !important;
}

.option th:last-child, .option tr td:last-child {
  width: 100px !important;
}

.correct_glyph{
    top: 2px;
}

.homelink:hover{
    color: #98a8c2 !important;
}

.navbar-inverse{
    background-image: linear-gradient(to right, #233f54 0%, #191e23 100%) !important;
}

.get_element, .vTextField, .search{
     -webkit-transition-duration: 0.4s;
     transition-duration: 0.4s;
}

.get_element:hover, .get_element:focus, .get_element:active{
    border: 1px solid #858585;
    box-shadow: 0px 0px 1px 1px rgb(195, 195, 195), 0 8px 25px 0 rgb(191, 191, 191);
}

.search:hover, .search:focus, .search:active{
    border: 1px solid #858585;
    box-shadow: 0px 0px 1px 1px rgb(195, 195, 195), 0 8px 25px 0 rgb(191, 191, 191);
}

.vTextField:hover, .vTextField:focus, .vTextField:active{
    border: 1px solid #858585;
    box-shadow: 0px 0px 1px 1px rgb(195, 195, 195), 0 8px 25px 0 rgb(191, 191, 191);
}



.action_col{
    /*background-color: rgba(152, 152, 152, 0.5);*/
}

.value_red{
    color: red;
}

.value_green{
    color: green;
}

.value_blue{
    color: blue;
}

.value_generic{
    color: #060559;
}

.row_1{
    text-align: center!important;
    background: #ec7a76;
}

.row_2{
    text-align: center!important;
    background: #7990a0;
}

.tr_left{
   text-align: left!important;
}

.tr_right{
   text-align: right!important;
}

.div_left{
   float: left!important;
}

.tt-table .rowfirst{
    background: #fff;
}

.qttotal_sub_s, .qttotal_sub, .qt_total{
    display: none;
}

.iconstyle_0{
    color: #f0ad4e;
    float: left;
    margin-left: -7px;
    margin-right: 5px;
    background: #676767;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    padding: 3px;
}

.iconstyle_1{
    color: #ffffff;
    float: left;
    margin-left: -7px;
    margin-right: 5px;
    background: #676767;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    padding: 3px;
}

.btn-groups>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 15px;
}

.btn-groups>.btn:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn:not(:disabled):not(.disabled) {
    outline: 0;
    cursor: pointer
}

.btn-groups .btn {
    margin: 0;
    margin-right: -10px;
}

.btn-groups >.btn-light-blue{
    background-color: #3c505c;
    color: #fff;
    -webkit-transition-duration: 0.4s;
     transition-duration: 0.4s;
}


.btn-groups > .active{
    background-color: #468b31 !important;
    color: #fff;
    -webkit-transition-duration: 0.4s;
     transition-duration: 0.4s;
}

 .btn-groups >.btn-light-blue:hover{
     /*color: #000000 !important;*/
     background: #376426;
 }

 .font_bold{
     font-weight: bold;
 }

 .uploaderclass{
      margin-top: -20px;
     /*float:left;*/
     display:inline-table;
 }

 .uploaddetail_on{
    font-size: 10px;
    background: #48954b;
    color: #fff;
    margin-top: -8px;
    border-radius: 7px;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
 }
 .uploaddetail_on:hover{
    background: #d76524 !important;
    cursor: pointer;
 }

 .uploaddetail_off{
    font-size: 10px;
    background: #95311a;
    color: #fff;
    margin-top: -8px;
    border-radius: 7px;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
 }
 .uploaddetail_off:hover{
    cursor: pointer;
 }


#documentocustom_div{
    display: none;
  }


#loadingGIF{
    position:absolute;
    /*top: 50%;*/
    /*left: 50%;*/
    right: 2%;
    bottom: 2%;
    z-index:9001;
    opacity: 1;
    filter: invert(100%);
}

.overlay {
    background: #000000;
    /*display: none;*/
    width:      100%;
    height:     100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
   /*overflow-y: scroll;*/
    z-index: 9000;
    overflow: hidden;
}


.button_back{
    position: fixed;
    top: 24%;
    right: 10px;
    background-color: rgba(55, 73, 85, 0.60);
    color: #fff !important;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.button_back:active, .button_back:focus{
     color: #fff !important;
}

.button_back:hover{
    cursor: pointer;
    background-color: #374955;
    color: #fff !important;
}

.noselect{
    border: 0!important;
    background-color: white !important;
    width: 90px;
    cursor: pointer;
}

.noselect:hover, .noselect:active, .noselect:focus{
    outline: 0!important;
    box-shadow: none!important;
    cursor: pointer!important;
}

.thtext{
    color: #fff;
    width: 100px;
}

.fixed_headers thead {
    display: block;
}

.fixed_headers tbody {
    display: block;
    overflow: auto;
    max-height:350px;
}


.fixed_headers tbody::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.fixed_headers tbody::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.fixed_headers tbody::-webkit-scrollbar-thumb
{
	background-color: #a1a1a5;
	border: 2px solid #a1a1a5;
}

.numerize{
    background: #ffffff;
    padding: 7px;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid #aaa;
}
.green_color{
    color: #4b9c4f;
}
.red_color{
    color: #ff1a00;
}
.btnRiempi{
    margin-top: 28px;
    height: 33px;
    border-radius: 5px;
}
.field-logo_immagine_notlabel{
    height: 100%;
}

.noselect2{
      border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 40px !important;
    margin: -1px !important;
    /* overflow: hidden !important; */
    /* padding: 0 !important; */
    position: static;
    width: 100% !important;
}

.td_max_size{
    width: 100px;
}

.colorRow{
    background: #aabad5 !important;
}

.error_color{
     background: #a94442 !important;
     color: #fff;
}

.error_first{
    text-align: center  !important;
    max-width: 50px;
    width: 50px;
}

.rowhide{
    display: none;
}

.fe_label{
    text-align: center;
    padding: 5px;
}

.fe_fatture_bold{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.fe_fatture_color{
    font-size: 20px;
    font-weight: bold;
    color: #357132;
    margin: 0;
    padding: 5px;
}
.fe_div_label{
    background: #465e73;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

.buttontrasparent{
    background: transparent;
    border: 0;
    padding: 0;
    outline: none;
}
.buttontrasparent:hover{
    color: #1c80e2;
}


/*checkbox color*/
.containercheck {
    /*display: block;*/
    position: relative;
    padding-left: 20px;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containercheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    /*top: 30%;*/
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid #24803b;
    -webkit-transition-duration: 0.4s;
    transition: 0.4s;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark {
    background-color: #4b9c4f;
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmark {
    background-color: #24803b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containercheck .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.field-multi_payment{
  text-align: center!important;
  width: 65px;
}

.accordion_expand:hover{
    cursor: pointer;
    color: #8f1315;
}

.label_gray{
    color: #cccccc;
    font-weight: bold;
}

.btn-filter, .btn-filter:focus  {
    color: #cccccc!important;
    background-color: #fff;
    border-color: #cccccc;
    width: auto;
    border-radius: 6px;
    margin: 5px 0 3px;
    font-size: 12px;
    font-weight: bold;
}

.btn-filter:hover, .btn-filter:active {
    color: #fff!important;
    background-color: #4366b9;
    border-color: #4366b9;
    /*background-color: #2e6da4;*/
    /*border-color: #2e6da4;*/
    width: auto;
}

.button-economics .active_btn{
    color: #fff!important;
    background-color: #4366b9;
    border-color: #4366b9;
    /*background-color: #2e6da4;*/
    /*border-color: #2e6da4;*/
    width: auto;
}

.button-chart .active_btn{
    color: #fff!important;
    background-color: #4366b9;
    border-color: #4366b9;
    /*background-color: #2e6da4;*/
    /*border-color: #2e6da4;*/
    width: auto;
}


.period_container_l {
    border: 2px solid #4366b9;
    background: #4366b9;
    width: 40%;
    /*border: 2px solid #2e6da4;*/
    /*background: #2e6da4;*/
    /*width: 50%;*/
    /*padding: 3px;*/
    float: left;
    text-align: center;
    cursor: pointer;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.period_container_r .period_label{
        color: #4366b9!important;
}

.period_container_r {
    border: 2px solid #4366b9;
    background: white;
    width: 40%;
    /*border: 2px solid #2e6da4;*/
    /*background: #20426c;*/
    /*width: 50%;*/
    /*padding: 3px;*/
    float: left;
    text-align: center;
    cursor: pointer;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.period_label{
    font-size: 11px;
    color: #fff;
    width: 100%;
}

.period_span{
    font-size: 11px;
    color: #fff;
    width: 100%;
    font-weight: bold;
}


.period_date{
    -webkit-appearance: none;
    border: 0px!important;
    width: 90px;
    cursor: pointer;
    box-shadow: none!important;
    outline: none;
}

.period_date:hover, .period_date:focus, .period_date:active{
    -webkit-appearance: none;
    border: 0px!important;
    width: 90px;
    cursor: pointer;
    box-shadow: none!important;
    outline: none;
}

.daterange_hide{
    width: 0!important;
    height: 0!important;
    border: 0!important;
    margin: 0!important;
    font-size: 0!important;
    margin-top: -30px!important;
    box-shadow: none!important;
    background: transparent;
}

.scroll_table_economics{
    overflow: auto;
    display: inline-block;
    width: 100%;
    border: 2px solid #cccccc;
    padding: 10px;
}

.highcharts-container{
    width: 100%!important;
    height: 100%!important;
    text-align: center!important;
    left: 0;
    right: 0;
}

.btn_float{
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 14px;
    background: transparent;
    width: fit-content;
    border: 0;
    outline: 0;
    color: #c2c4c4;
}

.btn_float:hover, btn_float:active, btn_float:focus{
    border: 0;
    color: #2e6da4;
}


.scroller-table {
  max-height: -o-calc(100vh - 300px); /* opera */
  max-height: -webkit-calc(100vh - 300px); /* google, safari */
  max-height: -moz-calc(100vh - 300px); /* firefox */
  max-height: calc(100vh - 300px); /* firefox */
  /*max-height: 100%;*/
  overflow: scroll;
  position: relative;
  margin: 0;
  padding: 0;
}


 .tt-table-s {
  position: relative;
  border-collapse: collapse;
}

.tt-table-s td, th {
  padding: 0.25em;
}

.tt-table-s thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  background: #000;
  color: #FFF;
  border-top: 0;
}

.tt-table-s thead th:first-child {
  left: 0;
  z-index: 1;
}

.tt-table-s tbody tr th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: 0;
  background: #FFF;
  border-right: 1px solid #CCC;
}



.scroll_transparent::-webkit-scrollbar-track
{
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	background-color: transparent;
}

.scroll_transparent::-webkit-scrollbar
{
	width: 10px;
	background-color: transparent;
}

.scroll_transparent::-webkit-scrollbar-thumb
{
	background-color: #a1a1a5;
	border: 2px solid #a1a1a5;
}

.select2_text_color {
    color: #356cb4 !important;
    font-weight: bold;
}
.select2_text_color .select2-selection__rendered {
    color: #356cb4 !important;
    font-weight: bold;
}

.select2_text_color .select2-container--default .select2-selection--single .select2-selection__arrow b{
     border-color: #356cb4 transparent transparent transparent;
}

.select2_text_color .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
     border-color:  transparent transparent #356cb4 transparent;
}

.bozza_label{
    background: rgba(194, 107, 0, 0.61);
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    text-align: left;
}
.bozza_label:hover{
    cursor: pointer;
}

.processamento_label{
    background: rgba(92, 99, 182, 0.62);
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    text-align: left;
}
.processamento_label:hover{
    cursor: pointer;
}

.lavorazione_label{
    background:  rgba(27, 47, 137, 0.62);
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    text-align: left;
}
.lavorazione_label:hover{
    cursor: pointer;
}

.pending_label{
    background: rgba(137, 152, 22, 0.61);
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    text-align: left;
}
.pending_label:hover{
    cursor: pointer;
}

.consegnato_label{
    background: rgba(18, 137, 8, 0.49);
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    text-align: left;
}
.consegnato_label:hover{
    cursor: pointer;
}

.transito_label{
    background: #568c92;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    text-align: left;
}
.transito_label:hover{
    cursor: pointer;
}

.annullato_label{
    background: #dc5151;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    text-align: left;
}
.annullato_label:hover{
    cursor: pointer;
}

.pronto_invio_label{
    background: rgba(137, 152, 22, 0.61);
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    text-align: left;
}
.pronto_invio_label:hover{
    cursor: pointer;
}

.reposition_status{
    float: right;
    margin-top: 3px;
}


.iconStatus{
    margin-left: 5px;
}

.no-border, .no-border th,.no-border td{
    border:0px !important;
}
.start-border{
    border-top: 2px solid #b7b5b5 !important;
    border-left: 2px solid #b7b5b5 !important;
}
.end-border{
    border-bottom: 2px solid #b7b5b5 !important;
    border-left: 2px solid #b7b5b5 !important;
}
.start-border th,.start-border th{
    border-top-width:2px !important;
    border-top-style: solid!important;
    border-top-color:#b7b5b5 !important;
}
.end-border th,.end-border th{
    border-bottom-width:2px !important;
    border-bottom-style: solid!important;
    border-bottom-color:#b7b5b5 !important;
}
.start-border th,.end-border th{
    border-left-width:2px !important;
    border-left-style: solid!important;
    border-left-color:#b7b5b5 !important;
}
.start-border td:last-child,.end-border td:last-child{
    border-right-width:2px !important;
    border-right-style: solid!important;
    border-right-color:#b7b5b5 !important;
}

.dataTables_length .input-sm{
    line-height: 10px;
}

.pagination a{
    color: #989898;
}

.dataTables_length{
    width: fit-content;
    float: left;
}

.paging_simple_numbers{
 float: right;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border-bottom: none;
}

table.dataTable tbody th, table.dataTable tbody td{
    padding: 0px 5px;
}

table.dataTable thead th:first-child{
    z-index: 101!important;
}

table.dataTable tbody td:first-child{
    position: sticky;
    left: 0;
    background: #fff;
}

.conteiner_select_2_datatable{
    width: 99.9%;
    height: 32px;
    box-shadow: 5px 5px 5px #aaaaaa;
    text-transform: uppercase;
    border-bottom: 0px;
    background: #fff;
}

.row_expand:before{
    position: absolute;
    top: 50%;
    left: 5px;
    width: 9px;
    height: 16px;
    margin-top: -8px;
    font-family: "Font Awesome 5 Free";
    font-style: 16px;
    color: rgb(255, 255, 255);
    content: "\f0d7";
    transition: all .3s ease;
}

.show_tr{
    display: none;
}

.row_expand:hover{
    cursor: pointer;
}

.row_expand.open:before{
    transform: rotate(-180deg);
}

.slot_bar{
    height: 4px;
    background: #c9f9c0;
}

.trasporto_andata{
    width: 100%;
    height: 24px;
    border: 1px solid #d0d0d0;
    background: #fff;
    float: left;
    margin-right: 5px;
    margin-left: 3px;
    padding: 2px;
    border-radius: 10px;
}

.trasporto_andata_inner{
    /*width: 0%;*/
    height: 18px!important;
    /*background: #1fb311;*/
    border-radius: 10px;
    border: 0!important;
    margin-left: 0!important;
}

.sliderBar-progress{
    width: 0%;
    -webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}

.text_percent_progressbar{
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    /*font-size: 1vh;*/
    /*margin-top: 2px;*/
}

.text_percent_progressbar:hover{
    cursor: pointer;
}

.indicatore_reposition_status{
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}


.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  margin: 0;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #98a8c2;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #98a8c2;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  background: #ffffff;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.tabset{
   background: #dfdfdf;
}

.circle-ordine{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 5px;
}

.circle-ordine.green{
    background: #00dd1c;
}

.circle-ordine.red{
    background: #c31b2b;
}

.bootstrap-dialog .modal-footer{
    text-align: center;
}

.bootstrap-dialog .modal-content{
    width: 600px;
}


