body{
  background-color: whitesmoke;
size:auto;
}
.footer{
  font-size: small;
  text-align: center;
  margin-top: 50px;
  border-top: darkgray thin solid;
  background-color: lightgray;
}

.footer_sticky {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: gray;
  color: white;
  text-align: center;
  font-size: small;
}

.small-field{
  height: 30px; 
  font-size: small;
}

.lot-card-label{
  color: black;
  /* color: rgb(95, 95, 95); */
   font-weight: bold; 
   font-size: small;
}
.lot-card-field{
  color: #1779ba;

}
.lot-card-underline{
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  border-bottom-width: thin;
  /* font-size: large; */
}

.lot-card_descr{
  /* background-color: beige; */
  /* background-color: #F2E5DD; */
  background-color: #F2E5DD;
  color: darkslategray;
  /* font-size: small; */
  /* font-style: italic; */
  /* padding-left: 40px; */
  position: relative;
  padding-left: 10px;
}
.lot-card_descr::after{
  content: ''; 
  position: absolute;
  left: -30px; top: 15px;
  /* border: 10px solid transparent; */
  border: 10px solid transparent; 
  border-right: 20px solid #F2E5DD;
  /* border-left: 20px solid green; */
}

.topmenu{
  font-family: Impact, Charcoal, sans-serif;
}

.menuitem_create{
  color: green;
  font-weight: bold;
}
.boxshadow{
  /* box-shadow: 0px 0px 3px 1px rgb(23, 121, 186,0.62); */
  box-shadow: 0px 0px 3px 1px;
}

.bottomleftshadow{
  box-shadow: 2px 2px 3px 1px silver;
}

.bottomleftshadow:hover{
  background-color: whitesmoke;
}

.boxshadow-primary{
  box-shadow: 0px 0px 3px 2px rgb(23, 121, 186,0.62);
}
.anotate{
  padding-left: 10px;
  border-left-color: silver;
  border-left-width: 5px;
  border-left-style: solid;
  border-bottom-color: silver;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  }

.round{
  border-radius: 5rem;
}

.rowanul{
  text-decoration: line-through;
}

.lot-callout{
  font-size: small;
}
.lot-fld-name{
  color:#8a8a8a;
  font-weight: bold;
  font-size: small;
}
.lot-fld-name-important{
  color: darkred;
}
.share_form .caption{
  font-weight: bold;
  font-size: small;
  color: #8a8a8a;
  margin-top: -15px;
  margin-left: -10px;
}
.fieldset legend{
  color: #8a8a8a;
  font-weight: bold;
  font-size: small;
  
}

.unactual_table td{
background-color: #f8f8f8;
}
.unactual_table {
  color: #8a8a8a;
}
.unactual_table thead{
  color: #8a8a8a;
}


.table_share{
  font-size: small;
}
.table_share .rowselected{
   /* color: indigo; */
   color: darkslategray;
   font-weight: bolder;
   background-color: rgb(253, 239, 214);
   /* color: darkslategray; */
}

.table_share .fotter 
{
  font-weight: bolder;
  color: darkred;
}
.table_share .sub_summary{
  background-color: rgb(240, 240, 240);
color: darkslategray;
  font-size: large;
}

.btn-pay-confirm{
  color: aliceblue;
}

/* .table-expand {
    margin-top: 5rem;
  }  */
  
  .table-expand td {
    color: #8a8a8a;
  }
  
  .table-expand tr {
    border: 1px solid #e6e6e6;
  }
  
  .table-expand .text-right {
    padding-right: 3rem;
  }
  
  .table-expand-row.is-active .expand-icon::after {
    content: '-';
  }
  
  .table-expand-row .expand-icon::after {
    content: '+';
    float: right;
  }
  
  .table-expand-row-content {
    display: none; 
  }
  
  .table-expand-row-content.is-active {
    display: table-row;
    -webkit-animation: fadeIn ease-in 1;
            animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
  }
  
  .table-expand-row-nested {
    background-color:  #e6e6e6;
    /* background-color:  #e6e6e6; */
  }
  
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
/**********************/
  
.checkout-summary {
    /* max-width: 500px; */
    background-color: #fefefe;
  }
  
  .checkout-summary img{
    max-width: 200px;
    border-radius: 20%;
    /* box-shadow: 0 0 8px 8px white inset; */
  }

  .checkout-summary-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem;
    border: 1px solid #e6e6e6;
  }
  
  .checkout-summary-item {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e6e6e6;
  }
  
  .checkout-summary-item .item-name,
  .checkout-summary-item .item-price {
    padding: 0 1rem;
  }
  
  .checkout-summary-item .item-name p,
  .checkout-summary-item .item-price p {
    margin: 0;
    padding: 0;
  }
  
  .checkout-summary-item .title {
    font-weight: bold;
  }
  
  .checkout-summary-details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-top: none;
  }
  
  
  .comment{
    font-size: small;
  }

  .cabinet_debit{
    color: tomato;
  }

  .cabinet_credit{
    color: teal;
  }

  .cabin-bag{
    margin-bottom: 50px;
  }
  .cabin-bag .total-sum{
    font-size: large;
 
  }
  .cabin-bag .bag-label{
    color: darkslategray;

  }

  .cabin-bag .bag-sum{
    color: green;
  }
  
  .cabin-bag .bag-credit{
    color: red;
  }

  .cabinet_title .title{
    font-size: large;
    padding: 5px;
  }

  .cabinet_title .title i{
margin-left: 10px;
margin-right: 10px;;
  }

  .breadcrumbs .menu_selected{
    font-weight: bold;
  }

  /*форма логина*/

  /*
.floated-label-wrapper {
  position: relative;
}

.floated-label-wrapper label {
  background: #fefefe;
  color: #1779ba;
  font-size: 0.75rem;
  font-weight: 600;
  left: 0.75rem;
  opacity: 0;
  padding: 0 0.25rem;
  position: absolute;
  top: 2rem;
  transition: all 0.15s ease-in;
  z-index: -1;
}

.floated-label-wrapper label input[type=text],
.floated-label-wrapper label input[type=email],
.floated-label-wrapper label input[type=password] {
  border-radius: 4px;
  font-size: 1.75em;
  padding: 0.5em;
}

.floated-label-wrapper label.show {
  opacity: 1;
  top: -0.85rem;
  z-index: 1;
  transition: all 0.15s ease-in;
}
*/
/*конец форма логина*/