/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Author     : scianot
*/

html {
  min-height: 100%;
  position: relative; }

body {
  height: 100%;
  position: initial; }

.commerce-reports-dashboard-section .row {
  margin: 0; }

.form-item-commerce-discount-fields-commerce-discount-offer-und-form-type label[for="edit-commerce-discount-fields-commerce-discount-offer-und-form-type-free-products"] {
  display: none !important; }

.attivo {
  font-weight: bold;
  background-color: #91b5ce; }

td.Attivo {
  background-color: #0080007a; }

td.Bloccato {
  background-color: #d41931;
  color: white; }

li.cart {
  background-color: #1d5e9682; }

.devgroup-table td.servizio_erogato, li.servizio_erogato {
  background-color: #0080007a; }

.devgroup-table td.in_attesa_di_conferma, li.in_attesa_di_conferma {
  background-color: #ff000052; }

.devgroup-table td.completed, .devgroup-table td.consegnato_a_domicilio, .devgroup-table td.consegnato_presso_ndv, .devgroup-table td.consegnato_presso_welfare, li.completed, li.consegnato_a_domicilio, li.consegnato_presso_ndv, li.consegnato_presso_welfare {
  background-color: #0080007a; }

.devgroup-table td.canceled, li.canceled {
  background-color: #af03037d; }

.devgroup-table td.spedito, li.spedito {
  background-color: #0080003d; }

.devgroup-table td.processing, li.processing {
  background-color: #ff980094; }

.devgroup-table td.confermato_pagato, .devgroup-table td.confermato_contrassegno, li.confermato_pagato, li.confermato_contrassegno {
  background-color: #0080001c; }

.devgroup-table td.confermato_attesa_pagamento, li.confermato_attesa_pagamento {
  background-color: #ffc10742; }

.devgroup-table td.pending, li.pending {
  background-color: #ffc1077d; }

.page-admin-commerce-reports .breadcrumb {
  display: none; }

.view-id-ordini_utente li {
  list-style-type: none;
  text-align: center; }

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

.font-16 {
  font-size: 16px; }

.font-18 {
  font-size: 18px; }

.font-20 {
  font-size: 20px; }

.font-24 {
  font-size: 24px; }

.font-36 {
  font-size: 36px; }

.bold {
  font-weight: bold; }

a {
  color: #0099d5; }

.bg-white {
  background-color: white; }

.half-lateralpadding {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.half-padding-left {
  padding-left: 7.5px; }

.half-padding-right {
  padding-right: 7.5px; }

.border-bottom {
  border-bottom: 1px solid lightgray;
  margin-bottom: 20px; }

#devgroup-sidebar {
    z-index: 1;
  width: 230px;
  /*    position: absolute;*/
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #1d5e96;
  border-right: 1px solid #1d5e96;
  top: 0;
  padding-left: 25px;
  padding-right: 0px;
  padding-top: 40px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  overflow: hidden; }
  #devgroup-sidebar ul.scrollablemenu {
    width: 100%;
    height: 70%;
    overflow-y: scroll;
    padding-right: 12px;
    box-sizing: content-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  #devgroup-sidebar #logo {
    /*max-width: 100%;*/
    width: 100%; }
  #devgroup-sidebar h2 {
    text-align: center;
    color: #b3d72f;
    font-weight: 400;
    font-size: 16px; }
  #devgroup-sidebar ul {
    padding: 0; }
  #devgroup-sidebar li {
    color: white;
    text-align: right;
    list-style-type: none;
    border-bottom: 1px solid #d1d1d1;
    padding-top: 25px; }
  #devgroup-sidebar li a {
    color: white;
    text-decoration: none;
    white-space: nowrap;
    padding-right: 15px; }
  #devgroup-sidebar li a:hover{
    color: #1d5e96;
  }
  
  #devgroup-sidebar li.leaf a:hover {
    font-weight: bold; 
    color:#1d5e96;
  }
  #devgroup-sidebar li.active a {
    font-weight: bold; 
    color:#1d5e96;    
    background-color: #eeeeee;
  }
  #devgroup-sidebar .last0 {
    position: absolute;
    bottom: 75px;
    left: 25px;
    right: 0px; }
  #devgroup-sidebar .last1 {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 0px; }
  #devgroup-sidebar .separator {
    margin-top: 40px; }
#devgroup-sidebar li.last1 a:hover{
    color: white!important;
    text-decoration: underline!important;
  }
body.devgroup-sidebar-invisible #devgroup-sidebar {
  width: 0;
  padding: 0;
  overflow: hidden;
  /*    left:-99999999px; */
  color: transparent;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

body #custom-menu-toggle {
    display: inline-block;
    color: #01477a;
    font-size: 20px;
    /* border: 1px solid #01477a; */
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0px 1px 3px grey;
    margin: 5px;
    line-height: 0;
    cursor:pointer;
}
body #custom-menu-toggle:hover {
box-shadow: 0px 1px 5px grey;
}
/*@media (min-width: 768px) {
    body #custom-menu-toggle {
        display:none;
    }
}*/

