@import url('https://fonts.googleapis.com/css?family=Rubic|Ledger&subset=cyrillic');


/*@font-face {
    font-family: "San Francisco";
    font-weight: 400;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}*/

.welcome_page_block {
    background-color: rgba(230,230,230, 0.2);
    padding-left: 45px;
}

html {
    min-width: 300px;
    width: 100%;
    min-height: 100%;
    height: 100%;
}

body {
    /*font-family: 'Rubic', serif;*/
    /*font-family: 'San Francisco';*/
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    min-height: 100%;
    height: 100%;
    font-size: 16px;
}

ul {
    list-style-type: none;
    /*list-style-position: inside;*/
}


.logo {
	/*display: none;*/
	visibility: hidden;
}

.text-box ul {
    list-style-type: unset;
}

.text-box ol {
    list-style-type: decimal;
}

.tran-summary {
    border: 1px solid #ccc;
}

h1,h2,h3 {
      font-family: 'Ledger', sans-serif;
      font-weight: bold;
      text-align: center;
    max-height: 100%;
    max-width: 100%;
}

.bonus_burn {
    background: url("Images/fire.png") center;        
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 100%;
    max-width: 100%;
    height: 20px;
}

.icon-style {
    font-size: 20px;
}

.modal-style {
    display: block;
    padding-right: 17px;
}

.recaptcha-style {
    display: inline-block;
}

.register-card-block {
    padding: 15px;
}

image {
    max-height: 100%;
    max-width: 100%;
}

img {
    max-height: 100%;
    max-width: 100%;
}

.img {
    max-height: 100%;
    max-width: 100%;
}

.img-card {
    width: 100%;
    max-width: 9.8cm;
    max-height: 7cm;
    /*margin: 0 auto;*/
}

.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

.card-block {
    /*min-width: 4.9cm;
    min-height: 3.5cm;
    background-size: cover;
    display: table;*/
}

/*.card-number {
    font-weight: bold;
    font-size: 20px;
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    color: red;
    padding-right: 15%;
    padding-bottom: 5%;
}*/

.card-block-view {
    display: inline-block;
    position: relative;
    
    width: 100%;
    max-width: 9.8cm;
    max-height: 7cm;
    margin: 0 auto;
}

.card-number-block {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: black;
    padding: 10% 3% 7% 10%;
    font-size: 18px;
    text-align: right;
}

.card-number {
    display: inline-block;
    color: black;
    background-color: rgba(256, 256, 256, 0.3);
    margin: 0px 10%;
    border: none;
}

.block-card a {
    color: red;
    cursor: pointer;
}

.img-button {
    width: 50px;
    margin-bottom: 5px;
}

.fill-height {
    height: 100%;
    /*min-height: 100%;*/
}

.fill-map {    
    height: 75%;
    min-height: 75%;    
}

.ymap {
    /*min-height: 100%;*/
    height: 100%;
    /*    min-height: 75%;
    width: 100%;
    min-width: 100%;
    */
    min-width: 350px;
}

.store-map-list {
    height: 25%;
    min-width: 100%;
    padding: 350px;
}

#YMapsID {
    /*height: 100%;
    width: 100%;*/
}

.store_company_name {
    font-weight: bolder;
    color: #286090;
}

.store-block {
    /*
    margin-left: 5px;
    margin-right: 5px;
    */
    padding-left: 3%;
    padding-right: 3%;
}

.store-block a {
    color: inherit;
}

.store-block a:hover {
    text-decoration: none;
}

.store-property-label {
    font-weight: bold;
    text-align: center;
}

.store-property {
    text-align: center;
}

.store-map {
    text-align: center;
    max-width: 100%;
    max-height: 100%;
}

.store-property-divider {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

.ya-store-panel {
    max-height: 100%;
    height: 100%;
    overflow-y: auto;
}

.footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #f5f5f5;
    padding-left: 65px;
    padding-right: 65px;
    font-size: smaller;
}

.loginform {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.additional_login_block_header {
    margin-bottom: 15px;
}

.loading-modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    min-height: 100%;
    width: 100%;
}

