/*--- COLORS --*/

.field-validation-error{
    color:red;
}

/*--------------*/
/* --- TABS --- */
/*-- old version nav tabs -*/

.tab-content.Card, .tab-content.Shares, .tab-content.Contacts,
.tab-content.Company, .tab-content.Program, .tab-content.Gifts, .tab-content.Bonuses {
    background: #fff;
    padding: 15px;
    margin-top: 7px;
}
.tab-content {
    padding: 5px;
    border-radius: 5px;
    background-color:transparent;
}
.tab-pane {
    margin-bottom: 10px;
}
.tab-pane .tab-content {
    min-height: 100px;
}

.tab-content.Content {
    background-color:#FFF;
    padding: 15px;
}

.tab-content.Content p {
    padding-bottom: 1px;
    margin-bottom: 5px;
}
.tab-content.Content ul {
    padding-left: 15px;
    margin-left: 15px;
}

.k-widget.k-dropdown.k-header {
    width: 100%;
}
/*----- new version tab panes 23 june 2023------ */
.tab-content.HTMLContent {
    background: #fff;
    padding: 15px;
    margin-top: 7px;
}

.tab-content.HTMLContent ul {
    padding-left: 25px;
}
.tab-content.HTMLContent p {
    margin-bottom: 4px;
}

/*---------LOGIN FORM---------------------*/
.login-page {
    width: 100%;
    padding: 8% 0 0;
    margin: 0 0 0 0;
}
.as-label .title {
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
.logoLoginWindow img {
    width: 150px;
}
.form {
    border-radius: 0.4rem;
}

.form button, .form input {
    border-radius: 0.3em;
    margin: 5px 0 5px;
}
.text-danger {
    margin: 5px 0 0 0;
}
.modal-body {
    padding: 0.7rem;
}
.btn {
    padding: 0.375rem 0.375rem;
}
@media screen and (max-width: 768px){
    .form button, .form input {
        font-size: 18px;
        font-weight: 600;
        }
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#svezhov-reg {
    border-radius: 0.3em;
}
#login-way ul li.active {
    border-radius: 0.3em;
}
/*----- NAVIGATE MENU TABS------------------------- */

.nav-link {
    color: #0275d8;
    font-weight: 600;
}
.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-radius: 0.3rem;
    margin-right: 2px;
}
.nav-tabs .nav-link:hover {
    background: #eee;
    color: #0275d8;
    font-weight: 600;
}
.nav-tabs .nav-link.active {
    color: #0275d8;
    background: #ebebeb;
}
.nav-tabs {
    border-bottom: 0px;
    margin-bottom: 1px;
    margin-top: 1px;
}

/* -------------HEADER------------------------- */
.headerNavRow {
    width: 100%;
}
.navbar-brand img {
    width: 120px;
    background: none;
    padding: 0px;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: center;
    flex-direction: column;
}

#navbarNav.show .user-name {
    padding-left: 0px;
}

.navbar.navbar-toggleable-md.navbar-light.bg-faded {
    border-bottom-width: 0px;
    box-shadow: 0 0.5px 1px rgba(34,36,43,.06), 0 1.5px 2px rgba(34,36,43,.04), 0 3px 4px rgba(34,36,43,.03), 0 5px 10px rgba(34,36,43,.02);
    width: 100%;
    
}

/* ------ MIDDLE and LARGE screen ----*/

.logoutMax {
    margin: 10px 0%;
    text-align: right;
}
.fa-sign-out {
    font-size: 32px;
}


@media (min-width: 768px){
    .navbar-toggleable-md .navbar-toggler {
        display: none;
    }
    .logoutMax{
        display: block;
    }
    .menu-sign-out{
        display: none;
    }
    .menuMobileBtn{
        display: none;
    }
    .navbar {
        padding-top: 5px;
        padding-bottom: 5px;
    }

}

/*------------- MOBILE MENU --------- */
.menu-sign-out-button{
    display: none;
}

@media screen and (max-width: 768px){
    .navbar .navbar-collapse {
        margin-top: 10px;
    }
    .logoutMax{
        display: none;
    }

    .navbar {
        margin-bottom: 0px;
        padding-top:5px;
        padding-bottom:5px;
    }
    #tabs .nav-item .nav-link {
        font-size: 20px;
        padding: 7px;
    }
    .container {
        width: 95%;
    }
    .logoutMobile{
        display: block;
    }
    .menu-sign-out {
        padding-left: 250px;
    }
    .menu-sign-out a{
        /*font-size: 16px;*/
        color: #aaa;
    }
}

@media screen and (max-width: 680px){
    .navbar {
        padding-left: 10px;
        padding-right:0px;
    }
    #clientBalanceDiv {
        font-size: 16px;
    }
    .container {
        width:98%;
        padding-left: 5px;
        padding-right: 5px;
    }
}

/*-------- buter --------- */

.navbar-expand-lg {
    justify-content: right;
}
      
.navbar-toggler-icon {
    width: 2.5rem;
    height: 2.5rem;
}
.logoTop {
    max-width: 200px;
    width: auto;
}
/* --- icon sign out --- */
.fa-sign-out {
    font-size: 24px;
    color: #777;
}
.navbar-light .navbar-toggler {
    border-color: #777;
    border-width: 0px;
}

/*------------- LEFT BLOCKs ------------*/
.container-sidebar {
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #eeeeeea6;
    border-radius: 6px;
    margin-bottom: 7px;
    margin-top: 7px;
}
.sidebar-content{
    border-radius: 8px;
}
 
