﻿
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  /*font: inherit; 2 */  /* mb */
  font-family: arial; /* mb */
  font-size: 10pt; /* mb */
  font-weight: normal; /* mb */
  margin: 0; /* 3 */
}


/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: separate; /* mb */
  border-spacing: 2px; /* mb */
}

td,
th {
  padding: 0;
}


.user-badge-button 
{
margin-right: 0px;
}

.user-badge-button:hover
{
margin-right: 0px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
color: #507684;
background-color: #ffffff;
border-color: #ffffff;
}

.btn:hover, .btn:focus {
color: #507684;
text-decoration: none;
}

.fc-btn {
width:100%;
}

.btn-default {
color: #ffffff;
background-color: #507684;
border-color: #ffffff;
}

.btn-default:disabled {
  color: Black;
  background-color: White;
  border-color: #ffffff;
}
