.filter_container input, select, a  {
	margin-right: 5px;
}

.filter_container input[type=text] {
  height: calc(1.5em + .70rem + 0px);
}

.callLogGroup {
    display: inline-block; 
    text-align: center; 
    width: 108px;
    height: 108px;
    border-color: #000000b5;
}

.bg-yellow {
	background-color: #fff3cd !important;
}

.fc-day-container {
    cursor: pointer;
}

.notesdisplay {
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.activeContact {
    border-radius: 500px;
    color: black !important;
}   
input::placeholder, textarea::placeholder {
	font-weight: normal;
	font-size: 13px;
	font-style: italic;
   color: #f8ac59 !important;
   opacity: 1;
}
#flot-chart-legend {
    background-color: #fff;
    padding: 2px;
    margin-bottom: 8px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #E6E6E6;
    display: inline-block;
    margin: 0 auto;
}
.loginBackground {
    background-color: #0f3a4a;
}
.calendarTable{
    table-layout: fixed;
    word-wrap: break-word;
}
.calendarButtons {
    margin: 0px;   
}
.card {
   margin-bottom:20px;
}
.card-header  {
   background-color:#fff;
   padding: 15px 90px 8px 15px;
}
.card-header h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: none;
}
.card-shaded {
   background-color: #f1f1f1;
}

.i-checks .iradio_square-green, .i-checks label {
    cursor: pointer;
}

.i-checks label {
   padding: 0px 5px 0px 5px;
}

.icheckbox_square-green {
    background-color: white;
}

.i-checks .iradio_square-green {
    margin-left: 10px;
    margin-right: 10px;
}

.chkFilterStatus label {
    padding: 0px 15px 0px 5px;
    font-size: 14px;
}

.radiotable td {
    padding-bottom: 10px;
}

.ui-autocomplete {
    z-index: 9999 !important;
}

.form-inline label {
    display: inline-block;
}

.navbar-static-sidXe {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 220px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #2f4050; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

#form-popup-bottom {
    display: none;
    bottom: 0;
    width: 100%;
    background: white;
    padding: 10px;
}