.loading
{
    font-size: 10pt;
    border: 1px solid #999;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.loading_body {
    max-width: 320px;
    max-height: 240px;
}

.align-center {
    text-align: center;
}

.left-text {
    text-align: left;
}
.right-text {
    text-align: right;
}

.menu-panel {
    text-align: center;
}

.btn-main {
    margin-left: 10px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 124px;
    min-height: 113px;
}

.btn-main-sm {
    margin-left: 10px;
    font-size: 14px;
    margin-top: 10px;
    max-width: 100px;
    width: 100px;
}

.btn-main-sx {
    margin-left: 1%;
    margin-right: 1%;
    font-size: 14px;
    margin-top: 10px;
    width: 98%;        
    text-align: left;
}

.img-button-sm {
    width: 40px;
    margin-bottom: 5px;
}

.img-button-sx {
    width: 20px;
    margin-bottom: 2px;
}


.succes-color {
	color: #00C000;
}

.error-color {
	color: #ff0000;
}

.coupon {
    /*border-radius: 7px;
    border: 1px dotted #999;
    padding: 1%;*/
}

.vcenter {
  display: flex;
  align-items: center;
}

.buttons-bar {
    background: #ccc url("Images/header-bg.jpg") center;
    background-size: contain;
    background-position-y: 47%;
    height: 220px;
    padding-top: 15px;
    text-align: center;
    margin: auto;
}

.loyalty-operations-cheque {
	/*border: 1px solid darkgray;*/
	background-color: #f2f2f2;
	border-bottom-style: none;
}

.loyalty-operations-cheque:after {
	content: " ";
	display: block;
	margin: -5px;
	height: 20px;
	background: linear-gradient(-135deg, #f2f2f2 10px, transparent 0) 0 10px, linear-gradient(135deg, #f2f2f2 10px, #ffffff 0) 0 10px;
	background-color: #f2f2f2;
	background-size: 20px 20px;
	background-repeat: repeat-x;
}

/*f07b7b*/

.loyalty-operations-cheque-return {
	background-color: #ffd3d3;
	border-bottom-style: none;
    /*border-style: double;
    border-width: 3px;
	border-color: #ff0000;*/
}

.loyalty-operations-cheque-return:after {
	content: " ";
	display: block;
	margin: -5px;
	height: 20px;
	background: linear-gradient(-135deg, #ffd3d3 10px, transparent 0) 0 10px, linear-gradient(135deg, #ffd3d3  10px, #ffffff  0) 0 10px;
	background-color: #ffd3d3;
	background-size: 20px 20px;
	background-repeat: repeat-x;
}

.cheque-separator {
    border-bottom-color: dimgray;
    border-bottom-style: dashed;        
    border-bottom-width: thin;
    margin-bottom: 5px;
    margin-top: 5px;
}

.field-validation-error,
.validation-summary-errors {
    color: #e31937;
    text-align: center;
    font-size:small;
}

.edit-form {
    padding-bottom: 250px;
}

.message-list-item {
    text-overflow: ellipsis;
    overflow: hidden;
}


@media(min-width:1200px) {
    .buttons-bar {
        height: 220px;
    }
}

@media(max-width:1200px) {
    .buttons-bar {
        height: 350px;
    }
}

@media(max-width:555px) {
    .buttons-bar {
        height: 450px;
    }
}

@media(max-width:430px) {
    .buttons-bar {
        height: 580px;
    }
}

@media(max-width:329px) {
    .buttons-bar {
        padding: 15px;
        height: 1100px;
    }
    .img-button-sm {
        width: 30px;
        margin-bottom: 5px;
    }

}

@media (min-width: 768px) {
    .edit-form {
        padding-bottom: 250px;
    }
}
@media (max-width: 768px) {
    .edit-form {
        padding-bottom: 70px;
    }
}

#footer-block {
    text-align: center;
    background-color: #f5f5f5;
}

.card-bar-head {
    background: #ccc url("Images/header-bg.jpg") left;
    background-size: cover;
    background-position-y: 55%;
    color: #286090;
}

.hidden-row {
    padding: 0 !important;
}

.cheque {
  padding: 20px;
  border-collapse: separate;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-top: 1px dashed gray;
  border-bottom: 1px dashed gray;
  margin: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background-color: #fff;
}

.cheque td {
  padding: 5px;
  text-align: right;
}

.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}

