/*color : 08C493*/

body.active .form-succes-load {
    display: flex !important;
}

.AdminLogo {
    text-decoration: none;
}

#PageLogo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 140px;
}

.form-succes-load {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  z-index: 99999999;
  justify-content: center;
  align-items: center;
}

.form-succes-load img {
    width: 50px;
}

.SendByEmailNoBottom label {
    margin-bottom: 0 !important;
}

.SearchPanelBox {
    display: none;
    height: auto;
}

.SearchPanelBox.Show {
    display: block;
}

.SelectPanel {
    display: none;
    height: auto !important;
}
.SelectPanel.Show {
    display: block;
}

.InfoPanel {
    visibility: hidden;
}
.InfoPanel.Show {
    visibility: visible;
    height: auto;
}

.PanelText.Show {
    height: auto !important;
}

.MessageDate {
    top: 45px !important;
}

.MessageItem {
    cursor: pointer;
}

.SeenIcon {
    display: none;
}

.PaddingRight50 {
    padding-right: 50px !important;
}

.MaxHeight550 {
    max-height: 550px;
}

.MaxHeight800 {
    max-height: 800px;
}

.form-error {
    text-align: center;
}

.has-error-input {
    border-color: red !important;
}

.has-error-text {
    color: red !important;
}

.ErrorMsg {
    color: red !important;
}

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}
.info-msg {
  color: #059;
  background-color: #BEF;
}
.success-msg {
  color: #270;
  background-color: #DFF2BF;
}
.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}
.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}

.form-error p {
    margin-top:10px;
    margin-bottom:0;
    color:red;
}

.PriceTitle.PriceSmaller {
    font-size: 14px !important;
}

.ItemCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.AddDeviceBtnLink {
    border-bottom: 0 !important;
}
.AddDeviceBtnLink:before {
    display: none !important;
}
.AddDeviceBtnLink:after {
    display: none !important;
}

.DevicesProducts {
    display: none;
}

.SelectNone {
    display: block;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.SearchBlock .SearchPanel .Item.Date {
    width: 135px;
}

.SearchBlock .SearchPanel .Item {
    width: 250px;
}

.Calendar {
    position: relative;
}

.Calendar input {
    height: 42px;
    font-size: 15px;
    line-height: 42px;
}

.FilterSelect {
    position: relative;
}

.FilterSelect svg {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.FilterSelect select {
    height: 42px;
    font-size: 15px;
    border: 1px solid #C1C1C1;
    border-radius: 5px;
    line-height: 42px;
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.FilterSelect select::-ms-expand {
    display: none;
}

.ExtraItem input[type="radio"] {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: none;
    position: absolute;
    left: -99999px;
}

.DirectItem label {
    padding: 18px 110px 18px 30px !important;
    border: 2px solid white;
}

.DirectItem label:hover {
    background: white;
    border: 2px solid transparent;
    box-shadow: 0 0 5px rgba(44, 45, 65, 0.13);
}

.DirectItem input[type="radio"]:checked+label {
    background: white;
    border: 2px solid #08C493;
}

.PurchaseForm h2{
    font: 38px;
    font-weight: bold;
    margin-bottom: 10px;
}

.PurchaseForm .Left .Image {
    background-color: white;
    border-radius: 30px;
}

.PurchaseForm .Right {
    min-height: auto !important;
}

.PurchaseForm .Left .Image img {
    width: 85%;
    padding: 30px 0;
}

.SpecPNDiv {
    color: #A0A0A0;
    font-weight: 400;
    margin-bottom: 15px;
}

.SpecPN {
    font-weight: 400;
}

.PurchaseForm .Name {
    margin-bottom: 10px;
}

.InfoBlock a {
    text-decoration: none !important;
}

.InputBlock .row {
    margin: 0;
}

.InfoProfileAvatar {
    width: 175px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
}

.avatar_upload_file {
    display: none;
}
.custom-file-upload {
    color: #A7B3BF;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.NewCategoryProducts {
    max-width: 600px;
    margin: 0;
    padding: 0;
}

.AddProductVariantDialog {
    max-width: 100% !important;
    padding: 0 !important;
    overflow: hidden;
}

.AddProductVariantDialog .RadiosBlock {
    margin-top: 0;
    float: none;
    padding: 0;
    margin-bottom: 20px;
}

.NoDecoration {
    text-decoration: none;
}

.ArticlesDialog {
    max-width: 100% !important;
    padding: 0 !important;
}

.Bool {
    cursor: pointer;
}

.fancybox__backdrop {
    background: rgba(255, 255, 255, 0.92) !important;
}

.BreakText {
    word-break: break-all;
}

.NavProducts {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 1fr;
    grid-gap:10px;
    margin: 30px 0 20px 0;
}

@media (max-width: 768px) and (min-width: 501px) {
   .NavProducts {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 1fr;
        grid-gap:10px;
        margin: 30px 0 20px 0;
    } 
}

@media (max-width: 500px) {
   .NavProducts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 1fr;
        grid-gap:10px;
        margin: 30px 0 20px 0;
    } 
}

.NavProductsBox {
    border-radius: 8px;
    cursor: pointer;
    background: white;
    border: 1px solid #DFDFDF;
    transition: border .3s;
}

.NavProductsBox.active {
    border: 1px solid #08C493;
}

.NavProductsBox:hover {
    border: 1px solid #08C493;
}

.NavProductsBox a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 15px;
    font-weight: bold;
    text-decoration: none;
}