/*--- PROFILE block---*/
@media screen and (max-width: 768px){
    .profileBalance #ChangePass a {
        font-size: 18px;
        text-decoration: none;
     }
     .close {
        font-size: 2rem;
     }
    /*
    .profileBalance #balanceData {
        display: none;
    }/*
    
    /*.profileBalance #bonusCard, */ .profileBalance #discountCard {
        display: none;
    }
} 
@media screen and (min-width: 768px){
    #walletData img {
        display: none;
    }
}
.profileBalance #walletInfo #walletData .cardCode{
    padding-top: 6px;
    padding-bottom: 6px;
}
/*--- end profile --- */

.form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}


/*--- MAIN BLOCK CONTENT ------- */
.container-body {
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #eeeeeea6;
    border-radius: 6px;
}

/*----------------- FOOTER ------------------- */
footer {
    padding-top: 10px;
    padding-bottom: 15px;
    background: #e4eaef;
    margin-top: 10px;
    width: 100%;
}
.footer {
    background: #e4eaef;
}

.nav.justify-content-end.footer-phone.bottom {
    display: block;
    float: none;
    border-top-width: 0px;
    padding: 10px;
}
    #bottom-menu {
        margin-bottom:5px;
     }


@media screen and (max-width: 768px){
    #bottom-menu {
       display: block;
     }
    #bottom-menu .nav-item .nav-link {
       font-size: 1.15em;;
       padding-left: 20px;
       /*padding-top: 0px;*/
       padding-bottom: 0px;
     }
}

footer .footer-phone i, footer .footer-phone span {
    color: #d2d2d2;
    font-size: 20px;
    padding-top: 8px!important;
}
.phoneFooter {
    padding-left: 15px;
    padding-top: 0px;
}
.phoneNum {
    padding-left: 5px;
}
.dev {
    padding-right: 20px;
}
.nav-fill .nav-item, .nav-fill>.nav-link {
    text-align: left;
}

/*-----------------------------------------------*/
.control-group {
    margin-bottom: 8px;
}
.h3, h3 {
    font-size: 1.5rem;
}
/*------------------- GRIDs ----------------- */

.k-header {
    border-color: #ddd;
    background: #fff;
}
.k-widget {
    border-color: #fff;
    box-shadow: none;
}
/*.k-grid table {
    padding-bottom: 10px;
}
*/

.k-grid tr td {
   padding: 4px;
   font-size: 12px;
}

/*-- colored bonus --*/
/* +bonus */
tr td:nth-child(6), tr th:nth-child(6) span {
    color: #26ab31;
}
/* -bonus */
tr td:nth-child(7), tr th:nth-child(7) span {
    color: #007bff;
    align: right;
}
/* +bonus mini grid*/
.AddBonus{
    color: #26ab31;
}
/* -bonus mini grid*/
.RemoveBonus{
    color: #007bff;
}


/* ------ GRID detail -----------*/
.k-grid .k-detail-cell {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    padding-right: 10px;
}

.documentDetailsGrid  {
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
    border-radius: 7px;
}
@media screen and (min-width: 1000px){
    .gridPurchaseMobile{
        display: none;
    }
}

.purchaseData, .creditCard {
    padding-bottom: 1rem;
}

/* ----------- grid mini --------------- */
@media only screen and (max-width: 1000px){
.k-webkit .k-pager-wrap, .k-ff .k-pager-wrap, .k-ie11 .k-pager-wrap, .k-safari .k-pager-wrap {
    overflow: visible;
    background: #fff;
    padding-top: 15px;
}
.k-pager-wrap .k-link {
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    margin: 5px;
}
.k-icon, .k-sprite, .k-button-group .k-tool-icon {
    width: 20px;
    height: 20px;
}
.container.buyBlock{
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    margin-bottom: 10px;
    padding: 10px;
    margin-left: 1px;
    width: 95%;
    padding-left: 5px;
}
    .documentsGrid{
        display: none;
    }
}
.documentsGrid .k-grid-pager .k-pager-info{
        display: none;

}
    
/* success saved */
.k-success-colored {
    margin-top: 10px;
}
.logoLoginDiv {
  text-align: center !important;
}

/*--------- main containers ----------- */

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
    }
}
@media screen and (max-width: 1000px){
    .container {
        width: 99%;
        max-width: 100%;
    }
}

/*---------- GIFTS cards ------------------ */
#GiftShop .card {
    border-width: 0px;
    padding-bottom: 10px;
    --bs-card-inner-border-radius: 7px;
}
#GiftShop .card .card-body {
    padding-left: 5px;
    padding-right: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-style: none;
}
#GiftShop .card .card-img-top {
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-width: 1px;
    border-color: #ddd;
}
.Gifts #content {
    padding: 10px;
}
.Gifts .nav-tabs {
    padding-left: 5px;
    margin-bottom: 20px;
}

/* ---------- docHistory CARDS----
@media only screen and (min-width: 1000px){
    #docHistoryGrid {
        display: none;
    }
}
@media only screen and (max-width: 1000px){
    #docHistoryGrid {
        display: block;
        padding: 0px;
    }
}
*/

#docHistoryGrid .card {
    margin-bottom: 0.6rem;
}
#docHistoryGrid .card .DocumentDate, .Subject, .font-weight-bold {
    font-weight: 600;
}

#docHistoryGrid .card .AddBonus{
    color: #26ab31;
}
#docHistoryGrid .card .RemoveBonus{
    color: #007bff;
}
img {
  max-width: 100%;
}