/******************************************************************************
  Copyright(c) 2020 by
  Diamond Resorts International(r)
  All rights reserved
 ******************************************************************************
  NAME:        dgt-style.css
  DEVELOPER:
  DESCRIPTION: CSS file for DRI Golft Tournament
  REVISIONS:
  Date           Issue       Author          Description
  -----------    --------    --------------  ------------------------------------
  09-Nov-2020    109328      Jose Pena       Created
*********************************************************************************/

.table .tab-content {
    padding: 0px;
}

.dgt-warning {
    color: #ff0000 !important;
}

.dgt-hide {
    display: none;
}

.dgt-lupdate p {
    color: #5B5B5B;
    float: right;
    font-size: 12px;
}

.tab-trbody td {
    border: 1px solid #e6e6e6 !important;
}

.table tbody td {
    background-color: unset;
}

.table thead th {
    background-color: #00355c;
    font-weight: bolder;
}
