
/*## loading ##*/

#loader-wrapper2 {
text-align:center
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader2 {
text-align:center
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    margin: -0 auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; / Chrome, Opera 15+, Safari 5+ /
          animation: spin 2s linear infinite; / Chrome, Firefox 16+, IE 10+, Opera /
}

    #loader2:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; / Chrome, Opera 15+, Safari 5+ /
          animation: spin 3s linear infinite; / Chrome, Firefox 16+, IE 10+, Opera /
    }

    #loader2:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; / Chrome, Opera 15+, Safari 5+ /
          animation: spin 1.5s linear infinite; / Chrome, Firefox 16+, IE 10+, Opera /
    }

/**/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; / Chrome, Opera 15+, Safari 5+ /
          animation: spin 2s linear infinite; / Chrome, Firefox 16+, IE 10+, Opera /
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; / Chrome, Opera 15+, Safari 5+ /
          animation: spin 3s linear infinite; / Chrome, Firefox 16+, IE 10+, Opera /
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; / Chrome, Opera 15+, Safari 5+ /
          animation: spin 1.5s linear infinite; / Chrome, Firefox 16+, IE 10+, Opera /
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  / Chrome, Opera 15+, Safari 3.1+ /
            -ms-transform: rotate(0deg);  / IE 9 /
            transform: rotate(0deg);  / Firefox 16+, IE 10+, Opera /
        }
        100% {
            -webkit-transform: rotate(360deg);  / Chrome, Opera 15+, Safari 3.1+ /
            -ms-transform: rotate(360deg);  / IE 9 /
            transform: rotate(360deg);  / Firefox 16+, IE 10+, Opera /
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  / Chrome, Opera 15+, Safari 3.1+ /
            -ms-transform: rotate(0deg);  / IE 9 /
            transform: rotate(0deg);  / Firefox 16+, IE 10+, Opera /
        }
        100% {
            -webkit-transform: rotate(360deg);  / Chrome, Opera 15+, Safari 3.1+ /
            -ms-transform: rotate(360deg);  / IE 9 /
            transform: rotate(360deg);  / Firefox 16+, IE 10+, Opera /
        }
    }

/**/


div.sidebar-sticky a .svg-inline--fa{
  font-size: 18px;
}


#ms-idvCard{
  display: block;
  margin: 0 auto;
}

.sidebar-sticky .feather{
  width: 18px;
  height: 18px;
}

.dotGreen:before {
  content: '';
  height: 10px;
  width: 10px;
  background-color: #24983E;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.dotOrange:before {
  content: '';
  height: 10px;
  width: 10px;
  background-color: #ff8000;
  border-radius: 50%;
  display: inline-block;
 /* margin-right: 0px;*/
}

.dotRed:before {
  content: '';
  height: 10px;
  width: 10px;
  background-color: #d10e0e;
  border-radius: 50%;
  display: inline-block;
  /*margin-right: 5px;*/
}

.dotGrey:before {
  content: '';
  height: 10px;
  width: 10px;
  background-color: #343A40;
  border-radius: 50%;
  display: inline-block;
  /*margin-right: 5px;*/
}

.textGreen{
  color: #24983E;
}

.textRed{
  color: #d10e0e;
}

.textGrey{
  color: #343A40;
}

button.newOperation{
  display: block;
  margin: 0 auto;
}

button.newOperation .fa-id-card-alt,
button.newOperation .fa-envelope-open-text{
  font-size:50px;
}


input.error,
select.error,
textarea.error{
  border-color:#c60303;
}


.error{
  color:#c60303;
}

/*## tooltip ##*/
.boxTool .tooltip-inner{
  font-size: 13px;
  color: #0c5460;
  min-width: 700px;
  background-color: #D1ECF1;
  border: 1px solid #17A2B8;
  padding: 15px;

}

#boxInfo{
  width: auto;
  display: flex;
  align-items: center;
}
#boxInfo > div{
  display: flex;
}

#boxInfo .nomeProd{
  justify-content: left;
  width: 400px;
}

#boxInfo .prezzoProd{
 justify-content: right;
 width: 150px;
}

#boxInfo .qtaProd{
 justify-content: center;
 width: 100px;
}

#boxInfo .qtaProd span{
  text-align: left;
}

#boxInfo .nomeProd span{
  font-weight: 900;
  color: #0C5460;
}




.boxTool{
  background-color: inherit !important;
}

#frm_scontoPerc-error {
  display: block;
  position: absolute;
  top: 30px;
}


#bustaOrdine a {
  color:#ffffff !important;
}

#shortCut .box{
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #000000;
  text-align: center;
  margin:5px;
  background-color: #D1ECF1;
}

#shortCut .box .bx{
  vertical-align: middle;
}

#shortCut .box .svg-inline--fa{
  margin: 0 auto;
  display: block;
  font-size: 30px;
}


.fa-lock{
  color:#0C5460;
}

.fa-unlock{
  color:#24983E;
}

#loader-wrapper2 {
text-align:center
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader2 {
text-align:center
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    margin: -0 auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader2:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader2:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

/**/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

/**/