@charset "UTF-8";

Global
-------------------------------------------------*/

/*    Color Mixins
-------------------*/
.text-primary,
.color-primary {
  color: #00838F; }

  .text-primary,
.color-mswook {
  color: #4AB09D; }

.text-success,
.color-success {
  color: #41c300; }

.text-info,
.color-info {
  color: #19A9D5; }

.text-danger,
.color-danger {
  color: #ed7f7e; }

.text-warning,
.color-warning {
  color: #eeb043; }

.text-pink,
.color-pink {
  color: #e6a1f2; }

.text-dark,
.color-dark {
  color: #252525; }

/*    Background Mixins
--------------------------*/
.bg-primary,
.card.bg-primary {
  background: #00838F;
  color: #fff; }

  .bg-mswook,
.card.bg-primary {
  background: #4AB09D;
  color: #fff; }

.bg-success,
.card.bg-success {
  background: #41c300;
  color: #fff; }

.bg-info,
.card.bg-info {
  background: #19A9D5;
  color: #fff; }

.bg-danger,
.card.bg-danger {
  background: #ed7f7e;
  color: #fff; }

.bg-warning,
.card.bg-warning {
  background: #eeb043;
  color: #fff; }

.bg-pink,
.card.bg-pink {
  background: #e6a1f2;
  color: #fff; }

.bg-dark,
.card.bg-dark {
  background: #252525;
  color: #fff; }

.bg-transparent,
.card.bg-transparent {
  background: transparent;
  color: #252525; }

/*    Border Mixins
--------------------------*/
.border-primary {
  border-color: #00838F; }

.border-success {
  border-color: #41c300; }

.border-info {
  border-color: #19A9D5; }

.border-mswook {
  border-color: #4AB09D; }

.border-danger {
  border-color: #ed7f7e; }

.border-warning {
  border-color: #eeb043; }

.border-pink {
  border-color: #e6a1f2; }

.border-dark {
  border-color: #252525; }

.no-border {
  border: 0px !important; }

/*    Brand Background
-----------------------------*/
.bg-facebook {
  background: #3b5998; }

.bg-twitter {
  background: #1da1f2; }

/*  Colors
-----------------------------*/
.color-1 {
  color: #41c300; }

.color-2 {
  color: #00838F; }

.color-3 {
  color: #eeb043; }

.color-4 {
  color: #ed7f7e; }

/*    width
-----------------------------*/
.w10pr {
  width: 10%; }

.w12pr {
  width: 12%; }

#sidebar {
  z-index: 999; }

/*

card
-------------------------------------------------*/
.card {
  background: #fff;
  margin: 15px 0px 15px 0px;
  padding: 15px;
  border: 0px;
  border-radius: 0px; }

/*

Badge
--------------------------------------------------*/
.badge {
  padding: 5px 10px;
  font-weight: 400;
  border-radius: 4px; }

.badge-primary {
  background: #00838F;
  color: #fff; }

.badge-success {
  background: #41c300;
  color: #fff; }

  
.badge-mswook {
  background: #4AB09D;
  color: #fff; }

.badge-info {
  background: #19A9D5;
  color: #fff; }

.badge-warning {
  background: #eeb043;
  color: #fff; }

.badge-danger {
  background: #ed7f7e;
  color: #fff; }

.badge-pink {
  background: #e6a1f2;
  color: #fff; }

.badge-dark {
  background: #252525;
  color: #fff; }

/*


Table
-------------------------------------------------*/
thead tr th {
  color: #878787;
  font-weight: normal;
  text-transform: uppercase; }
  thead tr th:last-child {
    text-align: right; }

tbody tr th {
  color: #878787;
  font-family: Poppins, sans-serif;
  font-weight: normal;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd; }
tbody tr td {
  font-family: Poppins, sans-serif;
  color: #878787; }
  tbody tr td:last-child {
    text-align: left; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  line-height: 32px;
  vertical-align: middle; 
  border-left: 1px solid #ddd;}

.table > thead > tr > th {
  border-bottom: 1px solid #e7e7e7; 
  text-align: left;}

.table > tbody > tr > td{
  line-height: 32px;
  vertical-align: middle; 
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #252525;
  }
.table .badge {
  text-transform: uppercase; }

/*