.total {
  border-top: 1px dashed gray;
}

.important-link {
    font-weight: bold;
    font-family: 'Ledger', sans-serif;
}

.important-text {
    /*font-size: 20px;*/
    color: black;
    font-weight: bold;
}

.disable .important-text .bonus {
    /*font-weight: bold;*/
    color: #93c393;
}

.disable .bonus {
    /*font-weight: bold;*/
    /*color: #90c090;*/
    color: #ccc;
}

.disable .success .number {
    /*font-weight: bold;*/
    color: #90c090;
}

.disable .danger .number {
    /*font-weight: bold;*/
    color: #c07b7b;
}

.disable .important-text {
    /*font-weight: bold;*/
    color: #ccc;
}

.success {
    color: #393;
}

.danger {
    color: #933;
}

.warning {
    color: #8a6d3b;
}

.info {
    color: #31708f;
}

.number {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.success .number {
    color: #393;
    font-size: 20px;
}

.danger .number {
    font-size: 20px;
    color: #933;
}

.warning .number {
    color: #8a6d3b;
    font-size: 20px;
}

.info .number {
    color: #31708f;
    font-size: 20px;
}


.retirement {
    color: #d02121;
}

.bonus {
    /*color: #30d030;*/
    color: black;
    font-weight: bold;
    /*font-size: 20px;*/
}

.card-number {
    font-weight: bold;
    font-size: 20px;
}

.bottom-info {
    margin-top: -15px;
}

div.loyalty-customer-info-favorite-category-block {
}

div.loyalty-customer-info-favorite-category-checkbox {
}

div.loyalty-customer-info-favorite-category-textbox {
}

div.loyalty-customer-info-favorite-category-name {        
    font-size: x-large;
    color:  #333;
}

div.loyalty-customer-info-favorite-category-select {        
    font-size: x-small;
    font-style: normal;
    color:  #333;

}

div.loyalty-customer-info-favorite-category-period {
    font-size: small;
    font-style: italic;
    color:  #333;
}

.favorite-category {
    border-radius: 15px;
    border: solid 1px lightgrey;        
    margin-bottom: 10px;
}

.favorite-category-select {
    /*background: linear-gradient(to bottom
        , rgba(208, 228, 247, 1) 0%
        , rgb(195, 211, 224) 50%
        , rgb(122, 179, 228) 79%
        , rgba(135, 188, 234, 1) 95%
        , rgba(208, 228, 247, 1) 100%);*/

    background: linear-gradient(to bottom , rgba(208, 228, 247, 1) 0% , rgb(207, 223, 236) 50% , rgb(170, 206, 236) 79% , rgb(181, 213, 241) 95% , rgba(208, 228, 247, 1) 100%);

}

.favorite-category-head {
    color:  #333;
}

.favorite-category-button {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.favorite-category-button-select {        
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.favorite-category-button-select:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.panel-heading a:focus {
    text-decoration: none;
}

.panel-heading a:hover{
    text-decoration: none;
}

.loyalty-favorite-category-can-set {
    font-size: large;
}

.loyalty-favorite-category-name {
    font-size: 20px;
    color: black;
    font-weight: bold;
}

.loyalty-favorite-category-setted {
    font-size: large;
}

.loyalty-favorite-category-notification-can-change {
    font-size: large;
}

.loyalty-favorite-category-notification-expiration-date {
    color: indianred;
    font-style: italic;        
    font-size: medium;
}

.phone-example {
    font-size: smaller;
    color: darkgrey;
}

.tran-icon-col {
    width: 1%;
}
.tran-operation-col {
    width: 29%;
}
.tran-card-col {
    width: 30%;
}
.tran-date-col {
    width: 25%;
}
.tran-comm-col {
    width: 15%;
}

.text-italic{
    font-style: italic;
}
