
body {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 14px;

  line-height: 1.428571429;
  color: #2c3e50;
  background-color: #ecf0f1;
}


@import url ("nav-bar.css");
@import url ("navigation.css");


.table {
  background-color: #f2f3f4;
  border: 2px solid #ffffff;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  border-radius: 4px;
}
.table th {
  text-align: center;
  background-color: #bdc3c7;
}
.table th,
.table td {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.beyazFont{ color:#ffffff; }

.bold{font-weight:bold;}

.login-block {
  display: block;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  background: #FFFFFF;
  border-radius: 6px;
}


@import url('data-block.css');

@import url('widget-block.css');



@import url("date-picker.css");
@import url("color-picker.css");
@import url("date-range-picker.css");



