﻿.card {
    position: relative;
       width: 250px !important;
    height: 257px !important;
}

    .card img {
       display: block;
    margin: auto;
    padding: 15px 0;
    margin-top: 9px;
    margin-bottom: 20px;
    
    
        border-radius: 75px;
    width: 144px;
    height: 150px;
    }

    .card .info {
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        bottom: 0;
       
        text-align: center;
        font-size: 15pt;
      
    }

    .card:hover .info {
        opacity: 0.8;
    }

.info .address {

    font-size: 12px;
    width: 100%;
    background-color: #f2f2f2;
    margin-top: 5px;
    border: solid 1px #dbdbdb;
  
  
  
  }

.info p {
    margin-top: 45px;
}

.card .info p,
.card .info span {
   
}

.card:hover .info p,
.card:hover .info span {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.dxcvControl, .dxcvDisabled {
    /*border: 1px Solid #9F9F9F;*/
    font: 12px Tahoma, Geneva, sans-serif;
    /* background-color: #F2F2F2; */
    color: Black;
    cursor: default;
}

.dxcvControl, .dxcvDisabled {
    border: none;
    font: 12px Tahoma, Geneva, sans-serif;
    /* background-color: #F2F2F2; */
    color: Black;
    cursor: default;
}

img[class^="dx"] {
    max-width: 100%;
}

table tfoot, table thead, table tr:nth-of-type(2n) {
    background: none;
}

.dxcvTable {
    background-color: White;
    border-width: 0;
    border-collapse: separate !important;
    overflow: hidden;
    direction: ltr;
    /* padding: 20px; */
}

.dxcvControl, .dxcvDisabled {
    border: none;
}

img[class^="dx"] /*Bootstrap correction*/ {
    max-width: 100%;
}

.dx img {
    max-width: 100%;
}

.dxeImage img {
    max-width: 100%;
}

 .imgCard
        {
             max-width:100%;
        }


.info .address a{

    color: #2d2d2d !important;
    font-weight: bold;
    font-size: 13px !important;
} 