﻿  /* Define a style used for infoboxes */
    .Notice {
        font-size: 12px;
        color: red;
        text-align: center;
    }

    .laInfoboxTitle {
        padding: 2px;
        color: #000000;
        font-size: 12px;
        clear: both;
        width: 99%;
        font-weight: bold;
    }

    .infoBoxClose {
        float: right;
        height: 18px;
        width: 22px;
        border: 1px solid #9EC3E6;
        border-radius: 2px;
        font-weight: bold;
        background: #FFF;
        /*display: none;*/
        padding-left: 6px;
    }

    .clubNameTitle {
        min-height: 23px;
        vertical-align: middle;
        color: black !important;
    }
    .infoboxclub {
        border: 2px solid #A7C0D8;
        border-radius: 4px;
        font-size: small;
        min-height: 100px;
        width: 200px;
        padding: 3px;
        float: left;
        background: rgb(250, 250, 250);
        z-index: 1000;        
    }
      
    .actionstr td {
        text-align: center;
        padding-left: 15px;
    }

    .textCenter {
        text-align: center;
    }

    .mapClass {
        position: relative;
        height: 67vh;
    }

    .clubImage {
        min-height: 110px;
        min-width: 190px;
    }

    .infoboxclub img {
        width: 100%;
    }

    .boxNumber {
        border: 2px solid #909191;
        border-radius: 5px;
        padding: 2px 3px;
        margin-right: 5px;
        color: #FFFFFF;
        background-color: #15649D;
        float: left;
        min-width: 12px;
        text-align: center;
    }
   
    .btn-xs{
        padding: 2px 5px !important;
    }