#devgroup-container {
  margin-left: 230px; 
-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#devgroup-container .main-container.container {
  margin-top: 20px; }

.nolateralpadding {
  padding-left: 0;
  padding-right: 0; }

.nolateralrmargin {
  margin-left: 0;
  margin-right: 0; }

body.devgroup-sidebar-invisible #devgroup-container {
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.path-user h4.label{
  color:black;
}
.border-bottom {
  border-bottom: 1px solid lightgray;
  padding-bottom: 5px; }

.linkblu {
  color: #0099d5; }

.addbullet:before {
  content: "\2022";
  color: #777777; }

.btn {
  border-radius: 0px;
  font-weight: bold;
  font-size: 12px;
  padding: 8px 30px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #c7c7c7;
  cursor: pointer;
  line-height: 1.42857143;
  margin-bottom: inherit;
}
.nobottom{
  margin-bottom:0;
}
.btn:hover {
  text-decoration: none; }

.bigbutton {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 30px;
  display: inline-block;
  color: #0099d5;
  background-color: white;
  border: 1px solid #c7c7c7;
  cursor: pointer;
  line-height: 1.42857143;
  margin-bottom: 15px; }

.bigbutton:hover {
  color: #0099d5;
  text-decoration: none; }

.bigbutton.oneline {
  padding: 13.5px 30px; }

.transform_annulla {
  text-decoration: none !important; }

.gray_color, a.gray_color {
  color: gray; }

.warning_color, a.warning_color {
  color: #d41931; }

.green_color, a.green_color {
  color: limegreen; }

.gray_color:hover, a.gray_color:hover {
  color: #333; }

.warning_color:hover, a.warning_color:hover {
  color: #d41931; }

.green_color:hover, a.green_color:hover {
  color: limegreen; }

.btn:hover, .bigbutton:hover {
  color: white;
  /* background-color: #0099d5; */
 }

.btn.gray_color:hover, .bigbutton.gray_color:hover {
  color: #333;
  color: white;
  background-color: gray; }

.btn.warning_color:hover, .bigbutton.warning_color:hover {
  color: #d41931;
  color: white;
  background-color: #d41931; }

.btn.green_color:hover, .bigbutton.green_color:hover {
  color: limegreen;
  color: white;
  background-color: limegreen; }

.blubutton {
  background-color: rgba(0, 182, 255, 0.7);
  color: white;
  border: 1px solid rgba(0, 182, 255, 0.7); }

.blubutton:hover {
  background-color: #00b6ff;
  color: white;
  border: 1px solid #00b6ff;
  /*#d41931*/
  text-decoration: none; }

.warningbutton {
  background-color: rgba(212, 25, 49, 0.7);
  color: white;
  border: 1px solid rgba(212, 25, 49, 0.7); }

.warningbutton:hover {
  background-color: #d41931;
  color: white;
  border: 1px solid #d41931;
  /*#d41931*/
  text-decoration: none; }

.disabled {
  opacity: 0.7 !important; }

.btn-tmp-hidden .bigbutton {
  display: none; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.page-header .bigbutton {
  float: right; }

.page-header {
  padding-top: 30px;
  background-color: white;
  margin-bottom: 0px; }

.devgroup-table thead {
  background-color: #cde5ef; }
.devgroup-table thead > tr > th, .devgroup-table thead > tr > th.active {
  border-bottom: 0;
  background-color: #cde5ef !important;
  white-space: nowrap; }
.devgroup-table a {
  color: #0099d5; }
.devgroup-table .color1 {
  background-color: #f9f9f9 !important; }
.devgroup-table .color1:hover {
  background-color: #f5f5f5 !important; }
.devgroup-table .color0 {
  background-color: transparent !important; }
.devgroup-table .color0:hover {
  background-color: #f5f5f5 !important; }

.devgroup_pagamento {
  background: #1d5e96;
  border-radius: 10px;
  padding: 4px; }

.form-control,
span.input-group-addon {
  border-radius: 0px; }
  .blocco {
    border: 1px solid transparent;
    padding: 15px;
    box-shadow: 0px 2px 2px grey;
}
.blocco:hover {
    border: 1px solid lightgray;
    /* padding: 15px; */
    box-shadow: 0px 2px 15px grey;
}
.triangle{
    width: 0;
    height: 0;
    margin-top: 4px;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #268dfc;
}


input[name="valido_fino_al[0][value][time]"]{
  display:none!important;
}

/*all container size - $sidebarwidth */
@media (min-width: 768px) {
  .container {
    width: 550px; }

  body.devgroup-sidebar-invisible .container {
    width: 750px; }

  .only-md {
    display: none; } }
@media (min-width: 992px) {
  .container {
    width: 770px; }

  body.devgroup-sidebar-invisible .container {
    width: 970px; }

  .only-md {
    display: block; } }
@media (min-width: 1200px) {
  .container {
    width: 970px; }

  body.devgroup-sidebar-invisible .container {
    width: 1170px; }

  .only-md {
    display: none; }

  .customer_column {
    min-height: 770px; } }


