.pop {
    width: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    text-align: center;
}
.form-center{
	margin-left: auto !important;
	margin-right: auto !important;
}

.bg-light {
    background-color: #00679d !important;
    
}
.nav-link, .navbar-brand{
	color: #FFFFFF !important;
}
.navbar-brand{
	font-weight: bolder;
}
.fa-stream{
	color: #FFFFFF !important;
}

/* Table Base */
.table { 
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  font-weight: normal;
  padding: 8px 15px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
}
.table thead th {
  background: #eeeeee;
  vertical-align: bottom;
}   
.table tbody > tr:nth-child(odd) > td,
.table tbody > tr:nth-child(odd) > th {
  background-color: #fafafa;
}    
.table .t-small {
  width: 5%;
}
.table .t-medium {
  width: 15%;
}
.table .t-status {
  font-weight: bold;
}
.table .t-active {
  color: #46a546;
}
.table .t-inactive {
  color: #e00300;
}
.table .t-draft {
  color: #f89406;
}
.table .t-scheduled {
  color: #049cdb;
}

.btn-pdf {
	color: #fff !important;
	background-color: #dc3545 !important;
	border-color: #dc3545 !important;
	background-image: -webkit-linear-gradient(top, #dc3545 0%, #dc3545 100%)
		!important;
}

.btn-print {
	color: #fff !important;
	background-color: #007bff !important;
	border-color: #007bff !important;
	background-image: -webkit-linear-gradient(top, #007bff 0%, #007bff 100%)
		!important;
}

.btn-excel {
	color: #fff !important;
	background-color: #28a745 !important;
	border-color: #28a745 !important;
	background-image: -webkit-linear-gradient(top, #28a745 0%, #28a745 100%)
		!important;
}
.bg-dark {
  background-color: #b52a70 !important;
}
.sb-sidenav-dark {
  background-color: #b52a70;
  color: rgba(255, 255, 255, 0.5);
}

.sb-sidenav-dark .sb-sidenav-footer {
  background-color: #b52a70;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
/* MOBILE */
@media (max-width: 532px){
.pop{
	width: auto;
}

@media (max-width: 480px) { 
  .table-action thead {
    display: none;
  }
  .table-action tr {
    border-bottom: 1px solid #dddddd;
  }
  .table-action td {
    border: 0;
  }
  .table-action td:not(:first-child) {
    display: block;
  }
}

