﻿.css_table {
      display:table;
  }
.css_tr {
      display: table-row;
  }
.css_td {
      display: table-cell;
  }
.loadingIMG
{
    width: 50px;
    height: 50px;
    margin-right: 50px;
    margin-left: 48%;
    margin-top: 200px;
    position: fixed;
    z-index: 9999;
}
.eShopLogo
{
    border-radius: 30px !important;
    padding-left: 10px;
    padding-right: 10px;
}
p
{
    margin-top:10px;
    margin-bottom:10px;
    margin-left:5px;
    font-size: 16px;
}

.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.30);
    z-index:999;
}


.popup-inner {
    width:90%;
    padding:20px 10px 20px 10px;
    position:relative;
    top:22%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:10px;
    background:#fff;
    max-height: 90%;
    overflow-y:scroll;
 
}
.popup-inner::-webkit-scrollbar {
    width: 12px;
}

.popup-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.popup-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    top: 0;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}

.popup-inner > div:nth-child(2)
{
    top: -18px;
}

.pop_app_link {
    width: 120px;
    vertical-align: top;
}

.pop_app_link img{
   margin-bottom:5px;
   padding-left: 5px;
}

.paddingTop5
{
    padding-top:5px;
}

.paddingTop10
{
    padding-top:10px;
}

.paddingTop20
{
    padding-top:20px;
}


.paddingLft10
{
    padding-left:10px;
}
.paddingLft20
{
    padding-left:20px;
}
.paddingLft30
{
    padding-left:30px;
}
.paddingLft40
{
    padding-left:40px;
}
.paddingLft50
{
    padding-left:50px;
}

.fa {
    display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    color: #29a329 !important;
    -moz-osx-font-smoothing: grayscale !important;
}
.fa-times
{
     color: #fff !important;
}
.inlineblock {
    display:inline;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #5cb85c;
    margin: 0 4px;
    background-color: white;
    border-radius: 5px;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #76de54;}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
